Exception: RailsAiBridge::Registry::ResponseTooLargeError
- Inherits:
-
ContextProviderError
- Object
- StandardError
- Error
- ContextProviderError
- RailsAiBridge::Registry::ResponseTooLargeError
- Defined in:
- lib/rails_ai_bridge/registry/response_too_large_error.rb
Overview
The provider response exceeded the configured size budget.
Instance Attribute Summary
Attributes inherited from ContextProviderError
Instance Method Summary collapse
- #initialize(message) ⇒ ResponseTooLargeError constructor
Constructor Details
#initialize(message) ⇒ ResponseTooLargeError
9 10 11 |
# File 'lib/rails_ai_bridge/registry/response_too_large_error.rb', line 9 def initialize() super(, category: :response_too_large) end |