Exception: RubyLLM::UnsupportedServerToolError

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

Overview

Raised when Chat#with_provider_tools is used with a provider RubyLLM has no server-tool support for, or with an alias the provider's protocol does not define.

Instance Attribute Summary

Attributes inherited from Error

#response

Method Summary

Methods inherited from Error

default_message, #initialize

Constructor Details

This class inherits a constructor from RubyLLM::Error