Table of Contents

Method UnscopeIdentifier

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

UnscopeIdentifier(string)

Strips the user namespace prefix from a data source identifier.

public string UnscopeIdentifier(string scopedIdentifier)

Parameters

scopedIdentifier string

The full, prefixed identifier.

Returns

string

The original identifier without the user prefix, or the input unchanged if it does not start with this user's prefix.