UNPKG

n8n-nodes-openai-chatkit

Version:

Custom n8n node to manage OpenAI Agent Builder ChatKit sessions.

8 lines (7 loc) 247 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class OpenAiChatKitApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }