@n8n/n8n-nodes-langchain
Version:
7 lines • 386 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUB_WORKFLOW_WAITING_PLACEHOLDER = void 0;
exports.SUB_WORKFLOW_WAITING_PLACEHOLDER = {
status: 'Sub-workflow is paused (waiting for a human response or a scheduled resume); this run will resume automatically with the result. Do not call this tool again.',
};
//# sourceMappingURL=constants.js.map