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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.