Skip to content

Commit 43fa476

Browse files
lindazqliaahill
andauthored
Update articles/ai-services/agents/how-to/tools/bing-grounding.md
Co-authored-by: aahill <[email protected]>
1 parent fe019ff commit 43fa476

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,11 @@ const client = AIProjectsClient.fromConnectionString(
163163
```
164164

165165
# [REST API](#tab/rest)
166+
166167
>[!IMPORTANT]
167-
> 1. This REST API allows developers to invoke Grounding with Bing Search tool through Azure AI Agent service, not direct calling Grounding with Bing Search API.
168-
Follow the [REST API Quickstart](../../quickstart.md?pivots=rest-api) to set the right values for the environment variables `AZURE_AI_AGENTS_TOKEN` and `AZURE_AI_AGENTS_ENDPOINT`.
168+
> 1. This REST API allows developers to invoke the Grounding with Bing Search tool through the Azure AI Agent service. It does not send calls to the Grounding with Bing Search API directly.
169+
170+
Follow the [REST API Quickstart](../../quickstart.md?pivots=rest-api) to set the right values for the environment variables `AZURE_AI_AGENTS_TOKEN` and `AZURE_AI_AGENTS_ENDPOINT`. The client creation is demonstrated in the next section.
169171

170172
---
171173

0 commit comments

Comments
 (0)