TypeScript SDKAPI ReferenceModelsReasoningTextContent - TypeScript SDKCopy pageReasoningTextContent type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ReasoningTextContent } from "@openrouter/sdk/models";23let value: ReasoningTextContent = {4 text: "Let me think step by step about this problem...",5 type: "reasoning_text",6}; Fields FieldTypeRequiredDescriptiontextstring✔️N/Atypemodels.ReasoningTextContentType✔️N/A