@promptbook/google
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
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>;