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

release: 1.14.0 #1234

Merged
merged 2 commits into from
Mar 13, 2024
Merged

Commits on Mar 13, 2024

  1. 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`
    stainless-bot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    17635dc View commit details
    Browse the repository at this point in the history
  2. release: 1.14.0

    stainless-bot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b61033c View commit details
    Browse the repository at this point in the history