Class: Phaseo::Gen::AnthropicTool
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::AnthropicTool
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#description ⇒ String?
129 |
# File 'lib/gen/models.rb', line 129 AnthropicTool = Struct.new(:description, :input_schema, :name, keyword_init: true) |
#input_schema ⇒ Hash{String => Object}?
129 |
# File 'lib/gen/models.rb', line 129 AnthropicTool = Struct.new(:description, :input_schema, :name, keyword_init: true) |
#name ⇒ String
129 |
# File 'lib/gen/models.rb', line 129 AnthropicTool = Struct.new(:description, :input_schema, :name, keyword_init: true) |