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

Method append_input

entity/configs/node/node.py:232–233  ·  view source on GitHub ↗
(self, message: Message)

Source from the content-addressed store, hash-verified

230 return node
231
232 def append_input(self, message: Message) -> None:
233 self.input.append(message)
234
235 def append_output(self, payload: NodePayload) -> None:
236 self.output.append(payload)

Callers 4

runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected