@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.cjs
CHANGED
|
@@ -4780,6 +4780,10 @@ function manualTraceEventsToComparableRun(events) {
|
|
|
4780
4780
|
meta = { ...meta ?? {}, agent_inspect_diff_parent_missing: true };
|
|
4781
4781
|
}
|
|
4782
4782
|
const outputPreview = extractOutputPreview(meta);
|
|
4783
|
+
if (meta !== void 0 && ("outputPreview" in meta || "resultPreview" in meta)) {
|
|
4784
|
+
delete meta.outputPreview;
|
|
4785
|
+
delete meta.resultPreview;
|
|
4786
|
+
}
|
|
4783
4787
|
const sc = {
|
|
4784
4788
|
id: acc.id,
|
|
4785
4789
|
name: acc.name,
|