UNPKG

langflow-chatbot

Version:

Add a Langflow-powered chatbot to your website.

10 lines (9 loc) 316 B
export declare class FlowMapper { private langflowEndpointUrl; private langflowApiKey; private flowNameToIdMap; private isInitialized; constructor(langflowEndpointUrl: string, langflowApiKey?: string); initialize(): Promise<void>; getTrueFlowId(identifier: string): string | undefined; }