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
JsonSchema.validate() has an explicit if not isinstance(data, dict) branch returning {"error": "Response is not a JSON object"}; no test passes a valid JSON non-dict value (e.g., an array or number).
File:
src/promptum/validation/validators.py:73-74JsonSchema.validate()has an explicitif not isinstance(data, dict)branch returning{"error": "Response is not a JSON object"}; no test passes a valid JSON non-dict value (e.g., an array or number).