Constructor MetadataCollection
MetadataCollection()
Initializes a new instance of the LLM.MetadataCollection class.
public MetadataCollection()
MetadataCollection(IEnumerable<Metadata>)
Initializes a new instance of the LLM.MetadataCollection class with a collection of metadata.
public MetadataCollection(IEnumerable<LLM.Metadata> metadata)
Parameters
metadata
IEnumerable<LLM.Metadata>The collection of metadata to initialize with.