n8n
Version:
n8n Workflow Automation Tool
7 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isAgentKnowledgeBaseEnabled = isAgentKnowledgeBaseEnabled;
function isAgentKnowledgeBaseEnabled(config, aiAssistantAvailable) {
return aiAssistantAvailable || (config.sandboxEnabled && config.sandboxProvider === 'daytona');
}
//# sourceMappingURL=agent-knowledge-gate.js.map