contains the results of running a test
the TestResult
class represents the complete results of running a test, including the test definition, evaluation results, transcript, and any errors that occurred.
test
(Test): the test that was runevaluation_results
(Optional[EvaluationResponse]): results from evaluating the test, if evaluation was successfultranscript
(List[ChatCompletionMessageParam]): complete transcript of the test callstereo_recording_url
(str): url to the stereo recording of the callerror
(Optional[str]): error message if the test failed, none otherwisecontains the results of running a test
the TestResult
class represents the complete results of running a test, including the test definition, evaluation results, transcript, and any errors that occurred.
test
(Test): the test that was runevaluation_results
(Optional[EvaluationResponse]): results from evaluating the test, if evaluation was successfultranscript
(List[ChatCompletionMessageParam]): complete transcript of the test callstereo_recording_url
(str): url to the stereo recording of the callerror
(Optional[str]): error message if the test failed, none otherwise