Interface FunctionCallingConfig

Function calling config.

interface FunctionCallingConfig {
    allowedFunctionNames?: string[];
    mode?: FunctionCallingConfigMode;
}

Properties

allowedFunctionNames?: string[]

Optional. Function names to call. Only set when the Mode is ANY. Function names should match [FunctionDeclaration.name]. With mode set to ANY, model will predict a function call from the set of function names provided.

Optional. Function calling mode.

MMNEPVFCICPMFPCPTTAAATR