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