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

Function toAutoClassifierInput

src/tools/WebSearchTool/WebSearchTool.ts:206–208  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

204 return true
205 },
206 toAutoClassifierInput(input) {
207 return input.query
208 },
209 async checkPermissions(_input): Promise<PermissionResult> {
210 return {
211 behavior: 'passthrough',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected