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

Method get_final_output

workflow/graph.py:736–738  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

734 self.outputs.update(all_outputs)
735
736 def get_final_output(self) -> str:
737 final_message = self.get_final_output_message()
738 return final_message.text_content() if final_message else ""
739
740 def get_final_output_message(self) -> Message | None:
741 if self.graph.is_majority_voting:

Callers 2

_run_single_taskMethod · 0.95
runMethod · 0.95

Calls 2

text_contentMethod · 0.80

Tested by

no test coverage detected