Class: ActiveAgents::Telemetry::RubyLLM::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/activeagents/telemetry/ruby_llm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chat_keyObject

Returns the value of attribute chat_key

Returns:

  • (Object)

    the current value of chat_key



42
43
44
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42

def chat_key
  @chat_key
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



42
43
44
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42

def depth
  @depth
end

#roundsObject

Returns the value of attribute rounds

Returns:

  • (Object)

    the current value of rounds



42
43
44
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42

def rounds
  @rounds
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



42
43
44
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42

def started_at
  @started_at
end

#tokensObject

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



42
43
44
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42

def tokens
  @tokens
end

#tool_spansObject

Returns the value of attribute tool_spans

Returns:

  • (Object)

    the current value of tool_spans



42
43
44
# File 'lib/activeagents/telemetry/ruby_llm.rb', line 42

def tool_spans
  @tool_spans
end