From 99e2a1728b9b97d30f5e0fffe6a10201bdee49c2 Mon Sep 17 00:00:00 2001 From: "A.J. Shulman" Date: Thu, 23 Jan 2025 11:51:50 -0500 Subject: added commenting --- src/client/views/nodes/chatbot/tools/DictionaryTool.ts | 3 +++ src/client/views/nodes/chatbot/tools/ReplicateUserTaskTool.ts | 0 2 files changed, 3 insertions(+) delete mode 100644 src/client/views/nodes/chatbot/tools/ReplicateUserTaskTool.ts (limited to 'src/client/views/nodes/chatbot/tools') diff --git a/src/client/views/nodes/chatbot/tools/DictionaryTool.ts b/src/client/views/nodes/chatbot/tools/DictionaryTool.ts index 377101641..3493f38d7 100644 --- a/src/client/views/nodes/chatbot/tools/DictionaryTool.ts +++ b/src/client/views/nodes/chatbot/tools/DictionaryTool.ts @@ -20,6 +20,9 @@ const dictionaryToolInfo: ToolInfo = { description: 'Fetches the definition of a given word using an open dictionary API.', }; +/** + * DictionaryTool is a tool that fetches the definition of a given word using an open dictionary API. + */ export class DictionaryTool extends BaseTool { constructor() { super(dictionaryToolInfo); diff --git a/src/client/views/nodes/chatbot/tools/ReplicateUserTaskTool.ts b/src/client/views/nodes/chatbot/tools/ReplicateUserTaskTool.ts deleted file mode 100644 index e69de29bb..000000000 -- cgit v1.2.3-70-g09d2