UNPKG

n8n-nodes-straico-chat

Version:

Adds a Straico Chat Model to use with n8n AI Agents and Chains.

6 lines (5 loc) 301 B
import { type INodeType, type INodeTypeDescription, type ISupplyDataFunctions, type SupplyData } from 'n8n-workflow'; export declare class LmChatStraico implements INodeType { description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>; }