ArrayToolParameterType

该接口表示数组类型的工具参数,继承自 ToolParameterType 接口。

当工具需要处理数组类型的数据时,可使用此接口来描述数组参数的类型信息, 并可以获取数组中元素的类型。

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard

获取数组中元素的类型。

Link copied to clipboard
abstract fun getName(): String

获取参数类型的名称。