Strands Agents Typescript SDK
    Preparing search index...

    Interface ReasoningBlockData

    Data for a reasoning block.

    interface ReasoningBlockData {
        text?: string;
        signature?: string;
        redactedContent?: Uint8Array;
    }

    Implemented by

    Index

    Properties

    text?: string

    The text content of the reasoning process.

    signature?: string

    A cryptographic signature for verification purposes.

    redactedContent?: Uint8Array

    The redacted content of the reasoning process.