Exception: RubyLLM::DeprecationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_llm/error.rb

Overview

Raised when a deprecated API is used and Configuration#deprecation_behavior is :raise. With the default :warn, deprecations are logged instead.

RubyLLM.configure do |config|
config.deprecation_behavior = :raise
end