Class: Anthropic::Models::Beta::BetaManagedAgentsCustomToolInputSchema
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaManagedAgentsCustomToolInputSchema
- Defined in:
- lib/anthropic/models/beta/beta_managed_agents_custom_tool_input_schema.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#properties ⇒ Hash{Symbol=>Object}?
JSON Schema properties defining the tool's input parameters.
-
#required ⇒ Array<String>?
List of required property names.
-
#type ⇒ Symbol, ...
Must be 'object' for tool input schemas.
Instance Method Summary collapse
-
#initialize(properties: nil, required: nil, type: nil) ⇒ void
constructor
JSON Schema for custom tool input parameters.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(properties: nil, required: nil, type: nil) ⇒ void
JSON Schema for custom tool input parameters.
|
|
# File 'lib/anthropic/models/beta/beta_managed_agents_custom_tool_input_schema.rb', line 27
|
Instance Attribute Details
#properties ⇒ Hash{Symbol=>Object}?
JSON Schema properties defining the tool's input parameters.
11 12 13 |
# File 'lib/anthropic/models/beta/beta_managed_agents_custom_tool_input_schema.rb', line 11 optional :properties, Anthropic::Internal::Type::HashOf[Anthropic::Internal::Type::Unknown], nil?: true |