Skip to content

Commit

Permalink
update logging for task auto restart (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Aug 28, 2024
1 parent b5d743d commit 3dfef04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyvern/webeye/actions/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3dfef04

Please sign in to comment.