Under the hood
Useful2 Signal0
Turn logs now record why fast mode was skipped, such as env setting or model not allowed.
What's wrong with this entry?
Anonymous. No account, no email.
What
Turn-completion events now report why fast mode was not used, alongside the existing state field.
Details
- New
fast_mode_disabled_reasonsits next tofast_mode_stateand is populated from the fast-mode eligibility check. - Values include
not_first_party,disabled_by_env,model_not_allowed,sdk_opt_in_required,pendingandunknown. - Present at 18 sites in this build; did not exist in the previous one.
Evidence
fast_mode_disabled_reason
Strings lifted out of the shipped bundle, so the claim above can be checked against them.