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
fix: normalize Python-style booleans in LLM JSON responses
Some LLM providers (e.g. Volcengine) return Python-style booleans
(True/False/None) instead of JSON-standard (true/false/null). This
causes json.loads to fail with JSONDecodeError.
Fixes#916
0 commit comments