Method GetMemoryType
GetMemoryType(DataSource)
Retrieves the memory type associated with the specified data source based on its metadata.
public static MemoryType GetMemoryType(DataSource dataSource)
Parameters
dataSource
DataSourceThe DataSource instance from which to determine the memory type.
Returns
- MemoryType
The memory type defined in the data source's metadata. Returns Episodic if the metadata value is "Episodic", Procedural if the metadata value is "Procedural", and Semantic otherwise.