langchain.js
    Preparing search index...

    Interface XAIResponsesStreamEventContentPartDone

    Content part done event.

    interface XAIResponsesStreamEventContentPartDone {
        content_index: number;
        output_index: number;
        part: XAIResponsesOutputContent;
        type: "response.content_part.done";
    }

    Hierarchy (View Summary)

    Index

    Properties

    content_index: number

    The index of the content part.

    output_index: number

    The index of the output item.

    The completed content part.

    type: "response.content_part.done"

    The type of the streaming event.