MCPcopy Create free account
hub / github.com/1rgs/claude-code-proxy / ContentBlockToolUse

Class ContentBlockToolUse

server.py:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170class ContentBlockToolUse(BaseModel):
171 type: Literal["tool_use"]
172 id: str
173 name: str
174 input: Dict[str, Any]
175
176
177class ContentBlockToolResult(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected