Increase security and reformat
This commit is contained in:
@@ -123,7 +123,9 @@ def _handle_message(message: dict[str, Any]) -> dict[str, Any] | None:
|
||||
msg_id,
|
||||
{
|
||||
"isError": True,
|
||||
"content": [{"type": "text", "text": json.dumps({"error": str(exc)})}],
|
||||
"content": [
|
||||
{"type": "text", "text": json.dumps({"error": str(exc)})}
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user