UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

7 lines (6 loc) 155 B
/** * Type describing export format. * * @private utility of `<Chat/>` component */ export type ExportFormat = 'pdf' | 'txt' | 'md' | 'html' | 'json';