React Native Firebase
    Preparing search index...

    Interface LiveServerToolCallCancellationBeta

    Notification to cancel a previous function call triggered by LiveServerToolCall.

    interface LiveServerToolCallCancellation {
        functionIds: string[];
        type: "toolCallCancellation";
    }
    Index

    Properties

    Properties

    functionIds: string[]

    IDs of function calls that were cancelled. These refer to the id property of a FunctionCall.

    type: "toolCallCancellation"