You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/tools/openapi-spec.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ OpenAPI Specified tool improves your function calling experience by providing st
25
25
automated, and scalable API integrations that enhance the capabilities and efficiency of your agent.
26
26
[OpenAPI specifications](https://spec.openapis.org/oas/latest.html) provide a formal standard for
27
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 3 authentication types with the OpenAPI 3.0 specified tools: `anonymous`, `API key`, `managed identity`.
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`.
29
29
30
30
### Usage support
31
31
@@ -41,7 +41,7 @@ work together, generate client code, create tests, apply design standards, and m
41
41
42
42
## Authenticating with API Key
43
43
44
-
With API key authentication, you can authenticate your OpenAPI spec using various methods such as an API key or Bearer token. Only one API key security schema is supported per OpenAPI spec. If you need multiple security schemas, please create multiple OpenAPI spec tools.
44
+
With API key authentication, you can authenticate your OpenAPI spec using various methods such as an API key or Bearer token. Only one API key security schema is supported per OpenAPI spec. If you need multiple security schemas, create multiple OpenAPI spec tools.
45
45
46
46
1. Update your OpenAPI spec security schemas. it has a `securitySchemes` section and one scheme of type `apiKey`. For example:
47
47
@@ -115,7 +115,7 @@ To set up authenticating with Managed Identity:
115
115
1. Assign proper access to the resource.
116
116
1. Click **Access Control** for your resource
117
117
118
-
1. Click **Add** and then **add role assignement** at the top of the screen.
118
+
1. Click **Add** and then **add role assignment** at the top of the screen.
119
119
120
120
:::image type="content" source="../../media/tools/role-assignment-portal.png" alt-text="A screenshot showing the role assignment selector in the Azure portal." lightbox="../../media/tools/role-assignment-portal.png":::
121
121
@@ -127,7 +127,7 @@ To set up authenticating with Managed Identity:
127
127
128
128
1. Click **Finish**.
129
129
130
-
1. Once you have it set up, you can use continue by using the tool through the SDK or REST API. Use the tabs at the top of this article to see code samples.
130
+
1. Once the setup is done, you can continue by using the tool through the SDK or REST API. Use the tabs at the top of this article to see code samples.
0 commit comments