Reliability
Reliability examples validate whether expected expected tool executions are recorded.
Reliability checks recorded tool execution, failure and pause flags, and optional argument expectations. It does not establish call order or business-result correctness; add assertions for the returned data when those outcomes matter.
| Example | Description |
|---|---|
| Db Logging | Demonstrates storing reliability evaluation results in PostgreSQL. |
| Asynchronous Reliability Evaluation | Demonstrates running reliability checks with asynchronous evaluation. |
| Multiple Tool Calls | These examples validate reliability for multi-step tool workflows. |
| Single Tool Calls | These examples validate reliability for one expected tool call. |
| Team | These examples validate reliability for team-level tool usage and delegation. |