forked from phoenix-oss/llama-stack-mirror
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:
parent
ba3bedc7e9
commit
7854af8b52
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ rag_agent = Agent(client, agent_config)
|
||||||
session_id = rag_agent.create_session("test-session")
|
session_id = rag_agent.create_session("test-session")
|
||||||
|
|
||||||
user_prompts = [
|
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
|
# Run the agent loop by calling the `create_turn` method
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue