UNPKG

n8n-nodes-wxai

Version:

A user-friendly WXAI node for n8n, designed to enhance your workflow with Gemini 2.0 Flash model. Supports chat completions with configurable parameters.

4 lines (3 loc) 164 B
import type { INodeProperties } from 'n8n-workflow'; export declare const chatOperations: INodeProperties[]; export declare const chatFields: INodeProperties[];