This release fixes bugs in tool calls. It also adds support for streaming tool calls.
Thanks to @yenif, @davorrunje and other contributors!
What's Changed
- cleaner definition of tool_responses fixes #1174 by @yenif in #1182
- Documentation: polish docs for tools calls by @davorrunje in #1185
- check tool_returns by @sonichi in #1187
- Change
contrib-tests.yml
tests to use--skip-openai
by @maxim-saplin in #1132 - remove inappropriate api_type by @sonichi in #1190
- Bump follow-redirects from 1.15.2 to 1.15.4 in /website by @dependabot in #1189
- Added support for streaming tool calls by @davorrunje in #1184
- More async tool fixes by @yenif in #1204
- Fix registration of async functions by @davorrunje in #1201
Full Changelog: v0.2.5...v0.2.6