mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +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
|
# Define tools available to the agent
|
||||||
toolgroups = [
|
toolgroups = [
|
||||||
{
|
{
|
||||||
"name": "builtin::memory",
|
"name": "builtin::rag",
|
||||||
"args" : {
|
"args" : {
|
||||||
"vector_db_ids": [vector_db_id],
|
"vector_db_ids": [vector_db_id],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue