React Native Firebase
    Preparing search index...

    Interface CodeExecutionResultBeta

    The results of code execution run by the model.

    interface CodeExecutionResult {
        outcome?: string;
        output?: string;
    }
    Index

    Properties

    Properties

    outcome?: string

    The result of the code execution.

    output?: string

    The output from the code execution, or an error message if it failed.