Class: DebugAgent::ToolParam
- Inherits:
-
Struct
- Object
- Struct
- DebugAgent::ToolParam
- Defined in:
- lib/debug_agent/tool_registry.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#required ⇒ Object
Returns the value of attribute required.
Instance Method Summary collapse
-
#initialize(description:, required: true) ⇒ ToolParam
constructor
A new instance of ToolParam.
Constructor Details
#initialize(description:, required: true) ⇒ ToolParam
Returns a new instance of ToolParam.
5 6 7 |
# File 'lib/debug_agent/tool_registry.rb', line 5 def initialize(description:, required: true) super end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/debug_agent/tool_registry.rb', line 4 def description @description end |
#required ⇒ Object
Returns the value of attribute required
4 5 6 |
# File 'lib/debug_agent/tool_registry.rb', line 4 def required @required end |