ReasoningBlockData
Defined in: src/types/messages.ts:285
Data for a reasoning block.
Properties
Section titled “Properties”optional text: string;Defined in: src/types/messages.ts:289
The text content of the reasoning process.
signature?
Section titled “signature?”optional signature: string;Defined in: src/types/messages.ts:294
A cryptographic signature for verification purposes.
redactedContent?
Section titled “redactedContent?”optional redactedContent: Uint8Array;Defined in: src/types/messages.ts:299
The redacted content of the reasoning process.