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

Method post

nodes.py:404–407  ·  view source on GitHub ↗
(self, shared, prep_res, exec_res)

Source from the content-addressed store, hash-verified

402 }
403
404 def post(self, shared, prep_res, exec_res):
405 # Structure is now {"summary": str, "details": [{"from": int, "to": int, "label": str}]}
406 # Summary and label might be translated
407 shared["relationships"] = exec_res
408
409
410class OrderChapters(Node):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected