EpisodicReflectionConfigurationInput¶
Structure Class¶
EpisodicReflectionConfigurationInput
dataclass
¶
An episodic reflection configuration input.
Attributes¶
memory_record_schema
class-attribute
instance-attribute
¶
memory_record_schema: MemoryRecordSchema | None = None
Schema for metadata fields on records generated by reflections.
namespace_templates
class-attribute
instance-attribute
¶
namespace_templates: list[str] | None = None
The namespaceTemplates over which to create reflections. Can be less nested than episode namespaces.
namespaces
class-attribute
instance-attribute
¶
namespaces: list[str] | None = None
This is a legacy parameter, use namespaceTemplates. The namespaces
over which to create reflections. Can be less nested than episode
namespaces.