Configuration utilities for LLM provider implementations.
Summary
Functions
Extracts and validates API key from provider config.
Returns the configured HTTP adapter for making LLM API calls.
Functions
Extracts and validates API key from provider config.
Returns {:ok, key} if valid, {:error, :missing_api_key} otherwise.
@spec http_adapter() :: module()
Returns the configured HTTP adapter for making LLM API calls.