changed comment

This commit is contained in:
Dillon DuPont
2025-08-05 11:25:29 -04:00
parent 5e7b1e46b0
commit dc0e479170

View File

@@ -157,7 +157,7 @@ class OpenAIComputerUseConfig:
Returns:
Tuple of (x, y) coordinates or None if prediction fails
"""
# TODO: implement this correctly
# TODO: use computer tool to get dimensions + environment
# Scale image to half size
try:
image_data = base64.b64decode(image_b64)