Annotations are collected during the test and posted to Phoenix as
experiment evaluations after the test completes. The name is the
Phoenix evaluation name; score, label, and explanation map to
the standard Phoenix EvaluationResult fields.
The annotation name "pass" is reserved — Phoenix eval tests always write
a pass annotation derived from the test's assertion outcome, so a
user-supplied annotation with that name would race / overwrite the
built-in one. Such calls are silently ignored.
Record an annotation on the current run.
Annotations are collected during the test and posted to Phoenix as experiment evaluations after the test completes. The
nameis the Phoenix evaluation name;score,label, andexplanationmap to the standard PhoenixEvaluationResultfields.The annotation name
"pass"is reserved — Phoenix eval tests always write apassannotation derived from the test's assertion outcome, so a user-supplied annotation with that name would race / overwrite the built-in one. Such calls are silently ignored.