import type { DelegateTaskArgs } from "./types" export function getTaskID(args: Pick): string | undefined { return args.task_id }