@effect/ai-openai
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -58,2 +58,3 @@ /** | ||
readonly projectId?: Redacted.Redacted | undefined; | ||
readonly transformClient?: (client: HttpClient.HttpClient) => HttpClient.HttpClient; | ||
}) => Layer.Layer<OpenAiClient, never, HttpClient.HttpClient>; | ||
@@ -68,2 +69,3 @@ /** | ||
readonly projectId?: Redacted.Redacted | undefined; | ||
readonly transformClient?: (client: HttpClient.HttpClient) => HttpClient.HttpClient; | ||
}>) => Layer.Layer<OpenAiClient, ConfigError, HttpClient.HttpClient>; | ||
@@ -70,0 +72,0 @@ /** |
{ | ||
"name": "@effect/ai-openai", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "Effect modules for working with AI apis", | ||
@@ -16,5 +16,5 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@effect/ai": "^0.2.23", | ||
"@effect/experimental": "^0.32.7", | ||
"@effect/platform": "^0.69.23", | ||
"@effect/ai": "^0.2.24", | ||
"@effect/experimental": "^0.32.8", | ||
"@effect/platform": "^0.69.24", | ||
"effect": "^3.10.15" | ||
@@ -21,0 +21,0 @@ }, |
@@ -159,2 +159,3 @@ /** | ||
readonly projectId?: Redacted.Redacted | undefined | ||
readonly transformClient?: (client: HttpClient.HttpClient) => HttpClient.HttpClient | ||
}): Layer.Layer<OpenAiClient, never, HttpClient.HttpClient> => Layer.effect(OpenAiClient, make(options)) | ||
@@ -171,2 +172,3 @@ | ||
readonly projectId?: Redacted.Redacted | undefined | ||
readonly transformClient?: (client: HttpClient.HttpClient) => HttpClient.HttpClient | ||
}> | ||
@@ -173,0 +175,0 @@ ): Layer.Layer<OpenAiClient, ConfigError, HttpClient.HttpClient> => |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1170345
18904