Skip to content

Commit daba21a

Browse files
Merge pull request #7301 from aahill/agents-bcdr
transactions with bing
2 parents ecd73df + eb2b6a8 commit daba21a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/ai-foundry/agents/how-to/tools/bing-custom-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-agent-service
99
ms.topic: how-to
10-
ms.date: 08/15/2025
10+
ms.date: 09/26/2025
1111
author: aahill
1212
ms.author: aahi
1313
ms.custom: azure-ai-agents
@@ -40,7 +40,7 @@ The authorization will happen between Grounding with Bing Custom Search service
4040

4141
Developers and end users don't have access to raw content returned from Grounding with Bing Custom Search. The model response, however, includes citations with links to the websites used to generate the response and is allowed to be stored using the mechanisms provided by the Agents Service. You can retrieve the model response by accessing the data in the thread that was created. These references must be retained and displayed in the exact form provided by Microsoft, as per Grounding with Bing Custom Search's Use and Display Requirements.
4242

43-
43+
Transactions with your Grounding with Bing resource are counted by the number of tool calls per run. You can see how many tool calls are made from the run step.
4444

4545
## Setup
4646

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-agent-service
99
ms.topic: how-to
10-
ms.date: 08/07/2025
10+
ms.date: 09/26/2025
1111
author: aahill
1212
ms.author: aahi
1313
ms.custom: azure-ai-agents
@@ -38,6 +38,8 @@ Grounding with Bing returns relevant search results to the customer's model depl
3838
3939
The authorization will happen between Grounding with Bing Search service and Azure AI Foundry Agent Service. Any Bing search query that is generated and sent to Bing for the purposes of grounding is transferred, along with the resource key, outside of the Azure compliance boundary to the Grounding with Bing Search service. Grounding with Bing Search is subject to Bing's terms and do not have the same compliance standards and certifications as the Azure AI Foundry Agent Service, as described in the [Grounding with Bing Search Terms of Use](https://www.microsoft.com/bing/apis/grounding-legal). It is your responsibility to assess whether the use of Grounding with Bing Search in your agent meets your needs and requirements.
4040

41+
Transactions with your Grounding with Bing resource are counted by the number of tool calls per run. You can see how many tool calls are made from the run step.
42+
4143
## Supported capabilities and known issues
4244
- Grounding with Bing Search tool is designed to retrieve real-time information from web, NOT specific web domains.
4345
- NOT Recommended to **summarize** an entire web page.

0 commit comments

Comments
 (0)