Raised when a deprecated API is used and Configuration#deprecation_behavior is :raise. With the default :warn, deprecations are logged instead.
:raise
:warn
RubyLLM.configure do |config| config.deprecation_behavior = :raise end