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
24 25 26 |
# File 'lib/ask/agent/events.rb', line 24 def repeated_count @repeated_count end |
#tool_name ⇒ Object (readonly)
Returns the value of attribute tool_name
24 25 26 |
# File 'lib/ask/agent/events.rb', line 24 def tool_name @tool_name end |