Class: Ask::Agent::Events::LoopDetected

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/agent/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#repeated_countObject (readonly)

Returns the value of attribute repeated_count

Returns:

  • (Object)

    the current value of repeated_count



24
25
26
# File 'lib/ask/agent/events.rb', line 24

def repeated_count
  @repeated_count
end

#tool_nameObject (readonly)

Returns the value of attribute tool_name

Returns:

  • (Object)

    the current value of tool_name



24
25
26
# File 'lib/ask/agent/events.rb', line 24

def tool_name
  @tool_name
end