UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 454 B
import type { AgentKnowledgeCommandService } from '../../agent-knowledge-command.service'; import type { AgentKnowledgeService } from '../../agent-knowledge.service'; export declare function createSearchKnowledgeTool({ agentId, projectId, knowledgeService, commandService, }: { agentId: string; projectId: string; knowledgeService: AgentKnowledgeService; commandService: AgentKnowledgeCommandService; }): import("@n8n/agents").BuiltTool;