UNPKG

n8n

Version:

n8n Workflow Automation Tool

18 lines (17 loc) 708 B
export declare const BUILDER_TOOLS: { readonly READ_CONFIG: "read_config"; readonly WRITE_CONFIG: "write_config"; readonly PATCH_CONFIG: "patch_config"; readonly BUILD_CUSTOM_TOOL: "build_custom_tool"; readonly CREATE_SKILL: "create_skill"; readonly CREATE_TASK: "create_task"; readonly LIST_INTEGRATION_TYPES: "list_integration_types"; readonly RESOLVE_LLM: "resolve_llm"; readonly SEARCH_MCP_SERVERS: "search_mcp_servers"; readonly VERIFY_MCP_SERVER: "verify_mcp_server"; }; export type BuilderToolName = (typeof BUILDER_TOOLS)[keyof typeof BUILDER_TOOLS]; export declare const AGENT_THREAD_PREFIX: { readonly TEST: "test-"; readonly BUILDER: "builder:"; };