MCPcopy 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)
35class TextBlock:
36 text: str
37 type: str = "text"
38
39@dataclass(frozen=True)
40class ToolUseBlock:

Callers 2

user_textMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected