Module param_options
Expand description
Runtime resolution of tool parameter option domains.
Tools declare which domain a parameter draws from
(Tool::param_domains); this module resolves those domains against
live config so authoring surfaces render real selectable choices.
Cascading domains (e.g. PeerTargets narrowing on a chosen
channel) receive the partially filled argument object.
Functionsยง
- resolve_
options - Resolve the selectable values for one domain.