Class: Ask::Agent::Events::TurnEnd
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::TurnEnd
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#cost ⇒ Object
readonly
Returns the value of attribute cost.
-
#input_tokens ⇒ Object
readonly
Returns the value of attribute input_tokens.
-
#output_tokens ⇒ Object
readonly
Returns the value of attribute output_tokens.
-
#tool_results ⇒ Object
readonly
Returns the value of attribute tool_results.
-
#turn_number ⇒ Object
readonly
Returns the value of attribute turn_number.
Instance Attribute Details
#cost ⇒ Object (readonly)
Returns the value of attribute cost
10 11 12 |
# File 'lib/ask/agent/events.rb', line 10 def cost @cost end |
#input_tokens ⇒ Object (readonly)
Returns the value of attribute input_tokens
10 11 12 |
# File 'lib/ask/agent/events.rb', line 10 def input_tokens @input_tokens end |
#output_tokens ⇒ Object (readonly)
Returns the value of attribute output_tokens
10 11 12 |
# File 'lib/ask/agent/events.rb', line 10 def output_tokens @output_tokens end |
#tool_results ⇒ Object (readonly)
Returns the value of attribute tool_results
10 11 12 |
# File 'lib/ask/agent/events.rb', line 10 def tool_results @tool_results end |
#turn_number ⇒ Object (readonly)
Returns the value of attribute turn_number
10 11 12 |
# File 'lib/ask/agent/events.rb', line 10 def turn_number @turn_number end |