From a055ddb569d636174736c7959d2bb1f79f2a8eb7 Mon Sep 17 00:00:00 2001 From: Yang Yang Date: Fri, 14 Mar 2025 13:17:16 -0700 Subject: [PATCH] rerun-precommit --- docs/_static/llama-stack-spec.html | 5 ----- docs/_static/llama-stack-spec.yaml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html index eb626fc44..ffe6e0991 100644 --- a/docs/_static/llama-stack-spec.html +++ b/docs/_static/llama-stack-spec.html @@ -3911,11 +3911,6 @@ "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." - }, - "data": { - "type": "string", - "contentEncoding": "base64", - "description": "base64 encoded image data as string" } }, "additionalProperties": false, diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index fa6920381..63553ffd7 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -2702,10 +2702,6 @@ components: 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 description: >- Image as a base64 encoded string or an URL