Class: LLMed::LLM::Response
- Inherits:
-
Struct
- Object
- Struct
- LLMed::LLM::Response
- Defined in:
- lib/llm.rb
Instance Attribute Summary collapse
-
#duration_seconds ⇒ Object
Returns the value of attribute duration_seconds.
-
#model ⇒ Object
Returns the value of attribute model.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#source_code ⇒ Object
Returns the value of attribute source_code.
-
#total_tokens ⇒ Object
Returns the value of attribute total_tokens.
Instance Attribute Details
#duration_seconds ⇒ Object
Returns the value of attribute duration_seconds
19 20 21 |
# File 'lib/llm.rb', line 19 def duration_seconds @duration_seconds end |
#model ⇒ Object
Returns the value of attribute model
19 20 21 |
# File 'lib/llm.rb', line 19 def model @model end |
#provider ⇒ Object
Returns the value of attribute provider
19 20 21 |
# File 'lib/llm.rb', line 19 def provider @provider end |
#source_code ⇒ Object
Returns the value of attribute source_code
19 20 21 |
# File 'lib/llm.rb', line 19 def source_code @source_code end |
#total_tokens ⇒ Object
Returns the value of attribute total_tokens
19 20 21 |
# File 'lib/llm.rb', line 19 def total_tokens @total_tokens end |