UNPKG

@promptbook/utils

Version:

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

15 lines (14 loc) 511 B
import type { string_persona_description } from '../../types/typeAliases'; /** * Generates a random agent rule description. * * This function selects a random rule * * @param language - The language code (e.g. 'ENGLISH', 'CZECH') * @returns A string describing the agent's rule * @private internal helper function */ export declare function $randomAgentRule(language?: string): string_persona_description; /** * TODO: [🤶] Maybe export through `@promptbook/utils` or `@promptbook/random` package */