From b7d5510a600bbe7c6a4f32b528c93e4e6a79d7dd Mon Sep 17 00:00:00 2001 From: sharkiecodes Date: Tue, 1 Jul 2025 13:06:50 -0400 Subject: creating sorting and tagging tools for agent --- src/client/views/nodes/chatbot/agentsystem/Agent.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes/chatbot/agentsystem') diff --git a/src/client/views/nodes/chatbot/agentsystem/Agent.ts b/src/client/views/nodes/chatbot/agentsystem/Agent.ts index ebcd2fa31..d1248d098 100644 --- a/src/client/views/nodes/chatbot/agentsystem/Agent.ts +++ b/src/client/views/nodes/chatbot/agentsystem/Agent.ts @@ -105,8 +105,8 @@ export class Agent { codebaseSummarySearch: new CodebaseSummarySearchTool(this.vectorstore), fileContent: new FileContentTool(this.vectorstore), fileNames: new FileNamesTool(this.vectorstore), - SortDocsTool: new SortDocsTool(this._docManager), - TagDocsTool: new TagDocsTool(this._docManager), + sortDocs: new SortDocsTool(this._docManager), + tagDocs: new TagDocsTool(this._docManager), }; // Add the createNewTool after other tools are defined -- cgit v1.2.3-70-g09d2