Class: LiterLlm::ProviderCapabilities
- Inherits:
-
Object
- Object
- LiterLlm::ProviderCapabilities
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#audio_in ⇒ Boolean?
Returns the value of attribute audio_in.
-
#audio_out ⇒ Boolean?
Returns the value of attribute audio_out.
-
#function_calling ⇒ Boolean?
Returns the value of attribute function_calling.
-
#reasoning ⇒ Boolean?
Returns the value of attribute reasoning.
-
#structured_output ⇒ Boolean?
Returns the value of attribute structured_output.
-
#video_in ⇒ Boolean?
Returns the value of attribute video_in.
-
#vision ⇒ Boolean?
Returns the value of attribute vision.
Instance Method Summary collapse
-
#initialize ⇒ ProviderCapabilities
constructor
A new instance of ProviderCapabilities.
Constructor Details
#initialize ⇒ ProviderCapabilities
Returns a new instance of ProviderCapabilities.
722 |
# File 'sig/types.rbs', line 722
def initialize: (?vision: bool, ?reasoning: bool, ?structured_output: bool, ?function_calling: bool, ?audio_in: bool, ?audio_out: bool, ?video_in: bool) -> void
|
Instance Attribute Details
#audio_in ⇒ Boolean?
Returns the value of attribute audio_in.
718 719 720 |
# File 'sig/types.rbs', line 718 def audio_in @audio_in end |
#audio_out ⇒ Boolean?
Returns the value of attribute audio_out.
719 720 721 |
# File 'sig/types.rbs', line 719 def audio_out @audio_out end |
#function_calling ⇒ Boolean?
Returns the value of attribute function_calling.
717 718 719 |
# File 'sig/types.rbs', line 717 def function_calling @function_calling end |
#reasoning ⇒ Boolean?
Returns the value of attribute reasoning.
715 716 717 |
# File 'sig/types.rbs', line 715 def reasoning @reasoning end |
#structured_output ⇒ Boolean?
Returns the value of attribute structured_output.
716 717 718 |
# File 'sig/types.rbs', line 716 def structured_output @structured_output end |
#video_in ⇒ Boolean?
Returns the value of attribute video_in.
720 721 722 |
# File 'sig/types.rbs', line 720 def video_in @video_in end |
#vision ⇒ Boolean?
Returns the value of attribute vision.
714 715 716 |
# File 'sig/types.rbs', line 714 def vision @vision end |