Skip to content

Commit 132a240

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ work together, generate client code, create tests, apply design standards, and m
3737
1. Ensure you've completed the prerequisites and setup steps in the [quickstart](../../quickstart.md).
3838

3939
1. Check the OpenAPI spec for the following requirements:
40-
1. Though not required by OpenAPI Spec, `operationId` is required for each function to be used with OpenAPI tool.
40+
1. Although not required by the OpenAPI spec, `operationId` is required for each function to be used with the OpenAPI tool.
4141
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.
4242

4343
## Authenticating with API Key

0 commit comments

Comments
 (0)