Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
42
class
TextBlock:
43
text: str
44
type: str =
"text"
45
46
@dataclass(frozen=True)
47
class
ToolUseBlock:
Callers
4
user_text
Method · 0.70
assistant_text
Method · 0.70
system_text
Method · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected