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>

The collection of data sources to add.

Remarks

This is more efficient than adding data sources one at a time when you have multiple sources to add.

Exceptions

ArgumentNullException

Thrown when dataSources is null or empty.