CustomMemoryStrategyInput¶
Structure Class¶
CustomMemoryStrategyInput
dataclass
¶
Input for creating a custom memory strategy.
Attributes¶
configuration
class-attribute
instance-attribute
¶
configuration: CustomConfigurationInput | None = None
The configuration for the custom memory strategy.
description
class-attribute
instance-attribute
¶
The description of the custom memory strategy.
memory_record_schema
class-attribute
instance-attribute
¶
memory_record_schema: MemoryRecordSchema | None = None
Schema for metadata fields on records generated by this strategy.
namespace_templates
class-attribute
instance-attribute
¶
The namespaceTemplates associated with the custom memory strategy.