suchintan.vibe code user goal check (#2349)

Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
Shuchang Zheng
2025-05-15 08:18:24 -07:00
committed by GitHub
parent 847ddacebd
commit ed4280153f
30 changed files with 251 additions and 9 deletions

View File

@@ -225,6 +225,9 @@ class TaskRunRequest(BaseModel):
description="ID of an existing browser session to reuse, having it continue from the current screen state",
)
publish_workflow: bool = Field(default=False, description="Whether to publish this task as a reusable workflow. ")
include_action_history_in_verification: bool = Field(
default=False, description="Whether to include action history when verifying that the task is complete"
)
@field_validator("url", "webhook_url", "totp_url")
@classmethod