MCProtocol::ToolInputSchema
Inherits JSON::Serializable < Reference < Object
A JSON Schema object defining the expected parameters for the tool.
Constructors
new(pull : JSON::PullParser)
Sourcenew(properties : JSON::Any | Nil = Nil, required : Array(String) | Nil = Nil, type : String = "object")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
properties
Sourcerequired
Sourcetype
Source