apiKeyHint property
API key hint text for the settings UI.
Implementation
String get apiKeyHint => switch (this) {
claude => 'sk-ant-...',
openai => '',
gemini => '', // OAuth, no manual entry
};
API key hint text for the settings UI.
String get apiKeyHint => switch (this) {
claude => 'sk-ant-...',
openai => '',
gemini => '', // OAuth, no manual entry
};