export type PromptMode = "full" | "minimal" | "none";
export type SilentReplyPromptMode = "generic" | "none";
