Exception: KairosMcp::PluginProjector::InstructionModeTooLarge

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kairos_mcp/plugin_projector.rb

Overview

Raised when a mode body exceeds the hard refusal threshold.

Instance Method Summary collapse

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