Class: Candle::ToolCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/candle/tool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



30
31
32
# File 'lib/candle/tool.rb', line 30

def arguments
  @arguments
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/candle/tool.rb', line 30

def name
  @name
end