mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 21:20:19 +00:00
Add failure_category to tasks and workflow runs (SKY-8469) (#5254)
This commit is contained in:
parent
e7b2f09d00
commit
9d9ae67fe4
20 changed files with 651 additions and 24 deletions
|
|
@ -35,6 +35,7 @@ class MaxStepsReasonResponse(BaseModel):
|
|||
page_info: str
|
||||
reasoning: str
|
||||
errors: list[UserDefinedError] = []
|
||||
failure_categories: list[dict] = []
|
||||
|
||||
|
||||
def load_prompt_with_elements(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue