UNPKG

n8n

Version:

n8n Workflow Automation Tool

17 lines 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AGENT_THREAD_PREFIX = exports.BUILDER_TOOLS = void 0; exports.BUILDER_TOOLS = { READ_CONFIG: 'read_config', WRITE_CONFIG: 'write_config', PATCH_CONFIG: 'patch_config', BUILD_CUSTOM_TOOL: 'build_custom_tool', CREATE_SKILL: 'create_skill', LIST_INTEGRATION_TYPES: 'list_integration_types', RESOLVE_LLM: 'resolve_llm', }; exports.AGENT_THREAD_PREFIX = { TEST: 'test-', BUILDER: 'builder:', }; //# sourceMappingURL=builder-tool-names.js.map