mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
pre-commit run again
This commit is contained in:
parent
7f80b1bbf2
commit
ec5dff28bd
2 changed files with 0 additions and 9 deletions
5
docs/_static/llama-stack-spec.html
vendored
5
docs/_static/llama-stack-spec.html
vendored
|
@ -3911,11 +3911,6 @@
|
||||||
"url": {
|
"url": {
|
||||||
"$ref": "#/components/schemas/URL",
|
"$ref": "#/components/schemas/URL",
|
||||||
"description": "A URL of the image or data URL in the format of data:image/{type};base64,{data}. Note that URL could have length limits."
|
"description": "A URL of the image or data URL in the format of data:image/{type};base64,{data}. Note that URL could have length limits."
|
||||||
},
|
|
||||||
"data": {
|
|
||||||
"type": "string",
|
|
||||||
"contentEncoding": "base64",
|
|
||||||
"description": "base64 encoded image data as string"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
@ -2702,10 +2702,6 @@ components:
|
||||||
description: >-
|
description: >-
|
||||||
A URL of the image or data URL in the format of data:image/{type};base64,{data}.
|
A URL of the image or data URL in the format of data:image/{type};base64,{data}.
|
||||||
Note that URL could have length limits.
|
Note that URL could have length limits.
|
||||||
data:
|
|
||||||
type: string
|
|
||||||
contentEncoding: base64
|
|
||||||
description: base64 encoded image data as string
|
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
description: >-
|
description: >-
|
||||||
Image as a base64 encoded string or an URL
|
Image as a base64 encoded string or an URL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue