diff --git a/skyvern/webeye/actions/models.py b/skyvern/webeye/actions/models.py index 6c21d0684..338305d2b 100644 --- a/skyvern/webeye/actions/models.py +++ b/skyvern/webeye/actions/models.py @@ -71,6 +71,7 @@ def get_clean_detailed_output(self) -> DetailedAgentStepOutput: actions_and_results=None if self.actions_and_results is None else [(action, result) for action, result in self.actions_and_results if result], + step_exception=self.step_exception, ) def to_agent_step_output(self) -> AgentStepOutput: