MCPcopy Create free account
hub / github.com/block/buzz / toolItems

Function toolItems

desktop/src/features/agents/ui/agentSessionTranscript.test.mjs:37–39  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

35}
36
37function toolItems(events) {
38 return buildTranscript(events).filter((item) => item.type === "tool");
39}
40
41function activityTitle(item) {
42 return formatToolTitle(item.buzzToolName ?? item.toolName, item.title);

Callers 1

Calls 1

buildTranscriptFunction · 0.90

Tested by

no test coverage detected