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

@@ -147,6 +147,7 @@ export type CreateTaskRequest = {
application?: string | null;
include_action_history_in_verification?: boolean | null;
max_screenshot_scrolls?: number | null;
browser_address?: string | null;
};
export type User = {