MCPcopy Create free account
hub / github.com/bcefghj/miniClaudeCode / Message

Class Message

miniclaudecode/context.py:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25@dataclass
26class Message:
27 role: str # "user", "assistant", "system"
28 content: Any # str or list of content blocks
29
30
31@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected