Skip to content

Commit da42215

Browse files
committed
Merge branch 'foundry-docs-2' of https://github.com/aahill/azure-ai-docs-pr into foundry-docs-2
2 parents f64a3fa + 32586c4 commit da42215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/agents/how-to/tools/licensed-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ solutions tailored to specific use cases.
2222
Tripadvisor is the first licensed data provider and you can ground with your licensed Tripadvisor data through the API, SDK, and Azure AI Foundry portal.
2323

2424
> [!IMPORTANT]
25-
> 1. Your use of connected non-Microsoft services is subject to the terms between you and the service provider. By connecting to a non-Microsoft service, you acknowledge that some of your data, such as prompt content, is passed to the non-Microsoft service, and/or your application might receive data from the non-Microsoft service. You're responsible for your use of non-Microsoft data.
26-
> 2. Grounding with licensed data incurs usage with licensed data providers, review the pricing plan with your selected licensed data providers.
25+
> - Your use of connected non-Microsoft services is subject to the terms between you and the service provider. By connecting to a non-Microsoft service, you acknowledge that some of your data, such as prompt content, is passed to the non-Microsoft service, and/or your application might receive data from the non-Microsoft service. You're responsible for your use of non-Microsoft data.
26+
> - Grounding with licensed data incurs usage with licensed data providers, review the pricing plan with your selected licensed data providers.
2727
2828
## Prerequisites
2929

@@ -76,7 +76,7 @@ You can follow the instructions in [OpenAPI Spec tool](./openapi-spec.md) to con
7676

7777
1. Remember to store and import Tripadvisor OpenAPI spec. You can find it through Foundry Portal.
7878

79-
1. make sure you have updated the authentication method to be `connection` and fill in the connection ID of your custom key connection.
79+
1. Make sure you have updated the authentication method to be `connection` and fill in the connection ID of your custom key connection.
8080
``` python
8181
auth = OpenApiConnectionAuthDetails(security_scheme=OpenApiConnectionSecurityScheme(connection_id="your_connection_id"))
8282
```

0 commit comments

Comments
 (0)