UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

13 lines (12 loc) 504 B
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 */