MCPcopy Create free account
hub / github.com/Louisym/MiniCC / TextBlock

Class TextBlock

tutorials/07_auto_compaction.py:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41@dataclass(frozen=True)
42class TextBlock:
43 text: str
44 type: str = "text"
45
46@dataclass(frozen=True)
47class ToolUseBlock:

Callers 4

user_textMethod · 0.70
assistant_textMethod · 0.70
system_textMethod · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected