{
  "method": "sessionUpdate",
  "args": [
    {
      "sessionId": "test-session-id",
      "update": {
        "sessionUpdate": "agent_thought_chunk",
        "messageId": "reasoning-1",
        "content": {
          "type": "text",
          "text": "First thought"
        }
      }
    }
  ]
}
{
  "method": "sessionUpdate",
  "args": [
    {
      "sessionId": "test-session-id",
      "update": {
        "sessionUpdate": "agent_thought_chunk",
        "messageId": "reasoning-1",
        "content": {
          "type": "text",
          "text": "\n\n"
        }
      }
    }
  ]
}
{
  "method": "sessionUpdate",
  "args": [
    {
      "sessionId": "test-session-id",
      "update": {
        "sessionUpdate": "agent_thought_chunk",
        "messageId": "reasoning-1",
        "content": {
          "type": "text",
          "text": "Raw reasoning detail"
        }
      }
    }
  ]
}