effect-io-ai

Package: @effect/ai-anthropic
Module: AnthropicConfig

AnthropicConfig.AnthropicConfig.Service

Configuration provided through AnthropicConfig.

Details

Use transformClient to wrap or replace the HttpClient used by generated Anthropic API requests.

Signature

export interface Service {
    readonly transformClient?: ((client: HttpClient) => HttpClient) | undefined
  }

Source

Since v4.0.0