v0.1.0 (2025-04-15)
What's Changed
- feat(bedrock): add VideoUrl input for
BedrockConverseModel
by @leandrodamascena in #1435 - Add spans as an attribute on agent/graph runs/runresults by @dmontagu in #1415
- BREAKING CHANGE: rename
result
->output
by @samuelcolvin in #1248 - Bugfix: ensure parameters are customized when making streaming requests by @dmontagu in #1475
- Customize the parameters as appropriate for the model when using fallback model by @dmontagu in #1477
- Update min openai version by @dmontagu in #1479
- feat(
BedrockConverseModel
): add additional configuration fields to Bedrock Runtime API by @leandrodamascena in #1458 - Add support for
gemini-2.5-pro-preview-03-25
model (paid version of gemini 2.5 pro) by @barapa in #1473 - BREAKING CHANGE (minor) move
format_as_xml
by @samuelcolvin in #1484 - Add Changelog by @samuelcolvin in #1487
- Add
instructions
parameter by @Kludex in #1360 - Generalize the JSON schema transformations by @dmontagu in #1481
- Switch gemini request to camelCase as required by API by @piercefreeman in #1456
New Contributors
- @VildMedPap made their first contribution in #1441
- @leandrodamascena made their first contribution in #1435
- @ehaca made their first contribution in #1389
Full Changelog: v0.0.55...v0.1.0