Member Junction
    Preparing search index...

    The model finished assembling a function (tool) call and wants it executed.

    interface OAIProtocolFunctionCallArgumentsDone {
        arguments: string;
        call_id: string;
        name: string;
        type: "response.function_call_arguments.done";
    }
    Index

    Properties

    arguments: string

    JSON-encoded arguments.

    call_id: string
    name: string
    type: "response.function_call_arguments.done"