Class: LiterLlm::SpecificToolChoice

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSpecificToolChoice

Returns a new instance of SpecificToolChoice.

Parameters:



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

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

Instance Attribute Details

#choice_typeToolType?

Returns the value of attribute choice_type.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def choice_type
  @choice_type
end

#functionSpecificFunction?

Returns the value of attribute function.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def function
  @function
end