Interface FunctionCall (0.4.0)

A predicted FunctionCall returned from the model that contains a string representating the FunctionDeclaration.name with the parameters and their values. {string} - name The name of the function specified in FunctionDeclaration.name. {object} - args The arguments to pass to the function.

Package

@google-cloud/vertexai

Properties

args

args: object;

name

name: string;