UNPKG

@n8n/n8n-nodes-langchain

Version:
5 lines (4 loc) 250 B
import type { INodeProperties, INodeTypeDescription } from 'n8n-workflow'; export declare const ollamaDescription: Partial<INodeTypeDescription>; export declare const ollamaModel: INodeProperties; export declare const ollamaOptions: INodeProperties;