Skip to content

Commit 36fa452

Browse files
lindazqliaahill
andauthored
Update articles/ai-services/agents/how-to/tools/openapi-spec.md
Co-authored-by: aahill <[email protected]>
1 parent b2815a9 commit 36fa452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ work together, generate client code, create tests, apply design standards, and m
4747
```
4848
If the security schemes include multiple schemes, we recommend keeping only one of them.
4949

50-
1. Remove any parameter in the OpenAPI spec that needs API key, because API key will be stored and passed through connections set up later in this doc
50+
1. Remove any parameter in the OpenAPI spec that needs API key, because API key will be stored and passed through a connection, as described later in this article.
5151

52-
1. Create a `custom keys` connection to store your API key
52+
1. Create a `custom keys` connection to store your API key.
5353

5454
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/) and select the AI Project. Click **connected resources**.
5555
:::image type="content" source="../../media/tools/bing/project-settings-button.png" alt-text="A screenshot of the settings button for an AI project." lightbox="../../media/tools/bing/project-settings-button.png":::

0 commit comments

Comments
 (0)