UNPKG

n8n-nodes-gigachat

Version:

A user-friendly GigaChat AI (Sber) nodes for n8n

4 lines (3 loc) 349 B
import { ILoadOptionsFunctions, INodePropertyOptions, ISupplyDataFunctions, SupplyData } from 'n8n-workflow'; export declare function getLangchainGigaChatModels(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function supplyLangchainGigaChatInstance(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>;