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

Method exec

nodes.py:20–22  ·  view source on GitHub ↗
(self, question)

Source from the content-addressed store, hash-verified

18 return shared["question"]
19
20 def exec(self, question):
21 # Call LLM to get the answer
22 return call_llm(question)
23
24 def post(self, shared, prep_res, exec_res):
25 # Store the answer in shared

Callers

nothing calls this directly

Calls 1

call_llmFunction · 0.90

Tested by

no test coverage detected