Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ TextBlock
Class
TextBlock
tutorials/05_agentic_loop_complete.py:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
# --- 消息模型 (Tutorial 02) ---
34
@dataclass(frozen=True)
35
class
TextBlock:
36
text: str
37
type: str =
"text"
38
39
@dataclass(frozen=True)
40
class
ToolUseBlock:
Callers
2
user_text
Method · 0.70
_build_assistant_message
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected