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

Function prompt

src/tools/FileWriteTool/FileWriteTool.ts:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 return summary ? `Writing ${summary}` : 'Writing file'
107 },
108 async prompt() {
109 return getWriteToolDescription()
110 },
111 renderToolUseMessage,
112 isResultTruncated,
113 get inputSchema(): InputSchema {

Callers

nothing calls this directly

Calls 1

getWriteToolDescriptionFunction · 0.85

Tested by

no test coverage detected