Function normalize_input_to_intent
Source pub fn normalize_input_to_intent(raw_input: RawInput) -> Intent
Expand description
Normalize a RawInput into a unified Intent.
This is the single public entry point for intent normalization. It
dispatches to modality-specific logic internally.