@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
13 lines (12 loc) • 432 B
TypeScript
import type { string_persona_description } from '../../types/string_persona_description';
/**
* 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;