What's Changed
- feat: support streaming tool calls for ChatOllamaAI by @brainlid in #498
- feat: add WebSocket transport for ChatOpenAIResponses by @brainlid in #497
- test: add regression tests for streaming token usage with non-empty choices by @brainlid in #499
- fix: handle streaming overloaded_error from Anthropic API by @brainlid in #500
- Handle {:interrupt, chain, data} and {:pause, chain} in try_chain_with_llm by @srikanthkyatham in #502
- fix: disable Req-level retry to prevent compounding with LangChain retries by @brainlid in #504
- feat: make retry_count configurable on chat model structs by @brainlid in #505
- prep for v0.7.0 release by @brainlid in #506
New Contributors
- @srikanthkyatham made their first contribution in #502
Full Changelog: v0.6.3...v0.7.0