UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 209 B
import type { BuiltTool } from '@n8n/agents'; import type { BuilderTrackFn } from '../builder-config-telemetry'; export declare function buildAskQuestionsTool(deps: { track: BuilderTrackFn; }): BuiltTool;