UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

8 lines (7 loc) 243 B
import type { ChatMessage } from '../types/ChatMessage'; /** * Converts chat messages to JSON format * * @private utility of `<Chat/>` component */ export declare function messagesToJson(messages: ChatMessage[], shareUrl: string): string;