MCPcopy
hub / github.com/OpenBMB/ChatDev / _text

Method _text

runtime/edge/processors/base.py:49–50  ·  view source on GitHub ↗
(self, payload: Message)

Source from the content-addressed store, hash-verified

47 return payload.clone()
48
49 def _text(self, payload: Message) -> str:
50 return payload.text_content()

Callers 1

transformMethod · 0.80

Calls 1

text_contentMethod · 0.80

Tested by

no test coverage detected