| 168 | |
| 169 | |
| 170 | class ContentBlockToolUse(BaseModel): |
| 171 | type: Literal["tool_use"] |
| 172 | id: str |
| 173 | name: str |
| 174 | input: Dict[str, Any] |
| 175 | |
| 176 | |
| 177 | class ContentBlockToolResult(BaseModel): |
nothing calls this directly
no outgoing calls
no test coverage detected