Table of Contents

Method RemoveDataSource

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

RemoveDataSource(DataSource)

Removes a specific data source from the agent memory.

public bool RemoveDataSource(DataSource dataSource)

Parameters

dataSource DataSource

The data source to remove.

Returns

bool

true if the data source was successfully removed; otherwise, false.

Exceptions

ArgumentNullException

Thrown if dataSource is null.