React Native Firebase
    Preparing search index...

    Interface FunctionResponsePart

    Content part interface if the part represents FunctionResponse.

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

    Properties

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