UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 312 B
import type { NamePool } from './NamePool'; /** * Gets the name pool based on the language code * * @param language - The language code (e.g. 'ENGLISH', 'CZECH') * @returns The name pool * * @private [🍇] Maybe expose via some package */ export declare function getNamePool(language: string): NamePool;