UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 246 B
import type { ExpectationAmount } from '../../pipeline/PipelineJson/Expectations'; /** * Counts number of words in the text * * @public exported from `@promptbook/utils` */ export declare function countWords(text: string): ExpectationAmount;