Skip to content

v1.5.0

Choose a tag to compare

@jiwon-oai jiwon-oai released this 06 Jan 20:32
· 47 commits to main since this release
ce2d277
  • Streaming annotations: Support custom mapping for assistant message annotations in stream_agent_response via ResponseStreamConverter.

  • Two-phase uploads: Add PUT support and request header forwarding via upload_descriptor for FileAttachment and ImageAttachment.

  • Breaking:

    • The upload_url field on FileAttachment and ImageAttachment has been removed (use upload_descriptor).
    • ChatKitServer now writes created attachment metadata to the store when handling the attachments.create request (remove store-write from AttachmentStore.create_attachment).