Function Declaration
@Serializable
Describes a function, including its name, a description of its purpose or behavior, and a schema defining its parameters.
Properties
Link copied to clipboard
A human-readable explanation of what the function does, including any important details about its behavior or effects.
Link copied to clipboard
A Schema object that describes the structure and types of the parameters that the function accepts. This ensures that callers can construct valid calls to the function by adhering to this schema.