add computer, bash, text editor tools #9
Reference in New Issue
Block a user
Delete Branch "3-implement-computer-tool-for-mac-specifically-or-copy-from-open-source"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #7
closes #2
Looks good @leopengpong , good progress!
@@ -35,0 +98,4 @@pyautogui.doubleClick(x, y)return {"type": "text", "text": f"Double-clicked at coordinates ({x}, {y})"}elif action == "type":Looks like this format of json is returned throughout. Maybe add a helper function (where you just return
generate_response("...")(or similar) to avoid future error of how responses are formatted?Not a deal breaker for a prototype.