Exception: DSPy::LM::IncompatibleImageFeatureError

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

Overview

Raised when image features are incompatible with the target provider

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ IncompatibleImageFeatureError

Returns a new instance of IncompatibleImageFeatureError.



25
26
27
# File 'lib/dspy/lm/errors.rb', line 25

def initialize(message)
  super(message)
end