Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ outputSchema
Function
outputSchema
src/tools/AskUserQuestionTool/AskUserQuestionTool.tsx:129–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
return inputSchema();
128
},
129
get outputSchema(): OutputSchema {
130
return outputSchema();
131
},
132
userFacingName() {
133
return
''
;
134
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected