@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.
package/dist/index.native.js
CHANGED
|
@@ -3350,8 +3350,8 @@ var useBaseOpenAI = ({
|
|
|
3350
3350
|
feedbackData = geminiResult == null ? void 0 : geminiResult.data;
|
|
3351
3351
|
}
|
|
3352
3352
|
const results = {
|
|
3353
|
+
...proficiencyData,
|
|
3353
3354
|
...feedbackData,
|
|
3354
|
-
// ...proficiencyData,
|
|
3355
3355
|
aiSuccess: true,
|
|
3356
3356
|
promptSuccess: (feedbackData == null ? void 0 : feedbackData.success) || false,
|
|
3357
3357
|
transcript
|