Skip to content

Commit 53f5ff1

Browse files
authored
Update bing-grounding.md
1 parent be345f5 commit 53f5ff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/ai-services/agents/how-to/tools/bing-grounding.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ run = project_client.agents.create_and_process_run(thread_id=thread.id, assistan
255255
print(f"Run finished with status: {run.status}")
256256

257257
# Retrieve run step details to get Bing Search query link
258+
# To render the webpage, we recommend you replace the endpoint of Bing search query URLs with `www.bing.com` and your Bing search query URL would look like "https://www.bing.com/search?q={search query}"
258259
run_steps = project_client.agents.list_run_steps(run_id=run.id, thread_id=thread.id)
259260
run_steps_data = run_steps['data']
260261
print(f"Last run step detail: {run_steps_data}")

0 commit comments

Comments
 (0)