Constructor Metadata
Metadata(string, int)
Initializes a new instance of the LLM.Metadata class with an integer value.
public Metadata(string key, int value)
Parameters
Metadata(string, float)
Initializes a new instance of the LLM.Metadata class with a float value.
public Metadata(string key, float value)
Parameters
Metadata(string, bool)
Initializes a new instance of the LLM.Metadata class with a boolean value.
public Metadata(string key, bool value)
Parameters
Metadata(string, string)
Initializes a new instance of the LLM.Metadata class with a string value.
public Metadata(string key, string value)
Parameters
Exceptions
- ArgumentException
Thrown when the value string is too long.