docs: update user prompt example (#1329)

Summary:
in case user sets it to a small model with poor tool use capability

Test Plan:
copy and paste to notebook and ran
This commit is contained in:
ehhuang 2025-02-28 16:42:29 -08:00 committed by GitHub
parent ba3bedc7e9
commit 7854af8b52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,7 +261,7 @@ rag_agent = Agent(client, agent_config)
session_id = rag_agent.create_session("test-session")
user_prompts = [
"What are the top 5 topics that were explained? Only list succinct bullet points.",
"How to optimize memory usage in torchtune? use the knowledge_search tool to get information.",
]
# Run the agent loop by calling the `create_turn` method