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.
149 |
# File 'sig/types.rbs', line 149
def initialize: (?cached_tokens: Integer, ?audio_tokens: Integer) -> void
|
Instance Attribute Details
#audio_tokens ⇒ Integer?
Returns the value of attribute audio_tokens.
147 148 149 |
# File 'sig/types.rbs', line 147 def audio_tokens @audio_tokens end |
#cached_tokens ⇒ Integer?
Returns the value of attribute cached_tokens.
146 147 148 |
# File 'sig/types.rbs', line 146 def cached_tokens @cached_tokens end |