@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
10 lines (9 loc) • 576 B
TypeScript
/**
* Definitions for all formats supported by Promptbook
*
* @private internal index of `...` <- TODO [🏢]
*/
export declare const FORMAT_DEFINITIONS: readonly [import("./_common/FormatParser").FormatParser<string, string, any, any>, import("./_common/FormatParser").FormatParser<string, string, any, any>, import("./_common/FormatParser").FormatParser<string, string, any, any>, import("./_common/FormatParser").FormatParser<string, string, import("./csv/CsvSettings").CsvSettings, any>];
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
*/