React Native Firebase
    Preparing search index...

    Interface LiveServerToolCallBeta

    A request from the model for the client to execute one or more functions.

    interface LiveServerToolCall {
        functionCalls: FunctionCall[];
        type: "toolCall";
    }
    Index

    Properties

    Properties

    functionCalls: FunctionCall[]

    An array of function calls to run.

    type: "toolCall"