MCPcopy Create free account
hub / github.com/The-Pocket/PocketFlow-Tutorial-Video-Generator / post

Method post

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

Source from the content-addressed store, hash-verified

22 return call_llm(question)
23
24 def post(self, shared, prep_res, exec_res):
25 # Store the answer in shared
26 shared["answer"] = exec_res

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected