Skip to content

Commit 5988bfa

Browse files
committed
fixes
1 parent ada803d commit 5988bfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/agents/how-to/tools/openapi-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ work together, generate client code, create tests, apply design standards, and m
3535

3636
## Authenticating with API Key
3737

38-
1. Verify that the OpenAPI spec supports API keys: it has `securitySchemes` section and has one scheme of type `apiKey". An example would be:
38+
1. Verify that the OpenAPI spec supports API keys: it has `securitySchemes` section and has one scheme of type `apiKey`. For example:
3939
```json
4040
"securitySchemes": {
4141
"apiKeyHeader": {
@@ -56,7 +56,7 @@ work together, generate client code, create tests, apply design standards, and m
5656

5757
1. Select **+ new connection** in the settings page.
5858
>[!NOTE]
59-
> If you re-generate the API key at a later date, you need to update the connection with the new key.
59+
> If you regenerate the API key at a later date, you need to update the connection with the new key.
6060
6161
:::image type="content" source="../../media/tools/bing/project-connections.png" alt-text="A screenshot of the connections screen for the AI project." lightbox="../../media/tools/bing/project-connections.png":::
6262

@@ -138,7 +138,7 @@ public partial class Sample_Agent_OpenAPI : SamplesBase<AIProjectsTestEnvironmen
138138
---
139139

140140
## Step 2: Enable the OpenAPI Spec tool
141-
You might want to store the OpenAPI specification in another file and import the content to initialize the tool. Please note the sample code is using `anonymous` as authentication type.
141+
You might want to store the OpenAPI specification in another file and import the content to initialize the tool. Note the sample code is using `anonymous` as authentication type.
142142

143143
# [Python](#tab/python)
144144

0 commit comments

Comments
 (0)