@effect/ai-openai 0.39.2 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/OpenAiTool.d.ts +1 -1
- package/package.json +4 -4
package/dist/dts/OpenAiTool.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare const FileSearch: <Mode extends Tool.FailureMode | undefined = un
|
|
|
78
78
|
nullable: true;
|
|
79
79
|
}>;
|
|
80
80
|
}>;
|
|
81
|
-
readonly parameters:
|
|
81
|
+
readonly parameters: Tool.EmptyParams;
|
|
82
82
|
readonly success: Schema.SchemaClass<{
|
|
83
83
|
readonly status: "failed" | "in_progress" | "completed" | "incomplete" | "searching";
|
|
84
84
|
readonly queries: readonly string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/ai-openai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.0",
|
|
4
4
|
"description": "Effect modules for working with AI apis",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"gpt-tokenizer": "^2.9.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@effect/
|
|
18
|
-
"@effect/ai": "^0.35.0",
|
|
17
|
+
"@effect/ai": "^0.36.0",
|
|
19
18
|
"@effect/experimental": "^0.60.0",
|
|
20
|
-
"effect": "^
|
|
19
|
+
"@effect/platform": "^0.96.1",
|
|
20
|
+
"effect": "^3.21.3"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"provenance": true
|