Skip to content

Commit 9e316a5

Browse files
committed
include confidence_threshold in submit_image_query params
1 parent c29298a commit 9e316a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/groundlight/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,9 @@ def submit_image_query( # noqa: PLR0913 # pylint: disable=too-many-arguments, t
669669
if patience_time is not None:
670670
params["patience_time"] = patience_time
671671

672+
if confidence_threshold is not None:
673+
params["confidence_threshold"] = confidence_threshold
674+
672675
if human_review is not None:
673676
params["human_review"] = human_review
674677

0 commit comments

Comments
 (0)