Skip to content

Commit 37d1ffa

Browse files
Merge pull request #363 from lindazqli/patch-4
Update bing-grounding.md
2 parents c7ff956 + 6572d87 commit 37d1ffa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Grounding with Bing returns relevant search results to the customer's model depl
3737
3838
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.
3939

40+
## Supported capabilities and known issues
41+
- Grounding with Bing Search tool is designed to retrieve real-time information from web, NOT specific web domains.
42+
- NOT Recommended to **summarize** an entire web page.
43+
- Within one run, the AI model will evaluate the tool outputs and may decide to invoke the tool again for more information and context. AI model may also decide which piece(s) of tool outputs are used to generate the response.
44+
- Azure AI Agent service will return **AI model generated response** as output so end-to-end latency will be impacted pre-/post-processing of LLMs.
45+
- Grounding with Bing Search tool does NOT return the tool output to developers and end users.
46+
4047
## Usage support
4148

4249
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |

0 commit comments

Comments
 (0)