Under the hood
Auto-mode's no-classifier-input check moved into its own helper function
What
The check that returns early when a tool declares no input relevant to auto-mode's classifier was pulled out of an inline object literal into its own helper function.
Why
This is an internal code cleanup with no expected effect on behavior.