Type Alias ToolValue

ToolValue: string | number | boolean | null

Type representing possible values for tool parameters. Supports basic data types for flexible parameter passing.