Class: Anthropic::Models::Beta::MemoryStores::MemoryUpdateParams
Overview
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(memory_store_id:, memory_id:, view: nil, content: nil, path: nil, precondition: nil, betas: nil, request_options: {}) ⇒ Object
|
# File 'lib/anthropic/models/beta/memory_stores/memory_update_params.rb', line 49
|
Instance Attribute Details
Optional header to specify the beta version(s) you want to use.
#content ⇒ String?
31
|
# File 'lib/anthropic/models/beta/memory_stores/memory_update_params.rb', line 31
optional :content, String, nil?: true
|
#memory_id ⇒ String
20
|
# File 'lib/anthropic/models/beta/memory_stores/memory_update_params.rb', line 20
required :memory_id, String
|
#memory_store_id ⇒ String
15
|
# File 'lib/anthropic/models/beta/memory_stores/memory_update_params.rb', line 15
required :memory_store_id, String
|
#path ⇒ String?
36
|
# File 'lib/anthropic/models/beta/memory_stores/memory_update_params.rb', line 36
optional :path, String, nil?: true
|
41
|
# File 'lib/anthropic/models/beta/memory_stores/memory_update_params.rb', line 41
optional :precondition, -> { Anthropic::Beta::MemoryStores::BetaManagedAgentsPrecondition }
|
#view ⇒ Symbol, ...
26
|
# File 'lib/anthropic/models/beta/memory_stores/memory_update_params.rb', line 26
optional :view, enum: -> { Anthropic::Beta::MemoryStores::BetaManagedAgentsMemoryView }
|