UNPKG

@n8n/n8n-nodes-langchain

Version:
4 lines (3 loc) 288 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function listModels(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function listInferenceProfiles(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;