From cd43a88affe04634045a1fcbce7123c10141ec8c Mon Sep 17 00:00:00 2001 From: "A.J. Shulman" Date: Sun, 20 Oct 2024 15:01:14 -0400 Subject: changed to generic addLinkedDoc --- src/client/views/nodes/chatbot/tools/SearchTool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/nodes/chatbot/tools/SearchTool.ts') diff --git a/src/client/views/nodes/chatbot/tools/SearchTool.ts b/src/client/views/nodes/chatbot/tools/SearchTool.ts index 267dab6ff..03340aae5 100644 --- a/src/client/views/nodes/chatbot/tools/SearchTool.ts +++ b/src/client/views/nodes/chatbot/tools/SearchTool.ts @@ -2,7 +2,7 @@ import { v4 as uuidv4 } from 'uuid'; import { Networking } from '../../../../Network'; import { BaseTool } from './BaseTool'; import { Observation } from '../types/types'; -import { ParametersType } from './ToolTypes'; +import { ParametersType } from '../types/tool_types'; const searchToolParams = [ { -- cgit v1.2.3-70-g09d2