ReasoningTextContent - TypeScript SDK

ReasoningTextContent type definition

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

Example Usage

1import { ReasoningTextContent } from "@openrouter/sdk/models";
2
3let value: ReasoningTextContent = {
4 text: "Let me think step by step about this problem...",
5 type: "reasoning_text",
6};

Fields

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