React Native Firebase
    Preparing search index...

    Interface CodeExecutionResultPartBeta

    Represents the code execution result from the model.

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

    Properties

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