Table of Contents

Method Unregister

Namespace
LMKit.TextGeneration.Prompts
Assembly
LM-Kit.NET.dll

Unregister(string)

Removes a previously registered custom filter.

public static bool Unregister(string name)

Parameters

name string

The filter name to remove.

Returns

bool

true if the filter was removed; otherwise, false.