Table of Contents

Method AddDataSource

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

AddDataSource(DataSource)

Adds a single data source to the agent memory.

public void AddDataSource(DataSource dataSource)

Parameters

dataSource DataSource

The DataSource instance to add to the agent memory.

Exceptions

ArgumentNullException

Thrown if dataSource is null.