ai-agent-test/.venv/lib/python3.12/site-packages/pydantic/main.py", line 746, in model_validate_json
| return cls.pydantic_validator.validate_json(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| pydantic_core._pydantic_core.ValidationError: 1 validation error for JSONRPCMessage
Invalid JSON: expected value at line 1 column 1 [type=json_invalid, input_value=‘Shutdown signal received’, input_type=str]
For further information visit https://errors.pydantic.dev/2.11/v/json_invalid
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):