Package: @effect/ai-openrouter
Module: OpenRouterConfig
Configuration values read by OpenRouter provider operations when resolving the generated HTTP client.
Signature
export interface Service {
readonly transformClient?: ((client: HttpClient) => HttpClient) | undefined
}
Since v4.0.0