Merged
Conversation
✱ Stainless preview buildsThis PR will update the Edit this comment to update it. It will appear in the SDK's changelogs.
|
| ❗ Terraform/ResourceHasAmbiguousProperties: (chat_completion) resource has some properties with an undefined type, which results in a raw JSON field. To resolve, add type annotations to the following properties: - #/components/schemas/ChatCompletionRequest/properties/response_format/properties/schema - #/components/schemas/ToolsPart/properties/function/properties/parameters |
| ❗ Terraform/ResourceHasAmbiguousProperties: (eval) resource has some properties with an undefined type, which results in a raw JSON field. To resolve, add type annotations to the following properties: - #/paths/%2Fevaluation%2F%7Bid%7D%2Fupdate/post/requestBody/content/application%2Fjson/schema/properties/results - #/components/schemas/EvaluationJob/properties/parameters |
✅ togetherai-go studio · code · diff
Your SDK built successfully.
generate ⚠️→lint ❗→test ❗go get github.com/stainless-sdks/togetherai-go@67b2ef621b44789d3b456ef57a63cf7a4a489778
⚠️ togetherai-python studio · code · diff
There was a regression in your SDK.
generate ⚠️→build ✅→lint ❗→test ⏳pip install https://pkg.stainless.com/s/togetherai-python/2acdbfc7f56d24b5879bfab40100143f455d0ff4/together-0.1.0a22-py3-none-any.whlNew diagnostics (2 error, 1 warning)
❗ Terraform/ResourceHasAmbiguousProperties: (chat_completion) resource has some properties with an undefined type, which results in a raw JSON field. To resolve, add type annotations to the following properties: - #/components/schemas/ChatCompletionRequest/properties/response_format/properties/schema - #/components/schemas/ToolsPart/properties/function/properties/parameters ❗ Terraform/ResourceHasAmbiguousProperties: (eval) resource has some properties with an undefined type, which results in a raw JSON field. To resolve, add type annotations to the following properties: - #/paths/%2Fevaluation%2F%7Bid%7D%2Fupdate/post/requestBody/content/application%2Fjson/schema/properties/results - #/components/schemas/EvaluationJob/properties/parameters ⚠️ Terraform/UnsupportedResponse: (audio) resource has an unsupported response type (binary-response) in method create, and will be ignored. Supported response types are: object, array, union, intersection.
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push.
Last updated: 2025-11-12 22:12:13 UTC
zainhas
approved these changes
Nov 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needed for the python SDK to match spec on an API to list availability zones
Note
Adds
GET /clusters/availability-zonesreturning a list of availability zones as strings.GET /clusters/availability-zonesto list available availability zones (operationId: availabilityZones).components/schemas/ListAvailibilityZonesResponse(array ofstring) and wire as the200response for the new endpoint.Written by Cursor Bugbot for commit ecb6725. This will update automatically on new commits. Configure here.