Enum MemoryType
Enumerates the different types of memory within the AgentMemory system.
public enum MemoryTypeFields
- Semantic = 0
- Represents semantic memory, which stores general knowledge and conceptual information. 
- Episodic = 1
- Represents episodic memory, which stores personal experiences and specific events. 
- Procedural = 2
- Represents procedural memory, which stores information related to tasks, processes, and methods.