UNPKG

n8n-nodes-gigachat

Version:

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

3 lines (2 loc) 171 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function gigaChatWithModel(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;