You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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