langchain.js
    Preparing search index...

    Interface XAIResponsesStreamEventFunctionCallArgumentsDelta

    Function call arguments delta event.

    interface XAIResponsesStreamEventFunctionCallArgumentsDelta {
        call_id: string;
        delta: string;
        output_index: number;
        type: "response.function_call_arguments.delta";
    }

    Hierarchy (View Summary)

    Index

    Properties

    call_id: string

    The ID of the function call.

    delta: string

    The arguments delta.

    output_index: number

    The index of the output item.

    type: "response.function_call_arguments.delta"

    The type of the streaming event.