support more anthropic actions (#2257)

This commit is contained in:
Shuchang Zheng
2025-04-30 18:42:44 +08:00
committed by GitHub
parent f932d7d704
commit 1a33810f09
4 changed files with 369 additions and 130 deletions

View File

@@ -182,6 +182,8 @@ export const ActionTypes = {
Move: "move",
NullAction: "null_action",
VerificationCode: "verification_code",
Drag: "drag",
LeftMouse: "left_mouse",
} as const;
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
@@ -204,6 +206,8 @@ export const ReadableActionTypes: {
move: "Move",
null_action: "Screenshot",
verification_code: "Verification Code",
drag: "Drag",
left_mouse: "Left Mouse",
};
export type Option = {