Exception: DSPy::LM::IncompatibleDocumentFeatureError
- Inherits:
-
AdapterError
- Object
- StandardError
- Error
- AdapterError
- DSPy::LM::IncompatibleDocumentFeatureError
- Defined in:
- lib/dspy/lm/errors.rb
Overview
Raised when document features are incompatible with the target provider
Instance Method Summary collapse
-
#initialize(message) ⇒ IncompatibleDocumentFeatureError
constructor
A new instance of IncompatibleDocumentFeatureError.
Constructor Details
#initialize(message) ⇒ IncompatibleDocumentFeatureError
Returns a new instance of IncompatibleDocumentFeatureError.
33 34 35 |
# File 'lib/dspy/lm/errors.rb', line 33 def initialize() super() end |