Interface FunctionCallingConfig (1.7.0)

Package

@google-cloud/vertexai

Properties

allowedFunctionNames

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.

mode

mode?: FunctionCallingMode;

Optional. Function calling mode.