15 references to FromJson
Microsoft.Extensions.AI.Evaluation.Quality (2)
IntentResolutionEvaluator.cs (2)
341
rating = IntentResolutionRating.
FromJson
(evaluationResponseText);
365
rating = IntentResolutionRating.
FromJson
(repairedJson);
Microsoft.Extensions.AI.Evaluation.Tests (13)
IntentResolutionRatingTests.cs (13)
29
IntentResolutionRating rating = IntentResolutionRating.
FromJson
(json);
61
IntentResolutionRating rating = IntentResolutionRating.
FromJson
(json);
93
IntentResolutionRating rating = IntentResolutionRating.
FromJson
(json);
119
IntentResolutionRating deserialized = IntentResolutionRating.
FromJson
(json);
137
IntentResolutionRating deserialized = IntentResolutionRating.
FromJson
(json);
165
IntentResolutionRating rating = IntentResolutionRating.
FromJson
(json);
186
IntentResolutionRating rating = IntentResolutionRating.
FromJson
(json);
207
IntentResolutionRating rating = IntentResolutionRating.
FromJson
(json);
229
IntentResolutionRating rating = IntentResolutionRating.
FromJson
(json);
258
IntentResolutionRating rating = IntentResolutionRating.
FromJson
(json);
286
Assert.Throws<JsonException>(() => IntentResolutionRating.
FromJson
(json));
302
Assert.Throws<JsonException>(() => IntentResolutionRating.
FromJson
(json));
322
Assert.Throws<JsonException>(() => IntentResolutionRating.
FromJson
(json));