3 references to ContentsPropertyName
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (3)
src\Libraries\Microsoft.Extensions.AI.Evaluation.Reporting\CSharp\JsonSerialization\EvaluationContextConverter.cs (3)
61
case
ContentsPropertyName
:
77
throw new JsonException($"Missing required properties '{NamePropertyName}' and '{
ContentsPropertyName
}'.");
89
writer.WritePropertyName(
ContentsPropertyName
);