add browser session id to task settings (#2745)

This commit is contained in:
Shuchang Zheng
2025-06-18 08:33:10 -07:00
committed by GitHub
parent efd2607090
commit f183e4cec7
2 changed files with 18 additions and 0 deletions

View File

@@ -343,6 +343,7 @@ export type Createv2TaskRequest = {
user_prompt: string;
webhook_callback_url?: string | null;
proxy_location?: ProxyLocation | null;
browser_session_id?: string | null;
};
export type PasswordCredentialApiResponse = {