Method Remove
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
stringThe 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
Returns
- bool
True if the metadata was successfully removed from the collection; otherwise, false.