Debug a run
Use the run trace to find whether a failure came from context, a tool, a policy, or execution.
Start with the run, not the prompt. A plausible answer can still be wrong because it read stale data, resolved the wrong entity, or skipped a tool.
- Confirm the input and the version that executed.
- Check the retrieved context: was the relevant record present, in scope, and fresh?
- Inspect each tool call and policy decision.
- Check waits, retries, and the final stop reason.
- Reproduce with a controlled input before changing the definition.
If the same class of failure can recur, add it to an evaluation case set before promoting a fix.
Mis à jour le 31 août 2026