UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 178 B
type AgentResourceIdPrefix = 'skill' | 'tool'; export declare function generateAgentResourceId(prefix: AgentResourceIdPrefix, existingIds?: Iterable<string>): string; export {};