What's New
Bug Fixes
- Pass
reasoning_effortdirectly to OpenAI API as a top-level Chat Completions parameter (#429)- Fixes
unexpected keyword argument 'reasoning'error when using reasoning models (o1, o3, o4-mini, gpt-5)
- Fixes
- Suppress schema errors in
resolve()whensuppress_parse_errors=True(#435)- Extends suppression to
ValueErrorfrom malformed-but-parseable LLM output, not justFormatError
- Extends suppression to
- Fix Ollama Docker example healthcheck (#360)
- Replaces
curl(not present in image) withollama list
- Replaces
Full Changelog: v1.2.0...v1.2.1