Table of Contents

Method GetMemoryType

Namespace
LMKit.Agents
Assembly
LM-Kit.NET.dll

GetMemoryType(DataSource)

Retrieves the memory type associated with the specified data source based on its metadata.

public static MemoryType GetMemoryType(DataSource dataSource)

Parameters

dataSource DataSource

The 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.