apiKeyHint property

String get apiKeyHint

API key hint text for the settings UI.

Implementation

String get apiKeyHint => switch (this) {
  claude => 'sk-ant-...',
  openai => '',
  gemini => '', // OAuth, no manual entry
};