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.
759 |
# File 'sig/types.rbs', line 759
def initialize: (?tool_type: String, ?config: String) -> void
|
Instance Attribute Details
#config ⇒ String (readonly)
Returns the value of attribute config.
757 758 759 |
# File 'sig/types.rbs', line 757 def config @config end |
#tool_type ⇒ String (readonly)
Returns the value of attribute tool_type.
756 757 758 |
# File 'sig/types.rbs', line 756 def tool_type @tool_type end |