Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ inputSchema
Function
inputSchema
src/tools/AgentTool/AgentTool.tsx:233–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
return
'Launch a new agent'
;
232
},
233
get inputSchema(): InputSchema {
234
return inputSchema();
235
},
236
get outputSchema(): OutputSchema {
237
return outputSchema();
238
},
Callers
1
renderGroupedAgentToolUse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected