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

Class ContentBlockToolResult

server.py:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177class ContentBlockToolResult(BaseModel):
178 type: Literal["tool_result"]
179 tool_use_id: str
180 content: Union[str, List[Dict[str, Any]], Dict[str, Any], List[Any], Any]
181
182
183class SystemContent(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected