Class: LiterLlm::PromptTokensDetails
- Inherits:
-
Object
- Object
- LiterLlm::PromptTokensDetails
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#audio_tokens ⇒ Integer?
Returns the value of attribute audio_tokens.
-
#cached_tokens ⇒ Integer?
Returns the value of attribute cached_tokens.
Instance Method Summary collapse
-
#initialize ⇒ PromptTokensDetails
constructor
A new instance of PromptTokensDetails.
Constructor Details
#initialize ⇒ PromptTokensDetails
Returns a new instance of PromptTokensDetails.
151 |
# File 'sig/types.rbs', line 151
def initialize: (?cached_tokens: Integer, ?audio_tokens: Integer) -> void
|
Instance Attribute Details
#audio_tokens ⇒ Integer?
Returns the value of attribute audio_tokens.
149 150 151 |
# File 'sig/types.rbs', line 149 def audio_tokens @audio_tokens end |
#cached_tokens ⇒ Integer?
Returns the value of attribute cached_tokens.
148 149 150 |
# File 'sig/types.rbs', line 148 def cached_tokens @cached_tokens end |