frontend support cdp for task and workflow (#3231)

This commit is contained in:
LawyZheng
2025-08-21 12:26:12 +08:00
committed by GitHub
parent c0a31fe0a6
commit 0de18f9a88
8 changed files with 99 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ function CreateNewTaskFormPage() {
includeActionHistoryInVerification: null,
maxScreenshotScrolls: null,
extraHttpHeaders: null,
cdpAddress: null,
}}
/>
</div>
@@ -137,6 +138,7 @@ function CreateNewTaskFormPage() {
extraHttpHeaders: data.extra_http_headers
? JSON.stringify(data.extra_http_headers)
: null,
cdpAddress: null,
}}
/>
</div>