mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 09:49:46 +00:00
backend changes extracted from codex/jon/SKY-5016 (#2508)
This commit is contained in:
parent
4ad65b579c
commit
08bf2bc428
13 changed files with 122 additions and 9 deletions
|
@ -1181,6 +1181,7 @@ class AgentDB:
|
|||
totp_verification_url: str | None = None,
|
||||
totp_identifier: str | None = None,
|
||||
persist_browser_session: bool = False,
|
||||
model: dict[str, Any] | None = None,
|
||||
workflow_permanent_id: str | None = None,
|
||||
version: int | None = None,
|
||||
is_saved_task: bool = False,
|
||||
|
@ -1197,6 +1198,7 @@ class AgentDB:
|
|||
totp_verification_url=totp_verification_url,
|
||||
totp_identifier=totp_identifier,
|
||||
persist_browser_session=persist_browser_session,
|
||||
model=model,
|
||||
is_saved_task=is_saved_task,
|
||||
status=status,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue