Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Event emitted when a reasoning summary part is added

Example Usage

import { OpenResponsesReasoningSummaryPartAddedEvent } from "@openrouter/sdk/models";

let value: OpenResponsesReasoningSummaryPartAddedEvent = {
  type: "response.reasoning_summary_part.added",
  outputIndex: 0,
  itemId: "item-1",
  summaryIndex: 0,
  part: {
    type: "summary_text",
    text: "",
  },
  sequenceNumber: 3,
};

Fields

FieldTypeRequiredDescriptionExample
type”response.reasoning_summary_part.added”:heavy_check_mark:N/A
outputIndexnumber:heavy_check_mark:N/A
itemIdstring:heavy_check_mark:N/A
summaryIndexnumber:heavy_check_mark:N/A
partmodels.ReasoningSummaryText:heavy_check_mark:N/A{"type": "summary_text","text": "Analyzed the problem using first principles"}
sequenceNumbernumber:heavy_check_mark:N/A