UNPKG

langflow-chatbot

Version:

Add a Langflow-powered chatbot to your website.

4 lines (3 loc) 346 B
import http from 'http'; import { URLSearchParams } from 'url'; export declare function handleGetChatHistoryRequest(res: http.ServerResponse, flowId: string, sessionId: string | null, makeDirectLangflowApiRequest: (res: http.ServerResponse, path: string, method: 'GET', queryParams?: URLSearchParams) => Promise<Response | null>): Promise<void>;