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