Skip to content

Commit cd568b0

Browse files
feat(obj-det): allow users to enhance prompts return_tags
1 parent f06373a commit cd568b0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

jigsawstack/vision.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ class ObjectDetectionParams(TypedDict):
127127
Whether to return masks for the detected objects
128128
"""
129129

130+
return_tags: NotRequired[bool]
131+
"""
132+
Whether to return tags detected in the image
133+
"""
134+
130135

131136
class ObjectDetectionResponse(BaseResponse):
132137
annotated_image: NotRequired[str]

0 commit comments

Comments
 (0)