"""Verify copilotkit_interrupt handles string/dict resume values without crashing.""" @patch("copilotkit.langgraph.interrupt") def test_string_resume_value(self, mock ...