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.
120 |
# File 'sig/types.rbs', line 120
def initialize: (?choice_type: ToolType, ?function: SpecificFunction) -> void
|
Instance Attribute Details
#choice_type ⇒ ToolType?
Returns the value of attribute choice_type.
117 118 119 |
# File 'sig/types.rbs', line 117 def choice_type @choice_type end |
#function ⇒ SpecificFunction?
Returns the value of attribute function.
118 119 120 |
# File 'sig/types.rbs', line 118 def function @function end |