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

Function toAutoClassifierInput

src/tools/TaskUpdateTool/TaskUpdateTool.ts:114–119  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

112 return true
113 },
114 toAutoClassifierInput(input) {
115 const parts = [input.taskId]
116 if (input.status) parts.push(input.status)
117 if (input.subject) parts.push(input.subject)
118 return parts.join(' ')
119 },
120 renderToolUseMessage() {
121 return null
122 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected