export interface LookAtArgs {
    file_path?: string;
    image_data?: string;
    goal: string;
}
