Interface LiveServerToolCall

Request for the client to execute the function_calls and return the responses with the matching ids.

interface LiveServerToolCall {
    functionCalls?: FunctionCall[];
}

Properties

Properties

functionCalls?: FunctionCall[]

The function call to be executed.

MMNEPVFCICPMFPCPTTAAATR