6 references to EnumPropertyName
Microsoft.Extensions.AI.Abstractions (6)
Utilities\AIJsonUtilities.Schema.Create.cs (6)
290if (ctx.TypeInfo.Type.IsEnum && objSchema.ContainsKey(EnumPropertyName) && !objSchema.ContainsKey(TypePropertyName)) 339if (nullableElement.IsEnum && objSchema.ContainsKey(EnumPropertyName) && !objSchema.ContainsKey(TypePropertyName)) 573if (!obj.ContainsKey(EnumPropertyName)) 577obj[EnumPropertyName] = enumArray; 593if (notObj[EnumPropertyName] is null) 597notObj[EnumPropertyName] = enumArray;