mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
added rag instructions to agents with rag sources attached
This commit is contained in:
parent
cae7c5a128
commit
6413f6211e
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ def get_agents(agent_configs, tool_configs, complete_request):
|
|||
if rag_tool:
|
||||
new_tools.append(rag_tool)
|
||||
print(f"Added rag tool to agent {agent_config['name']}")
|
||||
agent_config = add_rag_instructions_to_agent(agent_config, rag_tool.name)
|
||||
|
||||
for tool_name in agent_config["tools"]:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue