Module: RubyLLM::Providers::GPUStack::Capabilities
- Defined in:
- lib/ruby_llm/providers/gpustack/capabilities.rb
Overview
Determines capabilities for GPUStack models
Class Method Summary collapse
Class Method Details
.supports_tool_choice?(_model_id) ⇒ Boolean
10 11 12 |
# File 'lib/ruby_llm/providers/gpustack/capabilities.rb', line 10 def supports_tool_choice?(_model_id) false end |
.supports_tool_parallel_control?(_model_id) ⇒ Boolean
14 15 16 |
# File 'lib/ruby_llm/providers/gpustack/capabilities.rb', line 14 def supports_tool_parallel_control?(_model_id) false end |