MCPcopy
hub / github.com/codeaashu/claude-code / getActivityDescription

Function getActivityDescription

src/tools/WebSearchTool/WebSearchTool.ts:164–167  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

162 },
163 getToolUseSummary,
164 getActivityDescription(input) {
165 const summary = getToolUseSummary(input)
166 return summary ? `Searching for ${summary}` : 'Searching the web'
167 },
168 isEnabled() {
169 const provider = getAPIProvider()
170 const model = getMainLoopModel()

Callers

nothing calls this directly

Calls 1

getToolUseSummaryFunction · 0.70

Tested by

no test coverage detected