Add 2 routes: | Method | Endpoint | Description | |--------|-----------------------|-----------------------------------------------------------------------------| | GET | `openapi.getSchema` | Returns a valid OpenAPI schema, ready to copy into OpenAI. | | POST | `openapi.sendQuery()` | Accepts a body with POST parameters to send a query through the OpenAPI. |
Add 2 routes:
openapi.getSchemaopenapi.sendQuery()