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

Commits on Mar 13, 2024

  1. feat(assistants): add support for streaming

    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
    ffe1c38 View commit details
    Browse the repository at this point in the history