From e8f856190be622adbf900b0fe96c7f3d47e93aab Mon Sep 17 00:00:00 2001 From: brandon Date: Mon, 9 Dec 2024 14:06:54 -0800 Subject: [PATCH] Update docstring --- src/groundlight/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groundlight/client.py b/src/groundlight/client.py index 14ab15af..198d40b7 100644 --- a/src/groundlight/client.py +++ b/src/groundlight/client.py @@ -743,7 +743,7 @@ def ask_confident( # noqa: PLR0913 # pylint: disable=too-many-arguments converted to JPEG at high quality before sending to service. :param confidence_threshold: The confidence threshold to wait for. If not set, use the detector's confidence threshold. - :param wait: How long to wait (in seconds) for a confident answer. + :param wait: How long to wait (in seconds) for a confident answer. Default is 30.0. :param metadata: A dictionary or JSON string of custom key/value metadata to associate with the image query (limited to 1KB). You can retrieve this metadata later by calling `get_image_query()`.