Skip to content

Commit 104e62b

Browse files
docs(source_utils): improve docstring for InputSource type
- Clarified the description of the `InputSource` type to specify that it includes both images and files for `askui.VisionAgent.get()` and images for `askui.VisionAgent.locate()`.
1 parent a7ed088 commit 104e62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/askui/utils/source_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
InputSource = Union[str, Path, PILImage.Image]
1717
"""
18-
Type of the input images for `askui.VisionAgent.get()`, `askui.VisionAgent.locate()`,
19-
etc.
18+
Type of the input images and files for `askui.VisionAgent.get()` and images for
19+
`askui.VisionAgent.locate()`, etc.
2020
2121
Accepts:
2222
- `PIL.Image.Image`

0 commit comments

Comments
 (0)