@agent-inspect/viewer 6.7.2 → 6.7.3
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.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -4773,6 +4773,10 @@ function manualTraceEventsToComparableRun(events) {
|
|
|
4773
4773
|
meta = { ...meta ?? {}, agent_inspect_diff_parent_missing: true };
|
|
4774
4774
|
}
|
|
4775
4775
|
const outputPreview = extractOutputPreview(meta);
|
|
4776
|
+
if (meta !== void 0 && ("outputPreview" in meta || "resultPreview" in meta)) {
|
|
4777
|
+
delete meta.outputPreview;
|
|
4778
|
+
delete meta.resultPreview;
|
|
4779
|
+
}
|
|
4776
4780
|
const sc = {
|
|
4777
4781
|
id: acc.id,
|
|
4778
4782
|
name: acc.name,
|