export interface IAssistInputData { id: string; label: string; placeholder: string; prompt: string; }