@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 443 B
TypeScript
import type { ChatSaveFormatDefinition } from './ChatSaveFormatDefinition';
import type { string_chat_format_name } from './string_chat_format_name';
/**
* Returns enabled chat save plugins filtered by formatNames (or all when omitted)
*
* @public exported from `@promptbook/components`
*/
export declare function getChatSaveFormatDefinitions(formatNames?: ReadonlyArray<string_chat_format_name>): ReadonlyArray<ChatSaveFormatDefinition>;