Enum

data class Enum(val entries: Array<String>) : ToolParameterType(source)

Represents an enum type parameter.

Constructors

Link copied to clipboard
constructor(entries: Array<String>)

Properties

Link copied to clipboard

The entries for the enumeration, allowing the parameter to be one of these values.

Link copied to clipboard

The name associated with the type of tool parameter.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun toString(): String