google.generativeai.protos.FunctionResponse
The result output from 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.
This should contain the result of a\ FunctionCall
made based on model prediction.
Attributes |
`name`
|
`str`
Required. The name of the function to call.
Must be a-z, A-Z, 0-9, or contain underscores
and dashes, with a maximum length of 63.
|
`response`
|
`google.protobuf.struct_pb2.Struct`
Required. The function response in JSON
object format.
|