-
Notifications
You must be signed in to change notification settings - Fork 297
OpenAPI generate function names if operationIds are unavailable #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This one is done @sangee2004 |
gptscript version v0.9.2+0f32a9d8 Able to work with openapi yamls even when there are no operationIds present. Tested with following openapi yaml which does not have operationIds for list and get methods:
Able to see the following script work successfully:
Tool calls gets generated for
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If operationIds are not provided in the OpenAPI spec, the parser should autogenerate based on "method" and "path" or similar so a consumer an use the spec without having to download and modify it.
The text was updated successfully, but these errors were encountered: