Class: Anthropic::Models::Beta::MemoryStores::BetaManagedAgentsMemoryPrefix
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::MemoryStores::BetaManagedAgentsMemoryPrefix
- Defined in:
- lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_prefix.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
- #path ⇒ String
- #type ⇒ Symbol, Anthropic::Models::Beta::MemoryStores::BetaManagedAgentsMemoryPrefix::Type
Instance Method Summary collapse
- #initialize(path:, type:) ⇒ Object constructor
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(path:, type:) ⇒ Object
|
|
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_prefix.rb', line 18
|
Instance Attribute Details
#path ⇒ String
11 |
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_prefix.rb', line 11 required :path, String |
#type ⇒ Symbol, Anthropic::Models::Beta::MemoryStores::BetaManagedAgentsMemoryPrefix::Type
16 |
# File 'lib/anthropic/models/beta/memory_stores/beta_managed_agents_memory_prefix.rb', line 16 required :type, enum: -> { Anthropic::Beta::MemoryStores::BetaManagedAgentsMemoryPrefix::Type } |