UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

15 lines 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.draftChatMemoryResourceId = draftChatMemoryResourceId; exports.scheduledRunMemoryResourceId = scheduledRunMemoryResourceId; exports.integrationMemoryResourceId = integrationMemoryResourceId; function draftChatMemoryResourceId(userId) { return `draft-chat:${userId}`; } function scheduledRunMemoryResourceId(executionUserId) { return `schedule:${executionUserId}`; } function integrationMemoryResourceId(integrationType, threadId) { return `integration:${integrationType}:${threadId}`; } //# sourceMappingURL=agent-memory-scope.js.map