docs: update prompt for websearch example

Summary:

Test Plan:
This commit is contained in:
Eric Huang 2025-03-10 10:32:17 -07:00
parent a9c5d3cd3d
commit 3cb911cfb2

View file

@ -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",