Full Changelog: v0.33.0...v0.33.1
This release introduces bug fixes for chat completion type compatibility and feature extraction parameters, enhanced message handling in tiny-agents, and updated inference endpoint health check:
- [Tiny agents] Add tool call to messages #3159 by @NielsRogge
- fix: update payload preparation to merge parameters into the output dictionary #3160 by @mishig25
- fix(inference_endpoints): use GET healthRoute instead of GET / to check status #3165 by @mfuntowicz
- Recursive filter_none in Inference Providers #3178 by @Wauplin