Class: Phaseo::Gen::FunctionToolDefinition
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::FunctionToolDefinition
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#function ⇒ Hash{String => Object}
984 |
# File 'lib/gen/models.rb', line 984 FunctionToolDefinition = Struct.new(:function, :type, keyword_init: true) |
#type ⇒ String
984 |
# File 'lib/gen/models.rb', line 984 FunctionToolDefinition = Struct.new(:function, :type, keyword_init: true) |