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

Method post

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

Source from the content-addressed store, hash-verified

8 return user_question
9
10 def post(self, shared, prep_res, exec_res):
11 # Store the user's question
12 shared["question"] = exec_res
13 return "default" # Go to the next node
14
15class AnswerNode(Node):
16 def prep(self, shared):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected