update getting started

This commit is contained in:
Eric Huang (AI Platform) 2025-01-23 15:22:03 -08:00
parent a78f1fc70d
commit 4d8674f971

View file

@ -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],
}