Table of Contents

Method RemoveDataSource

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

RemoveDataSource(string)

Removes a user-scoped data source by its identifier.

public bool RemoveDataSource(string dataSourceIdentifier)

Parameters

dataSourceIdentifier string

The data source identifier (without the user prefix).

Returns

bool

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