Class: LiterLlm::ResponseFormatText
- Inherits:
-
Data
- Object
- Data
- LiterLlm::ResponseFormatText
- Extended by:
- T::Sig
- Includes:
- ResponseFormat
- Defined in:
- lib/liter_llm/native.rb
Overview
Plain text output (default).
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.from_hash(hash) ⇒ Object
431 432 433 |
# File 'lib/liter_llm/native.rb', line 431 def self.from_hash(hash) new end |
Instance Method Details
#json_object? ⇒ Boolean
423 |
# File 'lib/liter_llm/native.rb', line 423 def json_object? = false |
#json_schema? ⇒ Boolean
426 |
# File 'lib/liter_llm/native.rb', line 426 def json_schema? = false |
#text? ⇒ Boolean
420 |
# File 'lib/liter_llm/native.rb', line 420 def text? = true |