@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
13 lines (12 loc) • 504 B
TypeScript
import type { ExpectationAmount } from '../../pipeline/PipelineJson/Expectations';
import type { ExpectationUnit } from '../../pipeline/PipelineJson/Expectations';
/**
* Index of all counter functions
*
* @public exported from `@promptbook/utils`
*/
export declare const CountUtils: Record<ExpectationUnit, (text: string) => ExpectationAmount>;
/**
* TODO: [🧠][🤠] This should be probably as part of `TextFormatParser`
* Note: [💞] Ignore a discrepancy between file name and entity name
*/