langchain.js
    Preparing search index...

    Interface XAIResponsesOutputReasoning

    Reasoning output item.

    interface XAIResponsesOutputReasoning {
        encrypted_content?: string;
        id?: string;
        summary?: XAIResponsesReasoningSummaryItem[];
        type: "reasoning";
    }
    Index

    Properties

    encrypted_content?: string

    Encrypted reasoning content (if included).

    id?: string

    The ID of the reasoning item.

    Summary of the reasoning.

    type: "reasoning"