eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 390 B
JavaScript
function workflowToolContextErrorMessage(e){return`ctx.${e}() requires a defineWorkflowTool() executor context. Call it inside the workflow tool body.`}function workflowCallbackErrorMessage(e){return`"use workflow" is not supported on ${e} callbacks. Use defineWorkflowTool() from "eve/tools" to author a workflow tool.`}export{workflowCallbackErrorMessage,workflowToolContextErrorMessage};