Unverified Commit aa3f105c authored by Gerard Finol's avatar Gerard Finol Committed by GitHub
Browse files

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


Signed-off-by: default avatarGerard Finol <gerard.finol@urv.cat>
parent ef7eefe1
......@@ -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
"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment