From 16e7cfcac3d41bd86ef953f131bb0fecba11f299 Mon Sep 17 00:00:00 2001 From: sharkiecodes Date: Tue, 22 Jul 2025 21:05:47 -0400 Subject: adjusted agent to include UI control tool --- src/client/views/nodes/chatbot/tools/SortDocsTool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/nodes/chatbot/tools/SortDocsTool.ts') diff --git a/src/client/views/nodes/chatbot/tools/SortDocsTool.ts b/src/client/views/nodes/chatbot/tools/SortDocsTool.ts index 1944f0bc1..9eb0cf4d1 100644 --- a/src/client/views/nodes/chatbot/tools/SortDocsTool.ts +++ b/src/client/views/nodes/chatbot/tools/SortDocsTool.ts @@ -37,7 +37,7 @@ export class SortDocsTool extends BaseTool { // We assume the ChatBox itself is currently selected in its parent view. this._collectionView = collectionView; this._docManager = docManager; - this._docManager.initializeFindDocsFreeform(); + this._docManager.initializeDocuments(); } async execute(args: ParametersType): Promise { -- cgit v1.2.3-70-g09d2