google.generativeai.protos.FunctionCall
A predicted FunctionCall
returned from the model that contains a string representing the FunctionDeclaration.name
with the arguments and their values.
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.
|
`args`
|
`google.protobuf.struct_pb2.Struct`
Optional. The function parameters and values
in JSON object format.
|