Class: LlmOptimizer::OptimizeResult
- Inherits:
-
Struct
- Object
- Struct
- LlmOptimizer::OptimizeResult
- Defined in:
- lib/llm_optimizer/optimize_result.rb
Instance Attribute Summary collapse
-
#cache_status ⇒ Object
Returns the value of attribute cache_status.
-
#compressed_tokens ⇒ Object
Returns the value of attribute compressed_tokens.
-
#latency_ms ⇒ Object
Returns the value of attribute latency_ms.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#model ⇒ Object
Returns the value of attribute model.
-
#model_tier ⇒ Object
Returns the value of attribute model_tier.
-
#original_tokens ⇒ Object
Returns the value of attribute original_tokens.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#cache_status ⇒ Object
Returns the value of attribute cache_status
4 5 6 |
# File 'lib/llm_optimizer/optimize_result.rb', line 4 def cache_status @cache_status end |
#compressed_tokens ⇒ Object
Returns the value of attribute compressed_tokens
4 5 6 |
# File 'lib/llm_optimizer/optimize_result.rb', line 4 def compressed_tokens @compressed_tokens end |
#latency_ms ⇒ Object
Returns the value of attribute latency_ms
4 5 6 |
# File 'lib/llm_optimizer/optimize_result.rb', line 4 def latency_ms @latency_ms end |
#messages ⇒ Object
Returns the value of attribute messages
4 5 6 |
# File 'lib/llm_optimizer/optimize_result.rb', line 4 def @messages end |
#model ⇒ Object
Returns the value of attribute model
4 5 6 |
# File 'lib/llm_optimizer/optimize_result.rb', line 4 def model @model end |
#model_tier ⇒ Object
Returns the value of attribute model_tier
4 5 6 |
# File 'lib/llm_optimizer/optimize_result.rb', line 4 def model_tier @model_tier end |
#original_tokens ⇒ Object
Returns the value of attribute original_tokens
4 5 6 |
# File 'lib/llm_optimizer/optimize_result.rb', line 4 def original_tokens @original_tokens end |
#response ⇒ Object
Returns the value of attribute response
4 5 6 |
# File 'lib/llm_optimizer/optimize_result.rb', line 4 def response @response end |