@ai-sdk/openai 3.0.94 → 3.0.95

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.
@@ -3364,7 +3364,7 @@ async function convertToOpenAIResponsesInput({
3364
3364
  continue;
3365
3365
  }
3366
3366
  processedApprovalIds.add(approvalResponse.approvalId);
3367
- if (store) {
3367
+ if (store && !hasConversation && !hasPreviousResponseId) {
3368
3368
  input.push({
3369
3369
  type: "item_reference",
3370
3370
  id: approvalResponse.approvalId