Interface FunctionCall (1.1.0)

A predicted FunctionCall returned from the model that contains a string representating the FunctionDeclaration.name with the parameters and their values.

Package

@google-cloud/vertexai

Properties

args

args: object;

The arguments to pass to the function.

name

name: string;

The name of the function specified in FunctionDeclaration.name.