Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1rgs/claude-code-proxy
/ ContentBlockImage
Class
ContentBlockImage
server.py:165–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
164
165
class
ContentBlockImage(BaseModel):
166
type: Literal[
"image"
]
167
source: Dict[str, Any]
168
169
170
class
ContentBlockToolUse(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected