@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 +9 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +1 -0
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +1 -0
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.mjs
CHANGED
|
@@ -2088,6 +2088,7 @@ async function convertToOpenAIResponsesInput({
|
|
|
2088
2088
|
});
|
|
2089
2089
|
break;
|
|
2090
2090
|
}
|
|
2091
|
+
// assistant tool result parts are from provider-executed tools:
|
|
2091
2092
|
case "tool-result": {
|
|
2092
2093
|
if (store) {
|
|
2093
2094
|
input.push({ type: "item_reference", id: part.toolCallId });
|