v0.33.1
📦 huggingface-hubView on GitHub →
✨ 1 features🐛 3 fixes🔧 2 symbols
Summary
This patch release (v0.33.1) focuses on bug fixes related to payload preparation and inference endpoint health checks, alongside adding tool call support to Tiny agents messages.
✨ New Features
- Added tool call support to messages in Tiny agents.
🐛 Bug Fixes
- Fixed payload preparation to correctly merge parameters into the output dictionary.
- Updated inference endpoint health check to use GET /healthRoute instead of GET /.
- Applied recursive filter_none in Inference Providers.