MCPcopy Create free account
hub / github.com/freecodexyz/free-code / description

Function description

src/tools/AskUserQuestionTool/AskUserQuestionTool.tsx:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 maxResultSizeChars: 100_000,
113 shouldDefer: true,
114 async description() {
115 return DESCRIPTION;
116 },
117 async prompt() {
118 const format = getQuestionPreviewFormat();
119 if (format === undefined) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected