Boolean
Deprecated
Extending ToolResult.Boolean is no longer required (just use plain Boolean class instead). Tool results are entirely handled by KotlinX Serialization.
A custom inline value class that wraps a kotlin.Boolean to provide additional functionality or semantics.
The Boolean value class is used to represent a logical value, either true or false, with the added capability of being part of a custom implementation.