React Native Firebase
    Preparing search index...

    Content part interface if the part represents a FunctionCall.

    interface FunctionCallPart {
        codeExecutionResult?: undefined;
        executableCode?: undefined;
        functionCall: FunctionCall;
        functionResponse?: undefined;
        inlineData?: undefined;
        text?: undefined;
        thought?: boolean;
        thoughtSignature?: undefined;
    }
    Index

    Properties

    codeExecutionResult?: undefined
    executableCode?: undefined
    functionCall: FunctionCall
    functionResponse?: undefined
    inlineData?: undefined
    text?: undefined
    thought?: boolean
    thoughtSignature?: undefined