diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-12-20 15:45:01 -0500 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-12-20 15:45:01 -0500 |
| commit | 971d107574031885c17c339d39c4fd813682cc02 (patch) | |
| tree | 947d9c0f347f8871616ef2053da994ddd5342e63 /src/client/views/nodes/chatbot/agentsystem | |
| parent | f915013d2ccfaeb7f04bf8bfea57e6d7d1f66b81 (diff) | |
working new tool
Diffstat (limited to 'src/client/views/nodes/chatbot/agentsystem')
| -rw-r--r-- | src/client/views/nodes/chatbot/agentsystem/Agent.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/chatbot/agentsystem/Agent.ts b/src/client/views/nodes/chatbot/agentsystem/Agent.ts index 1cf6ca030..8338879cf 100644 --- a/src/client/views/nodes/chatbot/agentsystem/Agent.ts +++ b/src/client/views/nodes/chatbot/agentsystem/Agent.ts @@ -22,6 +22,7 @@ import { DocumentOptions } from '../../../../documents/Documents'; import { CreateAnyDocumentTool } from '../tools/CreateAnyDocTool'; import { ImageCreationTool } from '../tools/ImageCreationTool'; import { DictionaryTool } from '../tools/DictionaryTool'; +//import { DictionaryTool } from '../tools/DictionaryTool'; dotenv.config(); |
