backend changes extracted from codex/jon/SKY-5016 (#2508)

This commit is contained in:
Shuchang Zheng
2025-05-29 06:15:04 -07:00
committed by GitHub
parent 4ad65b579c
commit 08bf2bc428
13 changed files with 122 additions and 9 deletions

View File

@@ -36,6 +36,8 @@ proxy_location: RESIDENTIAL
webhook_callback_url: https://example.com/webhook
totp_verification_url: https://example.com/totp
persist_browser_session: false
model:
model: gpt-3.5-turbo
workflow_definition:
parameters:
- key: website_url
@@ -119,6 +121,7 @@ workflow_definition = {
"webhook_callback_url": "https://example.com/webhook",
"totp_verification_url": "https://example.com/totp",
"totp_identifier": "4155555555",
"model": {"model": "gpt-3.5-turbo"},
"workflow_definition": {
"parameters": [
{
@@ -201,6 +204,7 @@ proxy_location: RESIDENTIAL
webhook_callback_url: https://example.com/webhook
totp_verification_url: https://example.com/totp
persist_browser_session: false
model: {model: gpt-3.5-turbo}
workflow_definition:
parameters:
- key: website_url
@@ -283,6 +287,7 @@ updated_workflow_definition = {
"webhook_callback_url": "https://example.com/webhook",
"totp_verification_url": "https://example.com/totp",
"totp_identifier": "4155555555",
"model": {"model": "gpt-3.5-turbo"},
"workflow_definition": {
"parameters": [
{