mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
cloud ui docs + cookbooks (#4759)
Co-authored-by: Ritik Sahni <ritiksahni0203@gmail.com> Co-authored-by: Kunal Mishra <kunalm2345@gmail.com>
This commit is contained in:
parent
06fe51adfa
commit
bf8c7de8f9
52 changed files with 4211 additions and 471 deletions
|
|
@ -262,7 +262,7 @@ versions = await client.get_workflow_versions(
|
|||
|
||||
```python
|
||||
updated = await client.update_workflow(
|
||||
workflow_id: str, # The version ID (not permanent ID).
|
||||
workflow_id: str, # The permanent ID (wpid_...).
|
||||
json_definition: dict | None = None,
|
||||
yaml_definition: str | None = None,
|
||||
) -> Workflow
|
||||
|
|
@ -349,7 +349,7 @@ profile = await client.create_browser_profile(
|
|||
name: str,
|
||||
description: str | None = None,
|
||||
workflow_run_id: str | None = None, # Run must have used persist_browser_session=True.
|
||||
browser_session_id: str | None = None,
|
||||
browser_session_id: str | None = None, # One of workflow_run_id or browser_session_id is required.
|
||||
) -> BrowserProfile
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue