Class: Cline::Providers::ProviderEntry::ProviderSettings::ReasoningSettings
- Inherits:
-
Schema
- Object
- Shale::Mapper
- Schema
- Cline::Providers::ProviderEntry::ProviderSettings::ReasoningSettings
- Defined in:
- lib/cline/providers.rb
Overview
Settings specific to a provider's reasoning configuration
Instance Attribute Summary
Attributes inherited from Schema
Public API collapse
-
#effort ⇒ String
The reasoning effort level (e.g. "xhigh").
-
#enabled ⇒ Boolean
Whether reasoning is enabled.
Methods inherited from Schema
#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash
Instance Method Details
#effort ⇒ String
Returns The reasoning effort level (e.g. "xhigh").
24 |
# File 'lib/cline/providers.rb', line 24 attribute :effort, :string |
#enabled ⇒ Boolean
Returns Whether reasoning is enabled.
21 |
# File 'lib/cline/providers.rb', line 21 attribute :enabled, :boolean |