UNPKG

@n8n/n8n-nodes-langchain

Version:
5 lines (4 loc) 332 B
import type { CredentialCheckStatus } from 'n8n-workflow'; import type { ChatShellViewModel } from './types'; export declare function buildChatShellViewModel(credentials: CredentialCheckStatus[], visitorEmail?: string): ChatShellViewModel; export declare function connectBarText(vm: ChatShellViewModel, testMode?: boolean): string;