@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.
@@ -3406,7 +3406,7 @@ async function convertToOpenAIResponsesInput({
3406
3406
  continue;
3407
3407
  }
3408
3408
  processedApprovalIds.add(approvalResponse.approvalId);
3409
- if (store) {
3409
+ if (store && !hasConversation && !hasPreviousResponseId) {
3410
3410
  input.push({
3411
3411
  type: "item_reference",
3412
3412
  id: approvalResponse.approvalId