pub async fn execute(
request: DictationRequest,
auth_paths: Option<Vec<PathBuf>>,
shutdown: CancellationToken,
)Expand description
Execute one request. This future is supervised by the controller’s
JoinSet; no provider task is detached when the HTTP client disconnects or
the daemon shuts down.