functionResponse property

GoogleCloudAiplatformV1FunctionResponse? functionResponse
getter/setter pair

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.

Optional.

Implementation

GoogleCloudAiplatformV1FunctionResponse? functionResponse;