Raised when no API key can be resolved. ReqAnthropic checks, in order:
- The
:api_keyoption passed to the function. Application.get_env(:req_anthropic, :api_key).- The
ANTHROPIC_API_KEYenvironment variable.
Raised when no API key can be resolved. ReqAnthropic checks, in order:
:api_key option passed to the function.Application.get_env(:req_anthropic, :api_key).ANTHROPIC_API_KEY environment variable.