parameters

@SerialName(value = "parameters")
val parameters: Parameters

The parameters the functions accept, described as a JSON Schema object. See the guide for examples, and the JSON Schema reference for documentation about the format.

To describe a function that accepts no parameters, provide Parameters.Empty`.