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