UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 239 B
import type { FileImportPlugin } from './FileImportPlugin'; /** * Plugin for importing JSON files * * @private [🥝] Maybe export the import plugins through some package */ export declare const JsonFileImportPlugin: FileImportPlugin;