List

data class List(val itemsType: ToolParameterType) : ToolParameterType(source)

Represents an array type parameter.

Constructors

Link copied to clipboard
constructor(itemsType: ToolParameterType)

Properties

Link copied to clipboard

The type definition for the items within the array.

Link copied to clipboard

The name associated with the type of tool parameter.

Functions

Link copied to clipboard
open override fun toString(): String