mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 11:08:20 +00:00
disable temp workaround regarding dataOrUrl encoding bug
This commit is contained in:
parent
a1dbb844fa
commit
64741667a4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class _URLOrData(BaseModel):
|
||||||
|
|
||||||
url: Optional[URL] = None
|
url: Optional[URL] = None
|
||||||
# data is a base64 encoded string, hint with contentEncoding=base64
|
# data is a base64 encoded string, hint with contentEncoding=base64
|
||||||
#######data: Optional[str] = Field(contentEncoding="base64", default=None)
|
data: Optional[str] = Field(contentEncoding="base64", default=None)
|
||||||
|
|
||||||
@model_validator(mode="before")
|
@model_validator(mode="before")
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue