Conversation
| const client = new GooeyClient({ authorization: "YOUR_AUTHORIZATION" }); | ||
| await client.copilotIntegrations.videoBotsStreamCreate({ | ||
| integrationId: "integration_id", | ||
| }); |
There was a problem hiding this comment.
usage should be more descriptive and have some use case that is demonstrated
|
reference.md has the same problem that we solved with e.g. AI QR code only has a text prompt and no URL in the reference. |
|
Edit: works now This is my |
|
The Right now, it expects |
|
|
|
@nikochiko thanks for the feedback
The usage examples come from your OpenAPI spec, would you be open to adding some more examples to your OpenAPI spec or linking us to examples that you would want demonstrated?
Do you mind providing us more context here. We have a slack channel with y'all + happy to hop on a call to understand.
This is a change we can make to your OpenAPI spec (by specifying the bearer scheme) |
This PR regenerates code to match the latest API Definition.