Skip to content

Commit b2815a9

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ work together, generate client code, create tests, apply design standards, and m
3131
1. Ensure you've completed the prerequisites and setup steps in the [quickstart](../../quickstart.md).
3232

3333
1. Check the OpenAPI spec for the following requirements:
34-
1. `operationId` should only contain letters, `-` and `_`. You can modify it to meet the requirement. We recommend to give a descriptive name to help models efficiently decide which function to use.
34+
1. `operationId` should only contain letters, `-` and `_`. You can modify it to meet the requirement. We recommend using descriptive name to help models efficiently decide which function to use.
3535

3636
## Authenticating with API Key
37-
1. Verify if the OpenAPI spec supports API key: it has `securitySchemes` section and has one scheme of type `apiKey". An example would be:
37+
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:
3839
```json
3940
"securitySchemes": {
4041
"apiKeyHeader": {

0 commit comments

Comments
 (0)