UNPKG

@n8n/n8n-nodes-langchain

Version:
4 lines (3 loc) 184 B
import type { INodeProperties } from 'n8n-workflow'; export declare const modelRLC: (searchListMethod?: string) => INodeProperties; export declare const assistantRLC: INodeProperties;