From 59c197f81389c0d4d54b92d855e138a98c389a13 Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Tue, 11 Mar 2025 20:04:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdef6d4..e6e8223 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ action_map = { """, 'phone': """ -1. `INPUT`: Type a string into an element, value is not applicable and the position [x,y] is required. +1. `INPUT`: Type a string into an element, value is a string to type and the position [x,y] is required. 2. `SWIPE`: Swipe the screen, value is not applicable and the position [[x1,y1], [x2,y2]] is the start and end position of the swipe operation. 3. `TAP`: Tap on an element, value is not applicable and the position [x,y] is required. 4. `ANSWER`: Answer the question, value is the status (e.g., 'task complete') and the position is not applicable.