Table of Contents

Method Add

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

Add(Metadata)

Adds a metadata entry to the collection.

public void Add(LLM.Metadata metadata)

Parameters

metadata LLM.Metadata

The metadata to add. It must not already exist in the collection.

Exceptions

ArgumentNullException

Thrown if the metadata is null.

ArgumentException

Thrown if a metadata entry with the same key already exists in the collection.