Exception: RubyLLM::ContextLengthExceededError
- Defined in:
- lib/ruby_llm/error.rb
Overview
Raised when the request exceeds the model's context window or token limits.
Instance Attribute Summary
Attributes inherited from Error
Class Method Summary collapse
-
.default_message ⇒ Object
:nodoc:.
Methods inherited from Error
Constructor Details
This class inherits a constructor from RubyLLM::Error
Class Method Details
.default_message ⇒ Object
:nodoc:
121 122 123 |
# File 'lib/ruby_llm/error.rb', line 121 def self. # :nodoc: 'Context length exceeded' end |