Skip to content

Commit 9201ce7

Browse files
committed
acrolinx
1 parent fa16d94 commit 9201ce7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ added security, making it ideal for integrating with existing infrastructure or
2424
OpenAPI Specified tool improves your function calling experience by providing standardized,
2525
automated, and scalable API integrations that enhance the capabilities and efficiency of your agent.
2626
[OpenAPI specifications](https://spec.openapis.org/oas/latest.html) provide a formal standard for
27-
describing HTTP APIs. This allows people to understand how an API works, how a sequence of APIs
28-
work together, generate client code, create tests, apply design standards, and more. Currently, we support three authentication types with the OpenAPI 3.0 specified tools: `anonymous`, `API key`, `managed identity`.
27+
describing HTTP APIs. This allows people to understand how an API works, how a sequence of APIs works together, generate client code, create tests, apply design standards, and more. Currently, we support three authentication types with the OpenAPI 3.0 specified tools: `anonymous`, `API key`, `managed identity`.
2928

3029
### Usage support
3130

@@ -127,7 +126,7 @@ To set up authenticating with Managed Identity:
127126

128127
1. Click **Finish**.
129128

130-
1. Once the setup is done, you can continue by using the tool through the Foundry Portal, SDK or REST API. Use the tabs at the top of this article to see code samples.
129+
1. Once the setup is done, you can continue by using the tool through the Foundry Portal, SDK, or REST API. Use the tabs at the top of this article to see code samples.
131130

132131
## Add OpenAPI spec tool in the Azure AI Foundry portal
133132

0 commit comments

Comments
 (0)