functionResponse property

FunctionResponse? functionResponse
final

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 is used as context to the model.

Implementation

final FunctionResponse? functionResponse;