Class: Ask::Agent::Events::LoopDetected
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::LoopDetected
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#repeated_count ⇒ Object
readonly
Returns the value of attribute repeated_count.
-
#tool_name ⇒ Object
readonly
Returns the value of attribute tool_name.
Instance Attribute Details
#repeated_count ⇒ Object (readonly)
Returns the value of attribute repeated_count
25 26 27 |
# File 'lib/ask/agent/events.rb', line 25 def repeated_count @repeated_count end |
#tool_name ⇒ Object (readonly)
Returns the value of attribute tool_name
25 26 27 |
# File 'lib/ask/agent/events.rb', line 25 def tool_name @tool_name end |