Class: LiterLlm::StreamOptions
- Inherits:
-
Object
- Object
- LiterLlm::StreamOptions
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#include_usage ⇒ Boolean?
Returns the value of attribute include_usage.
Instance Method Summary collapse
-
#initialize ⇒ StreamOptions
constructor
A new instance of StreamOptions.
Constructor Details
#initialize ⇒ StreamOptions
Returns a new instance of StreamOptions.
183 |
# File 'sig/types.rbs', line 183
def initialize: (?include_usage: bool) -> void
|
Instance Attribute Details
#include_usage ⇒ Boolean?
Returns the value of attribute include_usage.
181 182 183 |
# File 'sig/types.rbs', line 181 def include_usage @include_usage end |