React Native Firebase
    Preparing search index...

    Interface ExecutableCodePartBeta

    Represents the code that is executed by the model.

    interface ExecutableCodePart {
        codeExecutionResult?: undefined;
        executableCode?: ExecutableCode;
        fileData: never;
        functionCall?: undefined;
        functionResponse?: undefined;
        inlineData?: undefined;
        text?: undefined;
        thought?: undefined;
        thoughtSignature?: undefined;
    }
    Index

    Properties

    codeExecutionResult?: undefined
    executableCode?: ExecutableCode
    fileData: never
    functionCall?: undefined
    functionResponse?: undefined
    inlineData?: undefined
    text?: undefined
    thought?: undefined
    thoughtSignature?: undefined