class Anthropic::Helpers::InputSchema::Boolean
Ruby does not have a “boolean” Class, this is something for models to refer to.
@abstract
def self.to_json_schema_inner(state:) = {type: "boolean"}
-
(Hash{Symbol=>Object})-
Options Hash:
(**state)-
:path(Array) -- -
:defs(Hash{Object=>String}) --
Parameters:
-
state(Hash{Symbol=>Object}) --
Other tags:
- Api: - private
def self.to_json_schema_inner(state:) = {type: "boolean"}