The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ReasoningSummaryText } from "@openrouter/sdk/models";
let value: ReasoningSummaryText = {
text: "Analyzed the problem using first principles",
type: "summary_text",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
text | string | :heavy_check_mark: | N/A |
type | models.ReasoningSummaryTextType | :heavy_check_mark: | N/A |