Class: Anthropic::Models::Beta::MemoryStores::BetaManagedAgentsMemoryVersion
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id:, created_at:, memory_id:, memory_store_id:, operation:, type:, content: nil, content_sha256: nil, content_size_bytes: nil, created_by: nil, path: nil, redacted_at: nil, redacted_by: nil) ⇒ Object
constructor
==, #==, #[], 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(id:, created_at:, memory_id:, memory_store_id:, operation:, type:, content: nil, content_sha256: nil, content_size_bytes: nil, created_by: nil, path: nil, redacted_at: nil, redacted_by: nil) ⇒ Object
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 77
|
Instance Attribute Details
#content ⇒ String?
44
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 44
optional :content, String, nil?: true
|
#content_sha256 ⇒ String?
49
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 49
optional :content_sha256, String, nil?: true
|
#content_size_bytes ⇒ Integer?
54
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 54
optional :content_size_bytes, Integer, nil?: true
|
#created_at ⇒ Time
A timestamp in RFC 3339 format
18
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 18
required :created_at, Time
|
59
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 59
optional :created_by, union: -> { Anthropic::Beta::MemoryStores::BetaManagedAgentsActor }
|
#id ⇒ String
12
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 12
required :id, String
|
#memory_id ⇒ String
23
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 23
required :memory_id, String
|
#memory_store_id ⇒ String
28
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 28
required :memory_store_id, String
|
MemoryVersionOperation enum
34
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 34
required :operation, enum: -> { Anthropic::Beta::MemoryStores::BetaManagedAgentsMemoryVersionOperation }
|
#path ⇒ String?
64
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 64
optional :path, String, nil?: true
|
#redacted_at ⇒ Time?
A timestamp in RFC 3339 format
70
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 70
optional :redacted_at, Time, nil?: true
|
75
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 75
optional :redacted_by, union: -> { Anthropic::Beta::MemoryStores::BetaManagedAgentsActor }
|
39
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version.rb', line 39
required :type, enum: -> { Anthropic::Beta::MemoryStores::BetaManagedAgentsMemoryVersion::Type }
|