mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-05 15:30:52 +00:00
Add Schedules API and update engine default (#5481)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Aaron Perez <aperez0295@gmail.com>
This commit is contained in:
parent
c749ab5058
commit
ae08f4c64d
5 changed files with 835 additions and 12 deletions
|
|
@ -97,7 +97,7 @@ const result = await skyvern.runTask({
|
|||
body: {
|
||||
prompt: string, // Required. Natural language instructions.
|
||||
url?: string, // Starting page URL.
|
||||
engine?: RunEngine, // "skyvern_v2" (default), "skyvern_v1", "openai_cua", "anthropic_cua", "ui_tars"
|
||||
engine?: RunEngine, // "skyvern_v1" (default), "skyvern_v2", "openai_cua", "anthropic_cua", "ui_tars"
|
||||
max_steps?: number, // Cap AI steps to limit cost.
|
||||
data_extraction_schema?: Record<string, unknown> | string, // JSON Schema for output.
|
||||
browser_session_id?: string, // Run in existing session.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue