Interface FunctionResponse (0.4.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. {string} - name The name of the function specified in FunctionDeclaration.name. {object} - response The expected response from the model.

Package

@google-cloud/vertexai

Properties

name

name: string;

response

response: object;