{
  "method": "sessionUpdate",
  "args": [
    {
      "sessionId": "session-1",
      "update": {
        "sessionUpdate": "agent_message_chunk",
        "messageId": "string",
        "content": {
          "type": "text",
          "text": "Hello-1"
        }
      }
    }
  ]
}
{
  "method": "sessionUpdate",
  "args": [
    {
      "sessionId": "session-2",
      "update": {
        "sessionUpdate": "agent_message_chunk",
        "messageId": "string",
        "content": {
          "type": "text",
          "text": "Hello-2"
        }
      }
    }
  ]
}