Class: RailsAiContext::Tools::BaseTool::GuideRow
- Inherits:
-
Struct
- Object
- Struct
- RailsAiContext::Tools::BaseTool::GuideRow
- Defined in:
- lib/rails_ai_context/tools/base_tool.rb
Overview
One row of the generated tool guide, declared beside the tool's own
description so adding a tool touches one file. order fixes where the
row lands; the CLI command is derived from tool_name, never spelled.
Instance Attribute Summary collapse
-
#cli_args ⇒ Object
Returns the value of attribute cli_args.
-
#mcp ⇒ Object
Returns the value of attribute mcp.
-
#order ⇒ Object
Returns the value of attribute order.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#cli_args ⇒ Object
Returns the value of attribute cli_args
119 120 121 |
# File 'lib/rails_ai_context/tools/base_tool.rb', line 119 def cli_args @cli_args end |
#mcp ⇒ Object
Returns the value of attribute mcp
119 120 121 |
# File 'lib/rails_ai_context/tools/base_tool.rb', line 119 def mcp @mcp end |
#order ⇒ Object
Returns the value of attribute order
119 120 121 |
# File 'lib/rails_ai_context/tools/base_tool.rb', line 119 def order @order end |
#summary ⇒ Object
Returns the value of attribute summary
119 120 121 |
# File 'lib/rails_ai_context/tools/base_tool.rb', line 119 def summary @summary end |