export interface LookAtArgs {
  file_path?: string
  image_data?: string  // base64 encoded image data (for clipboard images)
  goal: string
}
