Package: @effect/ai-openai-compat
Module: OpenAiConfig
Configuration consumed by OpenAI-compatible clients when they build or resolve the underlying HTTP client.
Signature
export interface Service {
readonly transformClient?: ((client: HttpClient) => HttpClient) | undefined
}
Since v4.0.0