Class: LiterLlm::ResponseTool

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResponseTool

Returns a new instance of ResponseTool.

Parameters:

  • tool_type: (String)
  • config: (String)


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

def initialize: (?tool_type: String, ?config: String) -> void

Instance Attribute Details

#configString (readonly)

Returns the value of attribute config.

Returns:

  • (String)


757
758
759
# File 'sig/types.rbs', line 757

def config
  @config
end

#tool_typeString (readonly)

Returns the value of attribute tool_type.

Returns:

  • (String)


756
757
758
# File 'sig/types.rbs', line 756

def tool_type
  @tool_type
end