diff options
| author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-03 00:17:02 -0400 |
|---|---|---|
| committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-03 00:17:02 -0400 |
| commit | fbfd9c8b55b8d3b81776fb260856645b3b495a3b (patch) | |
| tree | 01a4aea82beef3494ba3ecb820666d3f4b67ee47 /src/client/views/nodes/chatbot/agentsystem | |
| parent | f0807c6f6c31ac9ae2e6fb581f19a760f8e5687e (diff) | |
Completed Tag/Sort Tools
Diffstat (limited to 'src/client/views/nodes/chatbot/agentsystem')
| -rw-r--r-- | src/client/views/nodes/chatbot/agentsystem/prompts.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/chatbot/agentsystem/prompts.ts b/src/client/views/nodes/chatbot/agentsystem/prompts.ts index b7678bd08..ed97fd5c1 100644 --- a/src/client/views/nodes/chatbot/agentsystem/prompts.ts +++ b/src/client/views/nodes/chatbot/agentsystem/prompts.ts @@ -110,6 +110,7 @@ export function getReactPrompt(tools: BaseTool<ReadonlyArray<Parameter>>[], summ <tools> ${toolDescriptions} + <note>The tagging tool takes priority over the metadata tool for queries relating to tagging.</note> <note>If no external tool is required, use 'no_tool', but if there might be relevant external information, use the appropriate tool.</note> </tools> |
