MCPcopy Create free account
hub / github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge / post

Method post

nodes.py:745–750  ·  view source on GitHub ↗
(self, shared, prep_res, exec_res_list)

Source from the content-addressed store, hash-verified

743 return chapter_content # Return the Markdown string (potentially translated)
744
745 def post(self, shared, prep_res, exec_res_list):
746 # exec_res_list contains the generated Markdown for each chapter, in order
747 shared["chapters"] = exec_res_list
748 # Clean up the temporary instance variable
749 del self.chapters_written_so_far
750 print(f"Finished writing {len(exec_res_list)} chapters.")
751
752
753class CombineTutorial(Node):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected