Package: @effect/ai-anthropic
Module: AnthropicConfig
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
}
Since v4.0.0