langchain.js
    Preparing search index...

    Interface XAIResponsesStreamEventReasoningSummaryTextDone

    Reasoning summary text done event.

    interface XAIResponsesStreamEventReasoningSummaryTextDone {
        output_index: number;
        summary_index: number;
        text: string;
        type: "response.reasoning_summary_text.done";
    }

    Hierarchy (View Summary)

    Index

    Properties

    output_index: number

    The index of the output item.

    summary_index: number

    The index of the summary part.

    text: string

    The complete text.

    type: "response.reasoning_summary_text.done"

    The type of the streaming event.