From ceecd1c3e6e8e25cbafdce20f9b413c270767bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Thu, 17 Apr 2025 17:34:10 +0200 Subject: [PATCH] fix: resync api spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- docs/_static/llama-stack-spec.html | 2 +- docs/_static/llama-stack-spec.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html index a7a2fd0b2..4c5393947 100644 --- a/docs/_static/llama-stack-spec.html +++ b/docs/_static/llama-stack-spec.html @@ -5235,7 +5235,7 @@ "enable_session_persistence": { "type": "boolean", "default": false, - "description": "Whether to persist session data" + "description": "Optional flag indicating whether session data has to be persisted" }, "response_format": { "$ref": "#/components/schemas/ResponseFormat", diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index 0b6115c6f..a24f1a9db 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -3698,7 +3698,8 @@ components: enable_session_persistence: type: boolean default: false - description: Whether to persist session data + description: >- + Optional flag indicating whether session data has to be persisted response_format: $ref: '#/components/schemas/ResponseFormat' description: Optional response format configuration