GatewayProviderSettings

Since

0.3.0-beta01

Properties

Link copied to clipboard
Link copied to clipboard
val authTokenProvider: suspend () -> GatewayAuthToken??
Link copied to clipboard
Link copied to clipboard

Host-supplied environment. When apiKey is null, AI_GATEWAY_API_KEY here is used — the KMP-idiomatic equivalent of upstream's process.env lookup (commonMain has no platform getenv; the host passes the map).

Link copied to clipboard
Link copied to clipboard
val nowMillis: () -> Long
Link copied to clipboard