ResolvePolicy
type ResolvePolicy = "first" | "disambiguate" | "all";How the shell picks among multiple providers of the same intent: take the first, disambiguate
by asking the user, or fan out to all.
type ResolvePolicy = "first" | "disambiguate" | "all";How the shell picks among multiple providers of the same intent: take the first, disambiguate
by asking the user, or fan out to all.