ToolParameterType
Sealed class representing different types of tool parameters.
Each subclass of ToolParameterType denotes a specific data type that a tool parameter can have.
Parameters
T
The type of data that the tool parameter represents.
Inheritors
Types
Link copied to clipboard
Represents a boolean type parameter.
Link copied to clipboard
Represents an enum type parameter.
Link copied to clipboard
Represents a float type parameter.
Link copied to clipboard
Represents an integer type parameter.
Link copied to clipboard
Represents an array type parameter.
Link copied to clipboard
Represents an array type parameter.
Link copied to clipboard
Represents a string type parameter.