mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
docs: update prompt for websearch example (#1520)
Summary: model is sometimes reluctant to use tools by default. Test Plan: run in notebook
This commit is contained in:
parent
a9c5d3cd3d
commit
d045b8830f
1 changed files with 1 additions and 1 deletions
|
@ -1640,7 +1640,7 @@
|
|||
"agent = Agent(\n",
|
||||
" client, \n",
|
||||
" model=model_id,\n",
|
||||
" instructions=\"You are a helpful assistant\",\n",
|
||||
" instructions=\"You are a helpful assistant. Use websearch tool to help answer questions.\",\n",
|
||||
" tools=[\"builtin::websearch\"],\n",
|
||||
")\n",
|
||||
"user_prompts = [\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue