mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-25 21:11:11 +08:00
feat: update info
This commit is contained in:
parent
e7d39a5daf
commit
4ed0fb89c3
@ -110,4 +110,4 @@ class ScriptCreatorGraph(AbstractGraph):
|
|||||||
inputs = {"user_prompt": self.prompt, self.input_key: self.source}
|
inputs = {"user_prompt": self.prompt, self.input_key: self.source}
|
||||||
self.final_state, self.execution_info = self.graph.execute(inputs)
|
self.final_state, self.execution_info = self.graph.execute(inputs)
|
||||||
|
|
||||||
return self.final_state.get("answer", "No answer found.")
|
return self.final_state.get("answer", "No answer found ")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user