We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc39a0 commit 075e365Copy full SHA for 075e365
operate/actions.py
@@ -17,7 +17,7 @@
17
add_grid_to_image,
18
capture_mini_screenshot_with_cursor,
19
)
20
-from operate.utils.action import get_last_assistant_message
+from operate.utils.operate import get_last_assistant_message
21
from operate.prompts import (
22
format_vision_prompt,
23
format_accurate_mode_vision_prompt,
operate/dialog.py
@@ -16,7 +16,7 @@
16
ANSI_BRIGHT_MAGENTA,
style,
-from operate.utils.action import (
+from operate.utils.operate import (
keyboard_type,
search,
mouse_click,
operate/utils/action.py renamed to operate/utils/operate.py
0 commit comments