Table of Contents

Method Remove

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

Remove(string)

Attempts to remove the first occurrence of a metadata entry with the specified key from the collection.

public bool Remove(string key)

Parameters

key string

The key of the metadata to remove.

Returns

bool

True if an item was successfully removed; otherwise, false.

Remove(Metadata)

Removes the specified metadata entry from the collection.

public bool Remove(LLM.Metadata metadata)

Parameters

metadata LLM.Metadata

The metadata to remove.

Returns

bool

True if the metadata was successfully removed from the collection; otherwise, false.