@speakableio/core 1.0.14 → 1.0.15

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.
@@ -3244,8 +3244,8 @@ var useBaseOpenAI = ({
3244
3244
  feedbackData = geminiResult == null ? void 0 : geminiResult.data;
3245
3245
  }
3246
3246
  const results = {
3247
+ ...proficiencyData,
3247
3248
  ...feedbackData,
3248
- // ...proficiencyData,
3249
3249
  aiSuccess: true,
3250
3250
  promptSuccess: (feedbackData == null ? void 0 : feedbackData.success) || false,
3251
3251
  transcript