Class: LiterLlm::SpecificToolChoice

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSpecificToolChoice



809
# File 'sig/types.rbs', line 809

def initialize: (?choice_type: ToolType, ?function: SpecificFunction) -> void

Instance Attribute Details

#choice_typeToolType (readonly)

Returns the value of attribute choice_type.



806
807
808
# File 'sig/types.rbs', line 806

def choice_type
  @choice_type
end

#functionSpecificFunction (readonly)

Returns the value of attribute function.



807
808
809
# File 'sig/types.rbs', line 807

def function
  @function
end