ReliabilityEval checks the tool calls in a completed agent or team run against expected tool names and arguments.
Parameters
Methods
ReliabilityResult
The evaluation passes when there are no failed tool calls, no missing tool calls, and no failed argument checks.ReliabilityResult also exposes print_eval(console=None) to render the results table, and assert_passed(), which asserts eval_status == "PASSED" for use in test suites.