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

Function toAutoClassifierInput

src/tools/TaskOutputTool/TaskOutputTool.tsx:169–171  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

167 return true;
168 },
169 toAutoClassifierInput(input) {
170 return input.task_id;
171 },
172 async prompt() {
173 return `DEPRECATED: Prefer using the Read tool on the task's output file path instead. Background tasks return their output file path in the tool result, and you receive a <task-notification> with the same path when the task completes — Read that file directly.
174

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected