Skip to content

Commit 3cd3b77

Browse files
authored
Update openapi-spec.md
1 parent f9f72a6 commit 3cd3b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +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.
4041
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.
4142

4243
## Authenticating with API Key

0 commit comments

Comments
 (0)