Class: RCrewAI::Events::ToolCallResult

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



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

def call_id
  @call_id
end

#duration_msObject

Returns the value of attribute duration_ms

Returns:

  • (Object)

    the current value of duration_ms



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

def duration_ms
  @duration_ms
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



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

def result
  @result
end

#toolObject

Returns the value of attribute tool

Returns:

  • (Object)

    the current value of tool



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

def tool
  @tool
end