UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 349 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>;