Method Add
Add(Metadata)
Adds a metadata entry to the collection.
public void Add(LLM.Metadata metadata)
Parameters
Exceptions
- ArgumentNullException
Thrown if the
metadata
is null.- ArgumentException
Thrown if a metadata entry with the same key already exists in the collection.