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

Method prep

nodes.py:16–18  ·  view source on GitHub ↗
(self, shared)

Source from the content-addressed store, hash-verified

14
15class AnswerNode(Node):
16 def prep(self, shared):
17 # Read question from shared
18 return shared["question"]
19
20 def exec(self, question):
21 # Call LLM to get the answer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected