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