Requiredness

Whether a Param is required in the generated tool schema.

Entries

Link copied to clipboard

Infer it: the KSP path uses Kotlin nullability (a non-null, no-default parameter is required), and the reflective path treats the parameter as required, since Java bytecode carries no nullability.

Link copied to clipboard

Always required.

Link copied to clipboard

Always optional.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.