Skip to content

Commit 51bcc52

Browse files
Merge pull request #3011 from aahill/assistants-fixes
removing section
2 parents 6dcae79 + f4283c7 commit 51bcc52

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ Developers and end users don't have access to raw content returned from Groundin
2828
> 1. By creating and using a Grounding with Bing Search resource through code-first experience, such as Azure CLI, or deploying through deployment template, you agree to be bound by and comply with the terms available at https://www.microsoft.com/en-us/bing/apis/grounding-legal, which may be updated from time to time.
2929
> 1. When you use Grounding with Bing Search, your customer data is transferred outside of the Azure compliance boundary to the Grounding with Bing Search service. Grounding with Bing Search is not subject to the same data processing terms (including location of processing) and does not have the same compliance standards and certifications as the Azure AI Agent Service, as described in the [Grounding with Bing Search Terms of Use](https://www.microsoft.com/en-us/bing/apis/grounding-legal). It is your responsibility to assess whether use of Grounding with Bing Search in your agent meets your needs and requirements.
3030
31-
## How Does Grounding with Bing Search Work?
32-
33-
A user query is the message an end user sends to an agent, such as *"should I take an umbrella with me today? I'm in Seattle."* Instructions are the system message a developer can provide to share context and provide instructions to the AI model on how to use various tools or behave.
34-
35-
When a user sends a query, the AI model deployment first processes it (using the provided instructions) to later perform a Bing search query (which is [visible to the developer](#how-to-display-grounding-with-bing-search-results)). Grounding with Bing Search returns relevant search results to the model deployment, which then generates the final output. When using Grounding with Bing Search, only the Bing search query and your resource key are sent to Bing, and no end user-specific information is included. Your resource key is sent to Bing solely for billing and rate limiting purposes. Any Bing search query that is generated and sent to Bing for the purposes of grounding are transferred 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 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.
36-
37-
3831
## Usage support
3932

4033
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK |Basic agent setup | Standard agent setup |

0 commit comments

Comments
 (0)