Class: Anthropic::Models::Beta::BetaComputerToolset20260801
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaComputerToolset20260801
- Defined in:
- lib/anthropic/models/beta/beta_computer_toolset_20260801.rb,
sig/anthropic/models/beta/beta_computer_toolset_20260801.rbs
Instance Attribute Summary collapse
-
#cache_control ⇒ Anthropic::Models::Beta::BetaCacheControlEphemeral?
Create a cache control breakpoint at this content block.
-
#configs ⇒ Anthropic::Models::Beta::BetaComputerToolsetConfigs?
Per-member configuration for
computer_toolset_20260801: one optional field per member tool, keyed by the member name — the same name the member'stool_useblocks carry. - #type ⇒ Symbol, :computer_toolset_20260801
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
20 |
# File 'sig/anthropic/models/beta/beta_computer_toolset_20260801.rbs', line 20
def initialize: (
|
Instance Attribute Details
#cache_control ⇒ Anthropic::Models::Beta::BetaCacheControlEphemeral?
Create a cache control breakpoint at this content block.
16 |
# File 'lib/anthropic/models/beta/beta_computer_toolset_20260801.rb', line 16 optional :cache_control, -> { Anthropic::Beta::BetaCacheControlEphemeral }, nil?: true |
#configs ⇒ Anthropic::Models::Beta::BetaComputerToolsetConfigs?
Per-member configuration for computer_toolset_20260801: one optional field per
member tool, keyed by the member name — the same name the member's tool_use
blocks carry. Every member is an accepted key, and a member's defaults apply
wherever its key is absent. Unknown keys are rejected: the field set is this
toolset version's complete member set.
26 |
# File 'lib/anthropic/models/beta/beta_computer_toolset_20260801.rb', line 26 optional :configs, -> { Anthropic::Beta::BetaComputerToolsetConfigs }, nil?: true |
#type ⇒ Symbol, :computer_toolset_20260801
10 |
# File 'lib/anthropic/models/beta/beta_computer_toolset_20260801.rb', line 10 required :type, const: :computer_toolset_20260801 |
Instance Method Details
#to_hash ⇒ {
26 |
# File 'sig/anthropic/models/beta/beta_computer_toolset_20260801.rbs', line 26
def to_hash: -> {
|