UNPKG

prompter-framework

Version:

Meta-framework for generating structured AI agent prompts with built-in context switching, validation checkpoints, and failure recovery strategies

4 lines (3 loc) 196 B
export function generatePrompt(formData: any, taskType: any): string; export function exportPrompt(prompt: any, filename: any): void; export function copyToClipboard(text: any): Promise<boolean>;