class
MCProtocol::ToolInputSchema
- MCProtocol::ToolInputSchema
- Reference
- Object
Overview
A JSON Schema object defining the expected parameters for the tool.
Included Modules
- JSON::Serializable
Defined in:
mcprotocol/tool.crConstructors
- .new(pull : JSON::PullParser)
- .new(properties : JSON::Any | Nil = Nil, required : Array(String) | Nil = Nil, type : String = "object")
Instance Method Summary
Constructor Detail
def self.new(properties : JSON::Any | Nil = Nil, required : Array(String) | Nil = Nil, type : String = "object")
#