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: (json_value)


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

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

Instance Attribute Details

#configjson_value?

Returns the value of attribute config.

Returns:

  • (json_value, nil)


633
634
635
# File 'sig/types.rbs', line 633

def config
  @config
end

#tool_typeString?

Returns the value of attribute tool_type.

Returns:

  • (String, nil)


632
633
634
# File 'sig/types.rbs', line 632

def tool_type
  @tool_type
end