export type PromptContribution = {
  name: string;
  content: string;
};