Skip to content

v0.1.16

Choose a tag to compare

@Muizzkolapo Muizzkolapo released this 04 May 13:03
· 116 commits to main since this release
75ad0e2

What's Changed

Breaking Changes

  • refactor: consolidate on_schema_mismatch into reprompt config (#493) — Remove top-level on_schema_mismatch and strict_schema config keys. Schema conformance is now declared inside reprompt: {on_schema_mismatch: reject/reprompt}

Bug Fixes

  • fix: return error dict on JSON parse failure instead of raising (#492) — Return error dict instead of raising VendorAPIError on JSON parse failure in ollama cloud and openai online clients, enabling reprompt loop to retry with JSON-specific feedback