UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 241 B
import { type ProviderCatalog } from '@n8n/agents/catalog'; export declare function buildModelRecommendationsSection(catalog: ProviderCatalog): string | null; export declare function getModelRecommendationsSection(): Promise<string | null>;