Skip to content

ReasoningBlockData

Defined in: src/types/messages.ts:389

Data for a reasoning block.

optional text: string;

Defined in: src/types/messages.ts:393

The text content of the reasoning process.


optional signature: string;

Defined in: src/types/messages.ts:398

A cryptographic signature for verification purposes.


optional redactedContent: Uint8Array;

Defined in: src/types/messages.ts:403

The redacted content of the reasoning process.