current viewpoint screenshot and scrolling n screenshot (#2716)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
@@ -141,6 +141,7 @@ export type CreateTaskRequest = {
|
||||
totp_identifier?: string | null;
|
||||
application?: string | null;
|
||||
include_action_history_in_verification?: boolean | null;
|
||||
max_screenshot_scrolling_times?: number | null;
|
||||
};
|
||||
|
||||
export type User = {
|
||||
@@ -293,6 +294,7 @@ export type WorkflowRunStatusApiResponse = {
|
||||
total_cost: number | null;
|
||||
task_v2: TaskV2 | null;
|
||||
workflow_title: string | null;
|
||||
max_screenshot_scrolling_times: number | null;
|
||||
};
|
||||
|
||||
export type TaskGenerationApiResponse = {
|
||||
|
||||
Reference in New Issue
Block a user