langchain.js
    Preparing search index...

    Interface XAIResponsesStreamEventContentPartAdded

    Content part added event.

    interface XAIResponsesStreamEventContentPartAdded {
        content_index: number;
        output_index: number;
        part: XAIResponsesOutputContent;
        type: "response.content_part.added";
    }

    Hierarchy (View Summary)

    Index

    Properties

    content_index: number

    The index of the content part.

    output_index: number

    The index of the output item.

    The content part that was added.

    type: "response.content_part.added"

    The type of the streaming event.