mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
remove todo
This commit is contained in:
parent
2b9f185363
commit
ae346d9004
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ class _URLOrData(BaseModel):
|
|||
"""
|
||||
|
||||
url: Optional[URL] = None
|
||||
# data is a base64 encoded string
|
||||
# TODO: generate contentEncoding="base64" in OpenAPI schema
|
||||
# data is a base64 encoded string, hint with contentEncoding=base64
|
||||
data: Optional[str] = Field(contentEncoding="base64", default=None)
|
||||
|
||||
@model_validator(mode="before")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue