@aigne/openai 0.15.0 → 0.15.2
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.15.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.15.1...openai-v0.15.2) (2025-09-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/core bumped to 1.60.1
|
|
11
|
+
* devDependencies
|
|
12
|
+
* @aigne/test-utils bumped to 0.5.50
|
|
13
|
+
|
|
14
|
+
## [0.15.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.15.0...openai-v0.15.1) (2025-09-10)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* The following workspace dependencies were updated
|
|
20
|
+
* dependencies
|
|
21
|
+
* @aigne/core bumped to 1.60.0
|
|
22
|
+
* devDependencies
|
|
23
|
+
* @aigne/test-utils bumped to 0.5.49
|
|
24
|
+
|
|
3
25
|
## [0.15.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.14.3...openai-v0.15.0) (2025-09-09)
|
|
4
26
|
|
|
5
27
|
|
|
@@ -63,9 +63,9 @@ export declare const openAIChatModelOptionsSchema: z.ZodObject<{
|
|
|
63
63
|
parallelToolCalls?: boolean | undefined;
|
|
64
64
|
}>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
+
model?: string | undefined;
|
|
66
67
|
apiKey?: string | undefined;
|
|
67
68
|
baseURL?: string | undefined;
|
|
68
|
-
model?: string | undefined;
|
|
69
69
|
modelOptions?: {
|
|
70
70
|
parallelToolCalls: boolean;
|
|
71
71
|
model?: string | undefined;
|
|
@@ -75,9 +75,9 @@ export declare const openAIChatModelOptionsSchema: z.ZodObject<{
|
|
|
75
75
|
presencePenalty?: number | undefined;
|
|
76
76
|
} | undefined;
|
|
77
77
|
}, {
|
|
78
|
+
model?: string | undefined;
|
|
78
79
|
apiKey?: string | undefined;
|
|
79
80
|
baseURL?: string | undefined;
|
|
80
|
-
model?: string | undefined;
|
|
81
81
|
modelOptions?: {
|
|
82
82
|
model?: string | undefined;
|
|
83
83
|
temperature?: number | undefined;
|
|
@@ -63,9 +63,9 @@ export declare const openAIChatModelOptionsSchema: z.ZodObject<{
|
|
|
63
63
|
parallelToolCalls?: boolean | undefined;
|
|
64
64
|
}>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
+
model?: string | undefined;
|
|
66
67
|
apiKey?: string | undefined;
|
|
67
68
|
baseURL?: string | undefined;
|
|
68
|
-
model?: string | undefined;
|
|
69
69
|
modelOptions?: {
|
|
70
70
|
parallelToolCalls: boolean;
|
|
71
71
|
model?: string | undefined;
|
|
@@ -75,9 +75,9 @@ export declare const openAIChatModelOptionsSchema: z.ZodObject<{
|
|
|
75
75
|
presencePenalty?: number | undefined;
|
|
76
76
|
} | undefined;
|
|
77
77
|
}, {
|
|
78
|
+
model?: string | undefined;
|
|
78
79
|
apiKey?: string | undefined;
|
|
79
80
|
baseURL?: string | undefined;
|
|
80
|
-
model?: string | undefined;
|
|
81
81
|
modelOptions?: {
|
|
82
82
|
model?: string | undefined;
|
|
83
83
|
temperature?: number | undefined;
|
|
@@ -63,9 +63,9 @@ export declare const openAIChatModelOptionsSchema: z.ZodObject<{
|
|
|
63
63
|
parallelToolCalls?: boolean | undefined;
|
|
64
64
|
}>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
+
model?: string | undefined;
|
|
66
67
|
apiKey?: string | undefined;
|
|
67
68
|
baseURL?: string | undefined;
|
|
68
|
-
model?: string | undefined;
|
|
69
69
|
modelOptions?: {
|
|
70
70
|
parallelToolCalls: boolean;
|
|
71
71
|
model?: string | undefined;
|
|
@@ -75,9 +75,9 @@ export declare const openAIChatModelOptionsSchema: z.ZodObject<{
|
|
|
75
75
|
presencePenalty?: number | undefined;
|
|
76
76
|
} | undefined;
|
|
77
77
|
}, {
|
|
78
|
+
model?: string | undefined;
|
|
78
79
|
apiKey?: string | undefined;
|
|
79
80
|
baseURL?: string | undefined;
|
|
80
|
-
model?: string | undefined;
|
|
81
81
|
modelOptions?: {
|
|
82
82
|
model?: string | undefined;
|
|
83
83
|
temperature?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/openai",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "AIGNE OpenAI SDK for integrating with OpenAI's GPT models and API services",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"openai": "^5.8.3",
|
|
40
40
|
"uuid": "^11.1.0",
|
|
41
41
|
"zod": "^3.25.67",
|
|
42
|
-
"@aigne/core": "^1.
|
|
42
|
+
"@aigne/core": "^1.60.1",
|
|
43
43
|
"@aigne/platform-helpers": "^0.6.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"npm-run-all": "^4.1.5",
|
|
49
49
|
"rimraf": "^6.0.1",
|
|
50
50
|
"typescript": "^5.8.3",
|
|
51
|
-
"@aigne/test-utils": "^0.5.
|
|
51
|
+
"@aigne/test-utils": "^0.5.50"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"lint": "tsc --noEmit",
|