Optional
argsOptional. Required. The function parameters and values in JSON object format. See [FunctionDeclaration.parameters] for parameter details.
Optional
idThe unique id of the function call. If populated, the client to execute the
function_call
and return the response with the matching id
.
Optional
nameRequired. The name of the function to call. Matches [FunctionDeclaration.name].
A function call.