Add 'path' option to ImagePrompt data_format (#25081)

Signed-off-by: Gerard Finol <gerard.finol@urv.cat>
This commit is contained in:
Gerard Finol
2025-09-18 11:02:14 +02:00
committed by GitHub
parent ef7eefe17a
commit aa3f105c59

View File

@ -22,7 +22,7 @@ class DataModuleConfig(TypedDict):
class ImagePrompt(BaseModel):
data_format: Literal["b64_json", "bytes", "url"]
data_format: Literal["b64_json", "bytes", "url", "path"]
"""
This is the data type for the input image
"""