From 4d8674f9713153956060adf5fcc9ebae219f7934 Mon Sep 17 00:00:00 2001 From: "Eric Huang (AI Platform)" Date: Thu, 23 Jan 2025 15:22:03 -0800 Subject: [PATCH] update getting started --- docs/source/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 92726e5e6..5a2d94f4e 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -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], }