pub fn dispatch(
args: &Value,
_cancel: &Receiver<()>,
_sink: Option<&NotificationSink>,
_token: Option<Value>,
) -> ToolCallResultExpand description
HELIX-IDEA-002 — unified-signature shim for the inventory dispatcher.
apr.version is sync; cancel, sink, token are accepted only for
ABI uniformity with cancel-aware tools.