Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ prompt
Function
prompt
src/tools/ConfigTool/ConfigTool.ts:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
return
DESCRIPTION
73
},
74
async
prompt() {
75
return
generatePrompt()
76
},
77
get inputSchema(): InputSchema {
78
return
inputSchema()
79
},
Callers
nothing calls this directly
Calls
1
generatePrompt
Function · 0.85
Tested by
no test coverage detected