Interface ExecutableCode

Code generated by the model that is meant to be executed, and the result returned to the model. Generated when using the [FunctionDeclaration] tool and [FunctionCallingConfig] mode is set to [Mode.CODE].

interface ExecutableCode {
    code?: string;
    language?: Language;
}

Properties

Properties

code?: string

Required. The code to be executed.

language?: Language

Required. Programming language of the code.

MMNEPVFCICPMFPCPTTAAATR