-
Notifications
You must be signed in to change notification settings - Fork 0
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
🌿 Fern Regeneration -- July 22, 2024 #6
base: main
Are you sure you want to change the base?
Conversation
const client = new GooeyClient({ authorization: "YOUR_AUTHORIZATION" }); | ||
await client.copilotIntegrations.videoBotsStreamCreate({ | ||
integrationId: "integration_id", | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.