export type ChatGPTMessageType = { id: string; prompt: string; metadata: Record; response: any; };