eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 286 B
JavaScript
import{settleWorkflowToolRunCancellation}from"#execution/tools/workflow/cancel.js";async function cancelTaskOwnedWork(e){await e.cancelOwnedWork?.(e),await settleWorkflowToolRunCancellation(e.entry.address.runId,`Task ${e.entry.task.taskId} was cancelled.`)}export{cancelTaskOwnedWork};