Use persistent browser session in runnables (#1510)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
Co-authored-by: Shuchang Zheng <shu@skyvern.com>
This commit is contained in:
Maksim Ivanov
2025-01-09 22:04:53 +01:00
committed by GitHub
parent 5ed7e5ad8e
commit a4744ed9f5
12 changed files with 506 additions and 59 deletions

View File

@@ -155,6 +155,7 @@ class TaskRequest(TaskBase):
examples=["https://my-webhook.com"],
)
totp_verification_url: str | None = None
browser_session_id: str | None = None
@field_validator("url", "webhook_callback_url", "totp_verification_url")
@classmethod