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.



28
29
30
# File 'lib/dspy/lm/errors.rb', line 28

def initialize(message)
  super(message)
end