Skip to content

v0.23.0

Compare
Choose a tag to compare
@64bit 64bit released this 05 Jun 00:34
· 28 commits to main since this release
async-openai-v0.23.0
f5a0ea0

Added

  • Assistants streaming API support
  • Assistant examples for file search, code interpreter, and function calling with streaming.

Updated

  • Types synced from upstream spec
  • crate dependencies

Bug Fixes

  • Serialization and deserailization of types should lead to same data type. Reported and test included in #216 by @sontallive
  • File retreive content API now returns Bytes instead of String
  • FileCitation deserialization fix #222 by @kitalia
  • assistant: don't send null values for tool resources #226 by @domenkozar

Miscellaneous

Thank you contributors