Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1rgs/claude-code-proxy
/ SystemContent
Class
SystemContent
server.py:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
183
class
SystemContent(BaseModel):
184
type: Literal[
"text"
]
185
text: str
186
187
188
class
Message(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected