3 references to NamePropertyName
Microsoft.Extensions.AI.Evaluation.Reporting (3)
JsonSerialization\EvaluationContextConverter.cs (3)
51
case
NamePropertyName
:
77
throw new JsonException($"Missing required properties '{
NamePropertyName
}' and '{ContentsPropertyName}'.");
87
writer.WriteString(
NamePropertyName
, value.Name);