FunctionCall
io.cequence.openaiscala.gemini.domain.Part$.FunctionCall
Prefix: functionCall
A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values.
Attributes
- args
Optional. The function parameters and values in JSON object format.
- id
The unique id of the function call. If populated, the client to execute the functionCall and return the response with the matching id.
- name
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.
- Graph
- Supertypes