ToolParameterType

该接口用于表示工具参数的类型,提供了获取参数类型名称的方法。

在工具参数配置中,通过实现此接口可以清晰地定义和识别不同类型的参数。

Author

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

Inheritors

Functions

Link copied to clipboard
abstract fun getName(): String

获取参数类型的名称。