UNPKG

n8n-nodes-yourgpt

Version:

Integrate YourGPT AI chatbot node into your n8n workflows

6 lines (5 loc) 267 B
import { INodeType, INodeTypeDescription, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare class YourGPT implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }