feat: update info

This commit is contained in:
VinciGit00 2024-05-08 21:25:03 +02:00
parent e7d39a5daf
commit 4ed0fb89c3

View File

@ -110,4 +110,4 @@ class ScriptCreatorGraph(AbstractGraph):
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 ")