0.20.0
What's Changed
- docs: fix typo with Embedder service by @Iyadhfaleh in #269
- feat: add support for Anthropic tool use by @soukicz in #209
- ci: update rector config for deprecations and skipping data provider … by @chr-hertel in #274
- fix: toolbox usage in claude model handler after renaming by @chr-hertel in #275
- fix: usage of Claude without system prompt by @chr-hertel in #272
- ci: reorder qa pipeline to shift commit check to last step by @chr-hertel in #273
- feat: bring in Llama 3.3 support with Azure by @chr-hertel in #276
- feat: add latest Claude model versions by @chr-hertel in #277
- ci: skip mongodb extension for now by @chr-hertel in #281
- refactor: rename Model::version to Model::name by @chr-hertel in #278
- feat: add new v4.1 models by @DZunke in #282
- feat: allow access of methods and read of properties through AsyncRes… by @chr-hertel in #284
- refactor: add more output to example runner by @chr-hertel in #283
- refactor: message content file handling [BC BREAK] by @chr-hertel in #285
- feat: add support for Hugging Face Inference API by @chr-hertel in #279
- feat: add support for TransformersPHP for model runtime in PHP by @chr-hertel in #280
New Contributors
Breaking Changes
- Renaming of
Model::version
toModel::name
with corresponding getter, see #278 - Rework of
Image
andAudio
content classes, see #285
Full Changelog: 0.19.0...0.20.0