effect-io-ai

Package: @effect/ai-openai-compat
Module: OpenAiConfig

OpenAiConfig.OpenAiConfig.Service

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
  }

Source

Since v4.0.0