Commit df04515b by Archer Committed by GitHub

fix: share page (#6553)

parent 4b4f856e
...@@ -99,7 +99,9 @@ async function handler( ...@@ -99,7 +99,9 @@ async function handler(
}); });
if (showRunningStatus === false) { if (showRunningStatus === false) {
item.value = item.value.filter((v) => v.tools); item.value = item.value.filter(
(v) => v.text?.content || v.reasoning?.content || v.interactive || v.plan || !v.tools
);
} }
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment