Skip to content

Commit 5920db2

Browse files
author
lmh
committed
feat: add image file id
1 parent cfb3ff3 commit 5920db2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

volcenginesdkarkruntime/types/responses/response_input_image_param.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ class ResponseInputImageParam(TypedDict, total=False):
3535
3636
A fully qualified URL or base64 encoded image in a data URL.
3737
"""
38+
39+
file_id: Optional[str]
40+
"""The ID of the file to be sent to the model."""
41+
3842
image_pixel_limit: Optional[ResponseInputImagePixelLimit]
3943
"""
4044
If the image size is not within this range, it will be proportionally scaled up or down to fit within the range.

0 commit comments

Comments
 (0)