Class: Phaseo::Gen::ToolCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/gen/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#functionHash{String => Object}

Returns:

  • (Hash{String => Object})


1813
# File 'lib/gen/models.rb', line 1813

ToolCall = Struct.new(:function, :id, :type, keyword_init: true)

#idString

Returns:

  • (String)


1813
# File 'lib/gen/models.rb', line 1813

ToolCall = Struct.new(:function, :id, :type, keyword_init: true)

#typeString

Returns:

  • (String)


1813
# File 'lib/gen/models.rb', line 1813

ToolCall = Struct.new(:function, :id, :type, keyword_init: true)