MCPcopy Create free account
hub / github.com/codeaashu/claude-code / formatDeferredToolLine

Function formatDeferredToolLine

src/tools/ToolSearchTool/prompt.ts:115–117  ·  view source on GitHub ↗
(tool: Tool)

Source from the content-addressed store, hash-verified

113 * hints A/B (exp_xenhnnmn0smrx4, stopped Mar 21) showed no benefit.
114 */
115export function formatDeferredToolLine(tool: Tool): string {
116 return tool.name
117}
118
119export function getPrompt(): string {
120 return PROMPT_HEAD + getToolLocationHint() + PROMPT_TAIL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected