ToolSpec

data class ToolSpec(val key: String, val label: String)(source)

Tool metadata for menus and runtime checks.

Constructors

Link copied to clipboard
constructor(key: String, label: String)

Properties

Link copied to clipboard
val key: String

Stable function/tool identifier used by AI tool calls.

Link copied to clipboard

Player-facing label shown in tool toggle UIs.