Table of Contents

Method AddDataSources

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

AddDataSources(IEnumerable<DataSource>)

Adds multiple data sources to the agent memory.

public void AddDataSources(IEnumerable<DataSource> dataSources)

Parameters

dataSources IEnumerable<DataSource>

An enumerable collection of DataSource instances to be added to the agent memory.

Exceptions

ArgumentNullException

Thrown if dataSources is null or empty.