Skip to content

v1.0.1

Choose a tag to compare

@svetzal svetzal released this 01 Feb 16:20
· 79 commits to main since this release

What's New

  • Streaming chat sessionsChatSession.send_stream/2 and ChatSession.finalize_stream/1 provide a two-phase streaming API. Chunks are yielded in real-time, and the full response is recorded in history on finalize.

Details

  • 5 new tests for streaming send
  • Documentation updated with streaming examples
  • Version bumped to 1.0.1