Class: RCrewAI::Events::ToolCallError
- Inherits:
-
Struct
- Object
- Struct
- RCrewAI::Events::ToolCallError
- Defined in:
- lib/rcrewai/events.rb
Instance Attribute Summary collapse
-
#call_id ⇒ Object
Returns the value of attribute call_id.
-
#error ⇒ Object
Returns the value of attribute error.
-
#tool ⇒ Object
Returns the value of attribute tool.
Instance Attribute Details
#call_id ⇒ Object
Returns the value of attribute call_id
12 13 14 |
# File 'lib/rcrewai/events.rb', line 12 def call_id @call_id end |
#error ⇒ Object
Returns the value of attribute error
12 13 14 |
# File 'lib/rcrewai/events.rb', line 12 def error @error end |
#tool ⇒ Object
Returns the value of attribute tool
12 13 14 |
# File 'lib/rcrewai/events.rb', line 12 def tool @tool end |