langchain.js
    Preparing search index...

    Type Alias MessageContentReasoningBlockRedacted

    type MessageContentReasoningBlockRedacted = {
        redactedContent: string;
        type: "reasoning_content";
    }
    Index

    Properties

    redactedContent: string
    type: "reasoning_content"