Skip to content
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

feat(assistants): add support for streaming #1233

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

stainless-bot
Copy link
Collaborator

See the reference docs for more information:
https://platform.openai.com/docs/api-reference/assistants-streaming
We've also improved some of the names for the types in
the assistants beta, non exhaustive list:

  • CodeToolCall -> CodeInterpreterToolCall
  • MessageContentImageFile -> ImageFileContentBlock
  • MessageContentText -> TextContentBlock
  • ThreadMessage -> Message
  • ThreadMessageDeleted -> MessageDeleted

See the reference docs for more information:
https://platform.openai.com/docs/api-reference/assistants-streaming

We've also improved some of the names for the types in
the assistants beta, non exhaustive list:

- `CodeToolCall` -> `CodeInterpreterToolCall`
- `MessageContentImageFile` -> `ImageFileContentBlock`
- `MessageContentText` -> `TextContentBlock`
- `ThreadMessage` -> `Message`
- `ThreadMessageDeleted` -> `MessageDeleted`
@stainless-bot stainless-bot requested a review from a team as a code owner March 13, 2024 20:31
@stainless-bot stainless-bot merged commit 17635dc into next Mar 13, 2024
@stainless-bot stainless-bot deleted the feat-assistants-add-support-for- branch March 13, 2024 20:31
@stainless-bot stainless-bot mentioned this pull request Mar 13, 2024
athyuttamre pushed a commit that referenced this pull request Mar 13, 2024
* feat(assistants): add support for streaming (#1233)

See the reference docs for more information:
https://platform.openai.com/docs/api-reference/assistants-streaming
We've also improved some of the names for the types in
the assistants beta, non exhaustive list:
- `CodeToolCall` -> `CodeInterpreterToolCall`
- `MessageContentImageFile` -> `ImageFileContentBlock`
- `MessageContentText` -> `TextContentBlock`
- `ThreadMessage` -> `Message`
- `ThreadMessageDeleted` -> `MessageDeleted`

* release: 1.14.0
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.

None yet

1 participant