Skip to content

Commit

Permalink
feat: update info
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed May 8, 2024
1 parent e7d39a5 commit 4ed0fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapegraphai/graphs/script_creator_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def run(self) -> str:
inputs = {"user_prompt": self.prompt, self.input_key: self.source}
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 ")

0 comments on commit 4ed0fb8

Please sign in to comment.