SchemaProperties Property
Optional. Properties of Type.OBJECT.
An object containing a list of "key": value pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Namespace: GenerativeAI.TypesAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public Dictionary<string, Schema>? Properties { get; set; }
Property Value
DictionaryString,
Schema