Module: RubyLLM::Providers::Anthropic::Capabilities

Defined in:
lib/ruby_llm/providers/anthropic/capabilities.rb

Overview

Provider-level capability checks used outside the model registry.

Class Method Summary collapse

Class Method Details

.supports_tool_choice?(_model_id) ⇒ Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/ruby_llm/providers/anthropic/capabilities.rb', line 10

def supports_tool_choice?(_model_id)
  true
end

.supports_tool_parallel_control?(_model_id) ⇒ Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/ruby_llm/providers/anthropic/capabilities.rb', line 14

def supports_tool_parallel_control?(_model_id)
  true
end