UNPKG

@promptbook/remote-server

Version:

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

14 lines (13 loc) 559 B
import type { string_persona_description } from '../../types/string_persona_description'; /** * Generates a random agent persona description. * * This function selects a random personality profile from a predefined pool * of common AI agent characteristics (e.g., friendly, professional, creative). * * @param language - The language code (e.g. 'ENGLISH', 'CZECH') * @returns A string describing the agent's persona * * @private internal helper function */ export declare function $randomAgentPersona(language?: string): string_persona_description;