Class: ActiveAgents::Telemetry::RubyLLM::State
- Inherits:
-
Struct
- Object
- Struct
- ActiveAgents::Telemetry::RubyLLM::State
- Defined in:
- lib/activeagents/telemetry/ruby_llm.rb
Instance Attribute Summary collapse
-
#chat_key ⇒ Object
Returns the value of attribute chat_key.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#rounds ⇒ Object
Returns the value of attribute rounds.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
-
#tool_spans ⇒ Object
Returns the value of attribute tool_spans.
Instance Attribute Details
#chat_key ⇒ Object
Returns the value of attribute chat_key
42 43 44 |
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42 def chat_key @chat_key end |
#depth ⇒ Object
Returns the value of attribute depth
42 43 44 |
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42 def depth @depth end |
#rounds ⇒ Object
Returns the value of attribute rounds
42 43 44 |
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42 def rounds @rounds end |
#started_at ⇒ Object
Returns the value of attribute started_at
42 43 44 |
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42 def started_at @started_at end |
#tokens ⇒ Object
Returns the value of attribute tokens
42 43 44 |
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42 def tokens @tokens end |
#tool_spans ⇒ Object
Returns the value of attribute tool_spans
42 43 44 |
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42 def tool_spans @tool_spans end |