Skip to content

Commit

Permalink
get rid of observer_cruise in observer_service code (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng authored Jan 27, 2025
1 parent 4b2ea40 commit 6215085
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 78 deletions.
5 changes: 5 additions & 0 deletions skyvern/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,3 +571,8 @@ def __init__(self, element_id: str):
class UrlGenerationFailure(SkyvernHTTPException):
def __init__(self) -> None:
super().__init__("Failed to generate the url for the prompt")


class ObserverCruiseNotFound(SkyvernHTTPException):
def __init__(self, observer_cruise_id: str) -> None:
super().__init__(f"Observer task {observer_cruise_id} not found")
Loading

0 comments on commit 6215085

Please sign in to comment.