Exception: DSPy::LM::IncompatibleDocumentFeatureError

Inherits:
AdapterError show all
Defined in:
lib/dspy/lm/errors.rb

Overview

Raised when document features are incompatible with the target provider

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ IncompatibleDocumentFeatureError

Returns a new instance of IncompatibleDocumentFeatureError.



33
34
35
# File 'lib/dspy/lm/errors.rb', line 33

def initialize(message)
  super(message)
end