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
429 430 431 |
# File 'lib/liter_llm/native.rb', line 429 def self.from_hash(hash) new end |
Instance Method Details
#json_object? ⇒ Boolean
421 |
# File 'lib/liter_llm/native.rb', line 421 def json_object? = false |
#json_schema? ⇒ Boolean
424 |
# File 'lib/liter_llm/native.rb', line 424 def json_schema? = false |
#text? ⇒ Boolean
418 |
# File 'lib/liter_llm/native.rb', line 418 def text? = true |