Class: LiterLlm::ResponseTool
- Inherits:
-
Object
- Object
- LiterLlm::ResponseTool
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#config ⇒ json_value?
Returns the value of attribute config.
-
#tool_type ⇒ String?
Returns the value of attribute tool_type.
Instance Method Summary collapse
-
#initialize ⇒ ResponseTool
constructor
A new instance of ResponseTool.
Constructor Details
#initialize ⇒ ResponseTool
Returns a new instance of ResponseTool.
635 |
# File 'sig/types.rbs', line 635
def initialize: (?tool_type: String, ?config: json_value) -> void
|
Instance Attribute Details
#config ⇒ json_value?
Returns the value of attribute config.
633 634 635 |
# File 'sig/types.rbs', line 633 def config @config end |
#tool_type ⇒ String?
Returns the value of attribute tool_type.
632 633 634 |
# File 'sig/types.rbs', line 632 def tool_type @tool_type end |