Skip to content

Comments

align openapi with rl swagger#212

Merged
blainekasten merged 1 commit intomainfrom
2
Feb 19, 2026
Merged

align openapi with rl swagger#212
blainekasten merged 1 commit intomainfrom
2

Conversation

@sbassam
Copy link
Contributor

@sbassam sbassam commented Feb 19, 2026

No description provided.

@cursor
Copy link

cursor bot commented Feb 19, 2026

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on March 7.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@github-actions
Copy link

github-actions bot commented Feb 19, 2026

✱ Stainless preview builds

This PR will update the togetherai SDKs with the following commit message.

feat: align openapi with rl swagger
⚠️ togetherai-openapi studio · code

There was a regression in your SDK.
generate ⚠️

⚠️ togetherai-go studio · code

There was a regression in your SDK.
generate ⚠️lint ✅test ✅

go get github.com/stainless-sdks/togetherai-go@982789d76f21fea94e6a1ae156bd9e8bcf6d0b45
⚠️ togetherai-python studio · code

There was a regression in your SDK.
generate ⚠️build ✅lint ✅test ⏳

pip install https://pkg.stainless.com/s/togetherai-python/1c2b4d2af73016c25b1721016f1a215b64d5f3d3/together-2.1.1-py3-none-any.whl
⚠️ togetherai-typescript studio · code

There was a regression in your SDK.
generate ⚠️build ✅lint ✅test ✅

npm install https://pkg.stainless.com/s/togetherai-typescript/03d5f94c22fd6f881cd793b988019839044f8858/dist.tar.gz
⚠️ togetherai-terraform studio · code

There was a regression in your SDK.
generate ⚠️lint ✅test ✅


This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push.
If you push custom code to the preview branch, re-run this workflow to update the comment.
Last updated: 2026-02-19 03:12:36 UTC

Copy link
Contributor

@blainekasten blainekasten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving to unblock, but a few things to follow up on

format: int64
example: 1
default: 1
default: "1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would the default be a string on an integer type?

type: number
example: 1
default: 1.0
format: float
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of these format fields do nothing afaik

- 789
items:
type: integer
type: string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent issue?

- TRAINING_OPERATION_ERROR_CODE_TIMEOUT
- TRAINING_OPERATION_ERROR_CODE_INTERNAL_ERROR
- TRAINING_OPERATION_ERROR_CODE_SESSION_NOT_ACTIVE
default: TRAINING_OPERATION_ERROR_CODE_UNSPECIFIED
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A default doesn't really make sense here

type: array
items:
type: object
$ref: '#/components/schemas/ProtobufAny'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't be exposing any rpc concepts in the http api

@blainekasten blainekasten merged commit e462180 into main Feb 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants