mirror of
https://github.com/trycua/lume.git
synced 2026-01-06 04:20:03 -06:00
Renamed action from mouse_move to mouse
This commit is contained in:
@@ -326,13 +326,13 @@ def _convert_responses_items_to_completion_messages(messages: Messages) -> List[
|
||||
"text": "+".join(action.get("keys", []))
|
||||
}
|
||||
})
|
||||
elif action_type == "mouse_move":
|
||||
elif action_type in ["mouse_move", "move"]:
|
||||
# Input:
|
||||
# {
|
||||
# "type": "computer_call",
|
||||
# "call_id": "call_1",
|
||||
# "action": {
|
||||
# "type": "mouse_move",
|
||||
# "type": "move",
|
||||
# "x": 150,
|
||||
# "y": 250
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user