6 references to EnumPropertyName
Microsoft.Extensions.AI.Abstractions (6)
Utilities\AIJsonUtilities.Schema.Create.cs (6)
288if (ctx.TypeInfo.Type.IsEnum && objSchema.ContainsKey(EnumPropertyName) && !objSchema.ContainsKey(TypePropertyName)) 337if (nullableElement.IsEnum && objSchema.ContainsKey(EnumPropertyName) && !objSchema.ContainsKey(TypePropertyName)) 556if (!obj.ContainsKey(EnumPropertyName)) 560obj[EnumPropertyName] = enumArray; 576if (notObj[EnumPropertyName] is null) 580notObj[EnumPropertyName] = enumArray;