Module: ActionMCP::MCPConsoleHelpers
- Extended by:
- ActiveSupport::Concern
- Included in:
- Session
- Defined in:
- app/models/concerns/action_mcp/mcp_console_helpers.rb
Instance Method Summary collapse
Instance Method Details
#message_flow(limit: 50) ⇒ Object
65 66 67 |
# File 'app/models/concerns/action_mcp/mcp_console_helpers.rb', line 65 def (limit: 50) self.class.(self, limit: limit) end |