Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
aa3f105c
Unverified
Commit
aa3f105c
authored
Sep 18, 2025
by
Gerard Finol
Committed by
GitHub
Sep 18, 2025
Browse files
Add 'path' option to ImagePrompt data_format (#25081)
Signed-off-by:
Gerard Finol
<
gerard.finol@urv.cat
>
parent
ef7eefe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/plugins/prithvi_io_processor_plugin/prithvi_io_processor/types.py
...prithvi_io_processor_plugin/prithvi_io_processor/types.py
+1
-1
No files found.
tests/plugins/prithvi_io_processor_plugin/prithvi_io_processor/types.py
View file @
aa3f105c
...
...
@@ -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
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment