address remaining review comments

Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
This commit is contained in:
ixlmar 2025-12-11 13:02:16 +00:00 committed by mpikulski
parent e42a8f7d64
commit e4233671a9

View File

@ -42,7 +42,7 @@ class ImageEmbedsData(TypedDict):
class ChatCompletionContentPartImageEmbedsParam(TypedDict, total=False):
"""Type definition for image embeddings passed in base64-encoded PyTorch tensor format."""
image_embeds: Required[
# NB: Besides "data", could support "url" and "ipc_handle" in the future.
# TODO: Besides "data", could support "url" and "ipc_handle" in the future.
ImageEmbedsData]
type: Required[Literal["image_embeds"]]