MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / TextMessageBlock

Class TextMessageBlock

masfactory/core/multimodal.py:43–47  ·  view source on GitHub ↗

Provider-agnostic text message block.

Source from the content-addressed store, hash-verified

41
42@dataclass(frozen=True, slots=True)
43class TextMessageBlock:
44 """Provider-agnostic text message block."""
45
46 text: str
47 type: str = "text"
48
49
50@dataclass(frozen=True, slots=True)

Callers 7

_merge_media_messagesMethod · 0.90
_parse_responseMethod · 0.90
_parse_responseMethod · 0.90
content_blocksFunction · 0.90
_parse_responseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected