Class: SolidLoop::Mcp::Toolset::PromptDefinition
- Inherits:
-
Struct
- Object
- Struct
- SolidLoop::Mcp::Toolset::PromptDefinition
- Defined in:
- lib/solid_loop/mcp/toolset.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#description ⇒ Object
Returns the value of attribute description.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
31 32 33 |
# File 'lib/solid_loop/mcp/toolset.rb', line 31 def arguments @arguments end |
#description ⇒ Object
Returns the value of attribute description
31 32 33 |
# File 'lib/solid_loop/mcp/toolset.rb', line 31 def description @description end |
#handler ⇒ Object
Returns the value of attribute handler
31 32 33 |
# File 'lib/solid_loop/mcp/toolset.rb', line 31 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
31 32 33 |
# File 'lib/solid_loop/mcp/toolset.rb', line 31 def name @name end |