pub type SpecWithHint = (ToolSpec, Option<String>);
A (spec, search_hint) pair, as produced by ToolRegistry::partition_by_eagerness. The hint is local metadata; the spec is the wire shape sent to the model.
(spec, search_hint)
ToolRegistry::partition_by_eagerness