UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 249 B
import type { LinguisticHashWordLists } from './linguisticHashTypes'; /** * English word lists used by the linguistic hash. * * @private utility of `linguisticHash` */ export declare const LINGUISTIC_HASH_WORD_LISTS_EN: LinguisticHashWordLists;