diff options
author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-10-20 15:01:14 -0400 |
---|---|---|
committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-10-20 15:01:14 -0400 |
commit | cd43a88affe04634045a1fcbce7123c10141ec8c (patch) | |
tree | ffc5b1f604b6731411c86cd8df1f703b9e8b41f9 /src/client/views/nodes/chatbot/tools/GetDocsTool.ts | |
parent | c933ae724c1bf77fa8bd83c3c9e27d0029ef5cb0 (diff) |
changed to generic addLinkedDoc
Diffstat (limited to 'src/client/views/nodes/chatbot/tools/GetDocsTool.ts')
-rw-r--r-- | src/client/views/nodes/chatbot/tools/GetDocsTool.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/chatbot/tools/GetDocsTool.ts b/src/client/views/nodes/chatbot/tools/GetDocsTool.ts index 26756522c..4286e7ffe 100644 --- a/src/client/views/nodes/chatbot/tools/GetDocsTool.ts +++ b/src/client/views/nodes/chatbot/tools/GetDocsTool.ts @@ -1,5 +1,5 @@ import { Observation } from '../types/types'; -import { ParametersType } from './ToolTypes'; +import { ParametersType } from '../types/tool_types'; import { BaseTool } from './BaseTool'; import { DocServer } from '../../../../DocServer'; import { Docs } from '../../../../documents/Documents'; |