diff options
author | A.J. Shulman <Shulman.aj@gmail.com> | 2025-04-03 11:45:02 -0400 |
---|---|---|
committer | A.J. Shulman <Shulman.aj@gmail.com> | 2025-04-03 11:45:02 -0400 |
commit | a99d8df26d331d87bae4f27cd52ce5ec4d97fa7a (patch) | |
tree | ad1df355214acd734ecf4b25fa1157f5b252f4f0 /src/client/views/nodes/chatbot/agentsystem/prompts.ts | |
parent | 45a9f5789fa6eaacca9a39cb96cc2a8e3ebe649c (diff) |
attempt
Diffstat (limited to 'src/client/views/nodes/chatbot/agentsystem/prompts.ts')
-rw-r--r-- | src/client/views/nodes/chatbot/agentsystem/prompts.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/chatbot/agentsystem/prompts.ts b/src/client/views/nodes/chatbot/agentsystem/prompts.ts index dda6d44ef..e551ef830 100644 --- a/src/client/views/nodes/chatbot/agentsystem/prompts.ts +++ b/src/client/views/nodes/chatbot/agentsystem/prompts.ts @@ -210,7 +210,7 @@ export function getReactPrompt(tools: BaseTool<ReadonlyArray<Parameter>>[], summ <answer> <grounded_text citation_index="1">**The 2022 World Cup** saw Argentina crowned champions, with **Lionel Messi** leading his team to victory, marking a historic moment in sports.</grounded_text> <grounded_text citation_index="2">**Qatar** experienced a **40% increase in tourism** during the World Cup, welcoming over **1.5 million visitors**, significantly boosting its economy.</grounded_text> - <normal_text>Moments like **Messi’s triumph** often become ingrained in the legacy of World Cups, immortalizing these tournaments in both sports and cultural memory. The **long-term implications** of the World Cup on Qatar's **economy, tourism**, and **global image** remain important areas of interest as the country continues to build on the momentum generated by hosting this prestigious event.</normal_text> + <normal_text>Moments like **Messi's triumph** often become ingrained in the legacy of World Cups, immortalizing these tournaments in both sports and cultural memory. The **long-term implications** of the World Cup on Qatar's **economy, tourism**, and **global image** remain important areas of interest as the country continues to build on the momentum generated by hosting this prestigious event.</normal_text> <citations> <citation index="1" chunk_id="1234" type="text">Key moments from the 2022 World Cup.</citation> <citation index="2" chunk_id="5678" type="url"></citation> @@ -218,7 +218,7 @@ export function getReactPrompt(tools: BaseTool<ReadonlyArray<Parameter>>[], summ <follow_up_questions> <question>What long-term effects has the World Cup had on Qatar's economy and infrastructure?</question> <question>Can you compare Qatar's tourism numbers with previous World Cup hosts?</question> - <question>How has Qatar’s image on the global stage evolved post-World Cup?</question> + <question>How has Qatar's image on the global stage evolved post-World Cup?</question> </follow_up_questions> <loop_summary> The assistant first used the RAG tool to extract key moments from the user documents about the 2022 World Cup. Then, the assistant utilized the website scraping tool to gather data on Qatar's tourism impact. Both tools provided valuable information, and no additional tools were needed. |