Number
Deprecated
Extending ToolResult.Number is no longer required (just use plain Int/Double/... classes instead). Tool results are entirely handled by KotlinX Serialization.
Represents a numeric value as a tool result.
This value class wraps a kotlin.Number
instance and implements the ToolResult
interface, allowing seamless representation of numerical results in a standardized format.