Class: Candle::AgentResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#iterationsObject

Returns the value of attribute iterations

Returns:

  • (Object)

    the current value of iterations



66
67
68
# File 'lib/candle/agent.rb', line 66

def iterations
  @iterations
end

#messagesObject

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



66
67
68
# File 'lib/candle/agent.rb', line 66

def messages
  @messages
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



66
67
68
# File 'lib/candle/agent.rb', line 66

def response
  @response
end

#tool_calls_madeObject

Returns the value of attribute tool_calls_made

Returns:

  • (Object)

    the current value of tool_calls_made



66
67
68
# File 'lib/candle/agent.rb', line 66

def tool_calls_made
  @tool_calls_made
end