getAnthropicApiKey function

String? getAnthropicApiKey()

Get the Anthropic API key (convenience wrapper).

Implementation

String? getAnthropicApiKey() {
  return getAnthropicApiKeyWithSource().key;
}