Class: LiterLlm::SpecificToolChoice
- Inherits:
-
Object
- Object
- LiterLlm::SpecificToolChoice
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#choice_type ⇒ ToolType?
Returns the value of attribute choice_type.
-
#function ⇒ SpecificFunction?
Returns the value of attribute function.
Instance Method Summary collapse
-
#initialize ⇒ SpecificToolChoice
constructor
A new instance of SpecificToolChoice.
Constructor Details
#initialize ⇒ SpecificToolChoice
Returns a new instance of SpecificToolChoice.
118 |
# File 'sig/types.rbs', line 118
def initialize: (?choice_type: ToolType, ?function: SpecificFunction) -> void
|
Instance Attribute Details
#choice_type ⇒ ToolType?
Returns the value of attribute choice_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def choice_type @choice_type end |
#function ⇒ SpecificFunction?
Returns the value of attribute function.
116 117 118 |
# File 'sig/types.rbs', line 116 def function @function end |