Class: LiterLlm::SpecificToolChoice
- Inherits:
-
Object
- Object
- LiterLlm::SpecificToolChoice
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#choice_type ⇒ ToolType
readonly
Returns the value of attribute choice_type.
-
#function ⇒ SpecificFunction
readonly
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.
809 |
# File 'sig/types.rbs', line 809
def initialize: (?choice_type: ToolType, ?function: SpecificFunction) -> void
|
Instance Attribute Details
#choice_type ⇒ ToolType (readonly)
Returns the value of attribute choice_type.
806 807 808 |
# File 'sig/types.rbs', line 806 def choice_type @choice_type end |
#function ⇒ SpecificFunction (readonly)
Returns the value of attribute function.
807 808 809 |
# File 'sig/types.rbs', line 807 def function @function end |