We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d39a5 commit 4ed0fb8Copy full SHA for 4ed0fb8
scrapegraphai/graphs/script_creator_graph.py
@@ -110,4 +110,4 @@ def run(self) -> str:
110
inputs = {"user_prompt": self.prompt, self.input_key: self.source}
111
self.final_state, self.execution_info = self.graph.execute(inputs)
112
113
- return self.final_state.get("answer", "No answer found.")
+ return self.final_state.get("answer", "No answer found ")
0 commit comments