v0.2.13
What's Changed
- fix(query-handler): allow
QueryOutput
without type var by @georgeh0 in #1041 - fix(shared-error): carry backtrace on the first cast to anyhow error by @georgeh0 in #1044
- fix(gemini): support output_dimension for Gemini by @georgeh0 in #1046
- fix(reqwest-send): always do
error_for_status()?
forsend()
by @georgeh0 in #1047 - docs: update LLM docs to add
output_dimensions
example by @georgeh0 in #1048
Full Changelog: v0.2.12...v0.2.13