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

Class ContentBlock

tutorials/10_sse_streaming.py:529–535  ·  view source on GitHub ↗

消息中的内容块

Source from the content-addressed store, hash-verified

527
528@dataclass
529class ContentBlock:
530 """消息中的内容块"""
531 block_type: str # "text" or "tool_use"
532 text: str = ""
533 tool_id: str = ""
534 tool_name: str = ""
535 tool_input: str = ""
536
537
538@dataclass

Callers 1

build_assistant_messageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected