gptscript
gptscript copied to clipboard
openapi integration needs v2 support
Currently we only support Openapi v3 spec. In Python working with Flask, and anecdotally golang, it is very easy to create v2 specs, but not v3. This results in needing to use a conversion tool to get a v3 spec. If the conversion has any quirks the user will need to learn more about OpenAPI then they care to.