Class: Ask::Agent::Events::SessionEnd

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

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



7
8
9
# File 'lib/ask/agent/events.rb', line 7

def result
  @result
end

#tool_calls_madeObject (readonly)

Returns the value of attribute tool_calls_made

Returns:

  • (Object)

    the current value of tool_calls_made



7
8
9
# File 'lib/ask/agent/events.rb', line 7

def tool_calls_made
  @tool_calls_made
end

#turn_countObject (readonly)

Returns the value of attribute turn_count

Returns:

  • (Object)

    the current value of turn_count



7
8
9
# File 'lib/ask/agent/events.rb', line 7

def turn_count
  @turn_count
end