Skip to content
Effect Days 2026 Get your ticket

OpenAiConfig

3 exports Added in v1.0.0 Source

Configuration

Signature

declare const withClientTransform: {
(transform: (client: HttpClient) => HttpClient): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, R>;
<A, E, R>(self: Effect<A, E, R>, transform: (client: HttpClient) => HttpClient): Effect<A, E, R>;
}

Context

OpenAiConfig

Added in v1.0.0 Source

Signature

declare class OpenAiConfig extends any {
constructor();
static readonly getOrUndefined: Effect<any>;
}

Other

OpenAiConfig

Added in v1.0.0 Source