@forgeflowai/chat
Version:
This is an embeddable Chat widget for n8n. It allows the execution of AI-Powered Workflows through a Chat window.
4 lines (3 loc) • 307 B
TypeScript
export declare function createFetchResponse<T>(data: T): () => Promise<Response>;
export declare const createGetLatestMessagesResponse: (data?: LoadPreviousSessionResponse) => LoadPreviousSessionResponse;
export declare const createSendMessageResponse: (output: SendMessageResponse) => SendMessageResponse;