-
Notifications
You must be signed in to change notification settings - Fork 1.3k
x-sent-at removal, x-stainless-any fix, optional frame id, ModelConfigString fix #1553
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
Conversation
|
✱ Stainless preview buildsThis PR will update the ⚡ stagehand-python studio · conflict
✅ stagehand-openapi studio
✅ stagehand-kotlin studio
✅ stagehand-typescript studio
⚡ stagehand-go studio · conflict
⚡ stagehand-java studio · conflict
⚡ stagehand-csharp studio · conflict
✅ stagehand-php studio
⚡ stagehand-ruby studio · conflict
✅ stagehand-cli studio
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
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.
No issues found across 3 files
Greptile SummaryThis PR makes targeted fixes to the OpenAPI specification and Zod schemas to improve compatibility with the Stainless code generation tool. The changes include: renaming Confidence Score: 5/5
Important Files Changed
|
packages/server/openapi.v3.yaml
Outdated
| description: Model name string (e.g., 'openai/gpt-5-nano', | ||
| 'anthropic/claude-4.5-opus') | ||
| example: openai/gpt-5-nano | ||
| description: Model name string without prefix (e.g., 'gpt-5-nano', |
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.
Nah keep prefix recommended in all possible shapes, API can handle it.
why
Fixes for having openapi spec pass stainless checks.
what changed
test plan