{ "fixture_id": "FX_AgentChat.Handler.InvalidJson", "verifies": "AgentChat.LangGraph.Handler", "edge": "invalid_json_uicontext", "input": { "message": {"text": "Hello"}, "history": [], "conversation_id": "test-conv-003", "uicontext_str": "{invalid json!!!!}", "user_id": "user-001", "user_jwt": "valid-jwt", "env_id": "ss-dev" }, "expected": { "tool_count": 22, "uicontext_injected": false, "no_error_raised": true, "streaming": true } }