@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.
@@ -2137,6 +2137,7 @@ async function convertToOpenAIResponsesInput({
2137
2137
  });
2138
2138
  break;
2139
2139
  }
2140
+ // assistant tool result parts are from provider-executed tools:
2140
2141
  case "tool-result": {
2141
2142
  if (store) {
2142
2143
  input.push({ type: "item_reference", id: part.toolCallId });