mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
update getting started
This commit is contained in:
parent
a78f1fc70d
commit
4d8674f971
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ agent_config = AgentConfig(
|
|||
# Define tools available to the agent
|
||||
toolgroups = [
|
||||
{
|
||||
"name": "builtin::memory",
|
||||
"name": "builtin::rag",
|
||||
"args" : {
|
||||
"vector_db_ids": [vector_db_id],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue