Module: Anthropic::Models::Beta::MemoryStores::BetaManagedAgentsMemoryVersionOperation
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version_operation.rb,
sig/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version_operation.rbs
Overview
The kind of mutation a memory_version records. Every non-no-op mutation to a
memory appends exactly one version row with one of these values.
Constant Summary collapse
- CREATED =
The memory was created. The first version in any memory's lineage.
:created- MODIFIED =
The memory's
content,path, or both were changed via update. Writes the agent makes through the filesystem mount also appear asmodified. :modified- DELETED =
The memory was deleted. The
content,content_size_bytes, andcontent_sha256fields arenullon this version. The preceding version, while it is retained, records the deleted content's size and hash. :deleted
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version_operation.rb', line 21
|
Instance Method Details
#self?.values ⇒ ::Array[Anthropic::Models::Beta::MemoryStores::beta_managed_agents_memory_version_operation]
20 |
# File 'sig/anthropic/models/beta/memory_stores/beta_managed_agents_memory_version_operation.rbs', line 20
def self?.values: -> ::Array[Anthropic::Models::Beta::MemoryStores::beta_managed_agents_memory_version_operation]
|