mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-02 20:40:36 +00:00
Rename builtin::memory -> builtin::rag
This commit is contained in:
parent
597869a2aa
commit
f3d8864c36
66 changed files with 184 additions and 184 deletions
|
@ -184,7 +184,7 @@ class TestAgents:
|
|||
agent_config = AgentConfig(
|
||||
**{
|
||||
**common_params,
|
||||
"toolgroups": ["builtin::memory"],
|
||||
"toolgroups": ["builtin::rag"],
|
||||
"tool_choice": ToolChoice.auto,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue