UNPKG

langflow-chatbot

Version:

Add a Langflow-powered chatbot to your website.

4 lines (3 loc) 344 B
import http from 'http'; import { LangflowClient } from '@datastax/langflow-client'; export declare function handleChatMessageRequest(req: http.IncomingMessage, res: http.ServerResponse, flowId: string, enableStream: boolean, langflowClient: LangflowClient | undefined, preParsedBody: any | undefined, isBodyPreParsed: boolean): Promise<void>;