6 references to EnumPropertyName
Microsoft.Extensions.AI.Abstractions (6)
Utilities\AIJsonUtilities.Schema.Create.cs (6)
305if (ctx.TypeInfo.Type.IsEnum && objSchema.ContainsKey(EnumPropertyName) && !objSchema.ContainsKey(TypePropertyName)) 354if (nullableElement.IsEnum && objSchema.ContainsKey(EnumPropertyName) && !objSchema.ContainsKey(TypePropertyName)) 632if (!obj.ContainsKey(EnumPropertyName)) 636obj[EnumPropertyName] = enumArray; 653if (notObj[EnumPropertyName] is null) 657notObj[EnumPropertyName] = enumArray;