Class: Anthropic::Models::Beta::MemoryStores::BetaManagedAgentsMemoryPathConflictError
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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(type:, conflicting_memory_id: nil, conflicting_path: nil, message: nil) ⇒ Object
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_path_conflict_error.rb', line 28
|
Instance Attribute Details
#conflicting_memory_id ⇒ String?
16
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_path_conflict_error.rb', line 16
optional :conflicting_memory_id, String
|
#conflicting_path ⇒ String?
21
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_path_conflict_error.rb', line 21
optional :conflicting_path, String
|
#message ⇒ String?
26
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_path_conflict_error.rb', line 26
optional :message, String
|
11
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_path_conflict_error.rb', line 11
required :type, enum: -> { Anthropic::Beta::MemoryStores::BetaManagedAgentsMemoryPathConflictError::Type }
|