Class: LiterLlm::ProviderCapabilities
- Inherits:
-
Object
- Object
- LiterLlm::ProviderCapabilities
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#audio_in ⇒ Boolean
readonly
Returns the value of attribute audio_in.
-
#audio_out ⇒ Boolean
readonly
Returns the value of attribute audio_out.
-
#function_calling ⇒ Boolean
readonly
Returns the value of attribute function_calling.
-
#reasoning ⇒ Boolean
readonly
Returns the value of attribute reasoning.
-
#structured_output ⇒ Boolean
readonly
Returns the value of attribute structured_output.
-
#video_in ⇒ Boolean
readonly
Returns the value of attribute video_in.
-
#vision ⇒ Boolean
readonly
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.
680 |
# File 'sig/types.rbs', line 680
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 (readonly)
Returns the value of attribute audio_in.
676 677 678 |
# File 'sig/types.rbs', line 676 def audio_in @audio_in end |
#audio_out ⇒ Boolean (readonly)
Returns the value of attribute audio_out.
677 678 679 |
# File 'sig/types.rbs', line 677 def audio_out @audio_out end |
#function_calling ⇒ Boolean (readonly)
Returns the value of attribute function_calling.
675 676 677 |
# File 'sig/types.rbs', line 675 def function_calling @function_calling end |
#reasoning ⇒ Boolean (readonly)
Returns the value of attribute reasoning.
673 674 675 |
# File 'sig/types.rbs', line 673 def reasoning @reasoning end |
#structured_output ⇒ Boolean (readonly)
Returns the value of attribute structured_output.
674 675 676 |
# File 'sig/types.rbs', line 674 def structured_output @structured_output end |
#video_in ⇒ Boolean (readonly)
Returns the value of attribute video_in.
678 679 680 |
# File 'sig/types.rbs', line 678 def video_in @video_in end |
#vision ⇒ Boolean (readonly)
Returns the value of attribute vision.
672 673 674 |
# File 'sig/types.rbs', line 672 def vision @vision end |