UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 205 B
import type { BuiltTool } from '@n8n/agents'; import type { ExecuteAgentWorkflowContext } from 'n8n-workflow'; export declare function createInputDataTool(context: ExecuteAgentWorkflowContext): BuiltTool;