langchain.js
    Preparing search index...

    Interface XAIResponsesStreamEventOutputItemAdded

    Output item added event.

    interface XAIResponsesStreamEventOutputItemAdded {
        item: XAIResponsesOutputItem;
        output_index: number;
        type: "response.output_item.added";
    }

    Hierarchy (View Summary)

    Index

    Properties

    The output item that was added.

    output_index: number

    The index of the output item.

    type: "response.output_item.added"

    The type of the streaming event.