diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-11-08 10:44:51 -0500 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-11-08 10:44:51 -0500 |
| commit | b4a51bce3bb05738ec9cd0efd1b795ba19cbc640 (patch) | |
| tree | 4554bddcd046a389f32e464bf4702de1332f0c7b /src/client/views/nodes/chatbot/agentsystem/prompts.ts | |
| parent | 0f5cf4b732d955151600fe9d2ef57d5742ca01bb (diff) | |
looks better still some things to work out
Diffstat (limited to 'src/client/views/nodes/chatbot/agentsystem/prompts.ts')
| -rw-r--r-- | src/client/views/nodes/chatbot/agentsystem/prompts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/chatbot/agentsystem/prompts.ts b/src/client/views/nodes/chatbot/agentsystem/prompts.ts index 1f534d67c..1aa10df14 100644 --- a/src/client/views/nodes/chatbot/agentsystem/prompts.ts +++ b/src/client/views/nodes/chatbot/agentsystem/prompts.ts @@ -159,7 +159,7 @@ export function getReactPrompt(tools: BaseTool<ReadonlyArray<Parameter>>[], summ <action_input> <action_input_description>Scraping websites for information about Qatar's tourism impact during the 2022 World Cup.</action_input_description> <inputs> - <queries>["Tourism impact of the 2022 World Cup in Qatar"]</query> + <queries>["Tourism impact of the 2022 World Cup in Qatar"]</queries> </inputs> </action_input> </stage> |
