Method AddDataSources
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.