parameters

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

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

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