langchain.js
    Preparing search index...

    Interface XAIResponsesStreamEventOutputItemDone

    Output item done event.

    interface XAIResponsesStreamEventOutputItemDone {
        item: XAIResponsesOutputItem;
        output_index: number;
        type: "response.output_item.done";
    }

    Hierarchy (View Summary)

    Index

    Properties

    The completed output item.

    output_index: number

    The index of the output item.

    type: "response.output_item.done"

    The type of the streaming event.