Class: Anthropic::Models::Beta::BetaOutputBehaviorUpdateExisting
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaOutputBehaviorUpdateExisting
- Defined in:
- lib/anthropic/models/beta/beta_output_behavior_update_existing.rb,
sig/anthropic/models/beta/beta_output_behavior_update_existing.rbs
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#memory_store_id ⇒ String
The ID of the memory store for the dream to write its result to (
memstore_...). - #type ⇒ Symbol, Anthropic::Models::Beta::BetaOutputBehaviorUpdateExisting::Type
Instance Method Summary collapse
-
#initialize(memory_store_id:, type:) ⇒ void
constructor
Write the result into the input memory store instead of a new memory store.
- #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(memory_store_id:, type:) ⇒ void
Write the result into the input memory store instead of a new memory store.
The credential must be allowed to write memory stores, or the request returns a
403 error. While another update_existing dream on the same memory store hasn't
fully stopped, the request returns a 409 error.
Some parameter documentations has been truncated, see Anthropic::Models::Beta::BetaOutputBehaviorUpdateExisting for more details.
|
|
# File 'lib/anthropic/models/beta/beta_output_behavior_update_existing.rb', line 20
|
Instance Attribute Details
#memory_store_id ⇒ String
The ID of the memory store for the dream to write its result to
(memstore_...). It must be the memory store in the memory_store entry of
inputs.
13 |
# File 'lib/anthropic/models/beta/beta_output_behavior_update_existing.rb', line 13 required :memory_store_id, String |
#type ⇒ Symbol, Anthropic::Models::Beta::BetaOutputBehaviorUpdateExisting::Type
18 |
# File 'lib/anthropic/models/beta/beta_output_behavior_update_existing.rb', line 18 required :type, enum: -> { Anthropic::Beta::BetaOutputBehaviorUpdateExisting::Type } |
Instance Method Details
#to_hash ⇒ {
22 |
# File 'sig/anthropic/models/beta/beta_output_behavior_update_existing.rbs', line 22
def to_hash: -> {
|