From ee129da1ed03a9897cc282e52e0d31dee006983d Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 24 Jul 2025 10:53:45 -0400 Subject: making filter sort and tag doc tools work the same way with docs within the collection and with improved formatting for openai. --- src/client/views/nodes/chatbot/agentsystem/Agent.ts | 3 +-- 1 file changed, 1 insertion(+), 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 0f7738703..cf9b47fca 100644 --- a/src/client/views/nodes/chatbot/agentsystem/Agent.ts +++ b/src/client/views/nodes/chatbot/agentsystem/Agent.ts @@ -114,12 +114,11 @@ export class Agent { fileNames: new FileNamesTool(this.vectorstore), generateTutorialNode: new GPTTutorialTool(this._docManager), sortDocs: new SortDocsTool(this._docManager, this.parentView), - tagDocs: new TagDocsTool(this._docManager), + tagDocs: new TagDocsTool(this._docManager, this.parentView), filterDocs: new FilterDocsTool(this._docManager, this.parentView), takeQuiz: new TakeQuizTool(this._docManager), canvasDocs: new CanvasDocsTool(), uiControl: new UIControlTool(), - }; // Add the createNewTool after other tools are defined -- cgit v1.2.3-70-g09d2