Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/su-kaka/gcli2api
/ ClaudeMessage
Class
ClaudeMessage
src/models.py:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
220
221
class
ClaudeMessage(BaseModel):
222
role: str
# "user" or "assistant"
223
content: Union[str, List[ClaudeContentBlock]]
224
225
226
class
ClaudeTool(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected