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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ work together, generate client code, create tests, apply design standards, and m
37
37
1. Ensure you've completed the prerequisites and setup steps in the [quickstart](../../quickstart.md).
38
38
39
39
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.
41
41
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.
0 commit comments