From fbd0d7fae2da4b8a73e9316c5fcb50c62bb23b7a Mon Sep 17 00:00:00 2001 From: arkml Date: Mon, 25 Aug 2025 20:22:08 +0530 Subject: [PATCH] remove direct rag tool mentions from copilot --- apps/rowboat/src/application/lib/copilot/copilot_multi_agent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rowboat/src/application/lib/copilot/copilot_multi_agent.ts b/apps/rowboat/src/application/lib/copilot/copilot_multi_agent.ts index b363c072..3b98903e 100644 --- a/apps/rowboat/src/application/lib/copilot/copilot_multi_agent.ts +++ b/apps/rowboat/src/application/lib/copilot/copilot_multi_agent.ts @@ -172,7 +172,7 @@ You should use the name and description to understand the data source, and use t 'ragDataSources' = ["6822e76aa1358752955a455e"] -Once you add the datasource ID to the agent, add a section to the agent instructions called RAG. Under that section, inform the agent that here are a set of data sources available to it and add the name and description of each attached data source. Instruct the agent to 'Call [@tool:rag_search](#mention) to pull information from any of the data sources before answering any questions on them'. +Once you add the datasource ID to the agent, add a section to the agent instructions called RAG. Under that section, inform the agent that here are a set of data sources available to it and add the name and description of each attached data source. Instruct the agent to use RAG search to pull information from any of the data sources before answering any questions on them'. Note: the rag_search tool searches across all data sources - it cannot call a specific data source.