6 references to EnumPropertyName
Microsoft.Extensions.AI.Abstractions (6)
Utilities\AIJsonUtilities.Schema.Create.cs (6)
296
if (ctx.TypeInfo.Type.IsEnum && objSchema.ContainsKey(
EnumPropertyName
) && !objSchema.ContainsKey(TypePropertyName))
345
if (nullableElement.IsEnum && objSchema.ContainsKey(
EnumPropertyName
) && !objSchema.ContainsKey(TypePropertyName))
623
if (!obj.ContainsKey(
EnumPropertyName
))
627
obj[
EnumPropertyName
] = enumArray;
644
if (notObj[
EnumPropertyName
] is null)
648
notObj[
EnumPropertyName
] = enumArray;