@ai-sdk/openai 2.1.0-beta.0 → 2.1.0-beta.1

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,14 @@
1
1
  # @ai-sdk/openai
2
2
 
3
+ ## 2.1.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [953d0f2]
8
+ - Updated dependencies [cbb1d35]
9
+ - @ai-sdk/test-server@1.0.0-beta.0
10
+ - @ai-sdk/provider-utils@3.1.0-beta.1
11
+
3
12
  ## 2.1.0-beta.0
4
13
 
5
14
  ### Minor Changes
package/dist/index.js CHANGED
@@ -2067,6 +2067,7 @@ async function convertToOpenAIResponsesInput({
2067
2067
  });
2068
2068
  break;
2069
2069
  }
2070
+ // assistant tool result parts are from provider-executed tools:
2070
2071
  case "tool-result": {
2071
2072
  if (store) {
2072
2073
  input.push({ type: "item_reference", id: part.toolCallId });