Class: RCrewAI::Events::ToolCallError

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

Instance Attribute Summary collapse

Instance Attribute Details

#call_idObject

Returns the value of attribute call_id

Returns:

  • (Object)

    the current value of call_id



12
13
14
# File 'lib/rcrewai/events.rb', line 12

def call_id
  @call_id
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



12
13
14
# File 'lib/rcrewai/events.rb', line 12

def error
  @error
end

#toolObject

Returns the value of attribute tool

Returns:

  • (Object)

    the current value of tool



12
13
14
# File 'lib/rcrewai/events.rb', line 12

def tool
  @tool
end