MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / _clone

Method _clone

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

Source from the content-addressed store, hash-verified

44 """Return transformed payload or None to drop the message."""
45
46 def _clone(self, payload: Message) -> Message:
47 return payload.clone()
48
49 def _text(self, payload: Message) -> str:
50 return payload.text_content()

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected