Class: Ask::Agent::Events::ToolCompleted

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/agent/events.rb

Overview

Emitted when a pending (async) tool's background work completes.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



22
23
24
# File 'lib/ask/agent/events.rb', line 22

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/ask/agent/events.rb', line 22

def name
  @name
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



22
23
24
# File 'lib/ask/agent/events.rb', line 22

def result
  @result
end