supportsVision property

bool get supportsVision

Check if this model supports vision

Implementation

bool get supportsVision {
  // Phind doesn't support vision yet
  return false;
}