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: 4.29.0 #715

Commits on Mar 13, 2024

  1. feat(assistants): add support for streaming (#714)

    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
    7d27d28 View commit details
    Browse the repository at this point in the history
  2. release: 4.29.0

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