export type ChatHistoryItem = { type: string; content: string; timestamp: string; client_context?: any; };