diff options
Diffstat (limited to 'src/client/views/nodes/chatbot/tools/SortDocsTool.ts')
-rw-r--r-- | src/client/views/nodes/chatbot/tools/SortDocsTool.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<typeof parameterRules> { // 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<typeof parameterRules>): Promise<Observation[]> { |