Class: LiterLlm::ResponseTool
- Inherits:
-
Object
- Object
- LiterLlm::ResponseTool
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#config ⇒ String
readonly
Returns the value of attribute config.
-
#tool_type ⇒ String
readonly
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.
650 |
# File 'sig/types.rbs', line 650
def initialize: (?tool_type: String, ?config: String) -> void
|
Instance Attribute Details
#config ⇒ String (readonly)
Returns the value of attribute config.
648 649 650 |
# File 'sig/types.rbs', line 648 def config @config end |
#tool_type ⇒ String (readonly)
Returns the value of attribute tool_type.
647 648 649 |
# File 'sig/types.rbs', line 647 def tool_type @tool_type end |