Class: RCrewAI::Events::ToolCallStart

Inherits:
Struct
  • Object
show all
Defined in:
lib/rcrewai/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



10
11
12
# File 'lib/rcrewai/events.rb', line 10

def args
  @args
end

#call_idObject

Returns the value of attribute call_id

Returns:

  • (Object)

    the current value of call_id



10
11
12
# File 'lib/rcrewai/events.rb', line 10

def call_id
  @call_id
end

#toolObject

Returns the value of attribute tool

Returns:

  • (Object)

    the current value of tool



10
11
12
# File 'lib/rcrewai/events.rb', line 10

def tool
  @tool
end