@wix/evalforge-evaluator 0.39.0 → 0.40.0

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/build/index.js CHANGED
@@ -6960,7 +6960,7 @@ Stack: ${errorStack.split("\n").slice(0, 5).join("\n")}` : "")
6960
6960
  return {
6961
6961
  result: {
6962
6962
  outputText,
6963
- durationMs: sdkResult?.duration_ms || totalDurationMs,
6963
+ durationMs: totalDurationMs,
6964
6964
  usage: {
6965
6965
  inputTokens: usage.inputTokens,
6966
6966
  outputTokens: usage.outputTokens,