supportsCodeGeneration property

bool get supportsCodeGeneration

Check if this model supports code generation

Implementation

bool get supportsCodeGeneration {
  // Phind is specialized for coding tasks
  return true;
}