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

Function getPrompt

src/tools/ToolSearchTool/prompt.ts:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119export function getPrompt(): string {
120 return PROMPT_HEAD + getToolLocationHint() + PROMPT_TAIL
121}
122

Callers 2

descriptionFunction · 0.70
promptFunction · 0.70

Calls 1

getToolLocationHintFunction · 0.85

Tested by

no test coverage detected