export type PromptTemplate = { system_prompt?: string; ai_prompt?: string; user_prompt?: string; error?: string; };