Exception: KairosMcp::PluginProjector::InstructionModeTooLarge
- Inherits:
-
StandardError
- Object
- StandardError
- KairosMcp::PluginProjector::InstructionModeTooLarge
- Defined in:
- lib/kairos_mcp/plugin_projector.rb
Overview
Raised when a mode body exceeds the hard refusal threshold.
Instance Method Summary collapse
-
#initialize(size, limit) ⇒ InstructionModeTooLarge
constructor
A new instance of InstructionModeTooLarge.
Constructor Details
#initialize(size, limit) ⇒ InstructionModeTooLarge
Returns a new instance of InstructionModeTooLarge.
175 176 177 |
# File 'lib/kairos_mcp/plugin_projector.rb', line 175 def initialize(size, limit) super("instruction mode body too large: #{size} bytes exceeds limit #{limit}") end |