@robota-sdk/agent-provider-openai 3.0.0-beta.62 → 3.0.0-beta.63
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 +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@robota-sdk/agent-provider-openai",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.63",
|
|
4
4
|
"description": "OpenAI integration for Robota SDK using the Responses API, structured outputs, streaming, and tool calling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/node/index.js",
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"license": "MIT",
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"openai": "^4.98.0",
|
|
80
|
-
"@robota-sdk/agent-provider-openai-compatible": "3.0.0-beta.
|
|
80
|
+
"@robota-sdk/agent-provider-openai-compatible": "3.0.0-beta.63"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@robota-sdk/agent-core": "3.0.0-beta.
|
|
83
|
+
"@robota-sdk/agent-core": "3.0.0-beta.63"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@typescript-eslint/eslint-plugin": "^6.18.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"tsup": "^8.0.1",
|
|
91
91
|
"typescript": "^5.3.3",
|
|
92
92
|
"vitest": "^1.1.0",
|
|
93
|
-
"@robota-sdk/agent-core": "3.0.0-beta.
|
|
93
|
+
"@robota-sdk/agent-core": "3.0.0-beta.63"
|
|
94
94
|
},
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"access": "public"
|