export type TChatGPTResponse = { lang: string; description?: boolean; action?: boolean; information?: boolean; noise?: boolean; precision?: number; };