@zenning/openai 3.0.7 → 3.0.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @ai-sdk/openai
2
2
 
3
+ ## 3.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 35e1a30: Add support for OpenAI Responses API compaction feature via provider options for context window management
8
+ - 10b232c: Fix openai file_search tool to accept optional query param
9
+ - Updated dependencies [35e1a30]
10
+ - @zenning/provider@3.0.5
11
+ - @zenning/provider-utils@4.0.7
12
+
3
13
  ## 3.0.7
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenning/openai",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -27,8 +27,8 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@zenning/provider": "3.0.4",
31
- "@zenning/provider-utils": "4.0.6"
30
+ "@zenning/provider-utils": "4.0.7",
31
+ "@zenning/provider": "3.0.5"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "20.17.24",