SemanticTree: add pruning support and move logic to walk

This commit is contained in:
Adrià Arrufat
2026-03-09 13:02:03 +09:00
parent 330dfccb89
commit b8a3135835
3 changed files with 40 additions and 40 deletions

View File

@@ -134,6 +134,7 @@ const ToolStreamingText = struct {
.registry = self.registry.?,
.page = self.page,
.arena = self.arena.?,
.prune = true,
};
st.textStringify(w) catch |err| {