Interface FunctionResponse (1.1.0)

The result output of a FunctionCall that contains a string representing the FunctionDeclaration.name and a structured JSON object containing any output from the function call. It is used as context to the model.

Package

@google-cloud/vertexai

Properties

name

name: string;

The name of the function specified in FunctionDeclaration.name.

response

response: object;

The expected response from the model.