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

Class ContentBlockText

server.py:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159# Models for Anthropic API requests
160class ContentBlockText(BaseModel):
161 type: Literal["text"]
162 text: str
163
164
165class ContentBlockImage(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected