langchain.js
    Preparing search index...

    Interface XAIResponsesStreamEventFunctionCallArgumentsDone

    Function call arguments done event.

    interface XAIResponsesStreamEventFunctionCallArgumentsDone {
        arguments: string;
        call_id: string;
        output_index: number;
        type: "response.function_call_arguments.done";
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments: string

    The complete arguments.

    call_id: string

    The ID of the function call.

    output_index: number

    The index of the output item.

    type: "response.function_call_arguments.done"

    The type of the streaming event.