Skip to main content
Found a bug but not sure if it is happening on other calls too? Don’t go through every call manually. Instead:
  • Create a boolean post-call variable and set it to true for that specific issue.
  • The next day, if the same issue is happening at a larger scale, you can quickly check by filtering calls where that variable equals 1.
This helps you spot patterns and confirm the scale of a problem before making any changes to the published version of the agent. And that is how we debug.