docs: share page task tool

This commit is contained in:
Jay V
2025-07-15 17:12:09 -04:00
parent 73b46c2bf9
commit 749e7838a4
6 changed files with 86 additions and 39 deletions

View File

@@ -340,6 +340,7 @@ export default function Share(props: {
const filteredParts = createMemo(() =>
msg.parts.filter((x, index) => {
if (x.type === "step-start" && index > 0) return false
if (x.type === "snapshot") return false
if (x.type === "step-finish") return false
if (x.type === "text" && x.synthetic === true) return false
if (x.type === "tool" && x.tool === "todoread") return false