@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/internal/index.mjs
CHANGED
|
@@ -2156,6 +2156,7 @@ async function convertToOpenAIResponsesInput({
|
|
|
2156
2156
|
});
|
|
2157
2157
|
break;
|
|
2158
2158
|
}
|
|
2159
|
+
// assistant tool result parts are from provider-executed tools:
|
|
2159
2160
|
case "tool-result": {
|
|
2160
2161
|
if (store) {
|
|
2161
2162
|
input.push({ type: "item_reference", id: part.toolCallId });
|