Creating Plot Twists
    Preparing search index...

    Interface RedactedReasoningPart

    Redacted reasoning content part of a prompt.

    interface RedactedReasoningPart {
        type: "redacted-reasoning";
        data: string;
    }
    Index

    Properties

    Properties

    type: "redacted-reasoning"
    data: string

    Redacted reasoning data.