ReasoningSummaryText - TypeScript SDK

ReasoningSummaryText type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ReasoningSummaryText } from "@openrouter/sdk/models";
2
3let value: ReasoningSummaryText = {
4 text: "Analyzed the problem using first principles",
5 type: "summary_text",
6};

Fields

FieldTypeRequiredDescription
textstring✔️N/A
typemodels.ReasoningSummaryTextType✔️N/A