mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 02:24:02 +02:00
remove direct rag tool mentions from copilot
This commit is contained in:
parent
01ed2eda18
commit
fbd0d7fae2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue