UNPKG

langflow-chatbot

Version:

Add a Langflow-powered chatbot to your website.

3 lines (2 loc) 286 B
import http from 'http'; export declare function handleGetFlowsRequest(req: http.IncomingMessage, res: http.ServerResponse, makeDirectLangflowApiRequest: (res: http.ServerResponse, path: string, method: 'GET', queryParams?: URLSearchParams) => Promise<Response | null>): Promise<void>;