Class: Phaseo::Gen::FunctionToolDefinition

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})


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

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

#typeString

Returns:

  • (String)


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

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