export interface LookAtArgs { file_path?: string; file_paths?: string[]; image_data?: string; image_data_list?: string[]; goal: string; }