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