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