mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
lint formatting
This commit is contained in:
@@ -30,7 +30,7 @@ class AsyncComputerHandler(Protocol):
|
||||
|
||||
async def screenshot(self, text: Optional[str] = None) -> str:
|
||||
"""Take a screenshot and return as base64 string.
|
||||
|
||||
|
||||
Args:
|
||||
text: Optional descriptive text (for compatibility with GPT-4o models, ignored)
|
||||
"""
|
||||
|
||||
@@ -38,7 +38,7 @@ class cuaComputerHandler(AsyncComputerHandler):
|
||||
|
||||
async def screenshot(self, text: Optional[str] = None) -> str:
|
||||
"""Take a screenshot and return as base64 string.
|
||||
|
||||
|
||||
Args:
|
||||
text: Optional descriptive text (for compatibility with GPT-4o models, ignored)
|
||||
"""
|
||||
|
||||
@@ -124,7 +124,7 @@ class CustomComputerHandler(AsyncComputerHandler):
|
||||
|
||||
async def screenshot(self, text: Optional[str] = None) -> str:
|
||||
"""Take a screenshot and return as base64 string.
|
||||
|
||||
|
||||
Args:
|
||||
text: Optional descriptive text (for compatibility with GPT-4o models, ignored)
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user