Class: Anthropic::Models::ComputerScrollConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::ComputerScrollConfig
- Defined in:
- lib/anthropic/models/computer_scroll_config.rb,
sig/anthropic/models/computer_scroll_config.rbs
Instance Attribute Summary collapse
-
#defer_loading ⇒ Boolean?
Defer loading for this member.
-
#enabled ⇒ Boolean?
Whether this member is offered to the model.
Instance Method Summary collapse
-
#initialize(defer_loading: nil, enabled: nil) ⇒ ComputerScrollConfig
constructor
scroll's config overrides. - #to_hash ⇒ { defer_loading: bool?, enabled: bool? }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(defer_loading: nil, enabled: nil) ⇒ ComputerScrollConfig
scroll's config overrides.
Some parameter documentations has been truncated, see Anthropic::Models::ComputerScrollConfig for more details.
|
|
# File 'lib/anthropic/models/computer_scroll_config.rb', line 21
|
Instance Attribute Details
#defer_loading ⇒ Boolean?
Defer loading for this member. Must resolve to the same value on every enabled member of the toolset.
11 |
# File 'lib/anthropic/models/computer_scroll_config.rb', line 11 optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true |
#enabled ⇒ Boolean?
Whether this member is offered to the model. Default is per member, per the toolset's documentation. A member whose enabled resolves false is withheld from the served schema.
19 |
# File 'lib/anthropic/models/computer_scroll_config.rb', line 19 optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true |
Instance Method Details
#to_hash ⇒ { defer_loading: bool?, enabled: bool? }
12 |
# File 'sig/anthropic/models/computer_scroll_config.rbs', line 12
def to_hash: -> { defer_loading: bool?, enabled: bool? }
|