Group of 2 Under the hood
Auto mode's server-side classifier now distinguishes and relabels the case where no usable verdict is available
What
- The auto-mode classifier's no-verdict message logic now also handles a new error case meaning the session no longer holds a stored result for an action (
serverResultsNotHeld), in addition to the existing case where a verdict was never requested (serverNotRequested). - The internal telemetry/reason string used to record why the server-side classifier didn't return a usable decision was renamed from
server_no_resultto a new value.
Why
These changes make it possible to tell apart different reasons the server-side classifier didn't provide a verdict, so the fallback behavior and any related diagnostics are more precise.