From a1e9cff37c53589997ff3091232e02ab9c8c315a Mon Sep 17 00:00:00 2001 From: Ben Browning Date: Wed, 9 Apr 2025 10:08:10 -0400 Subject: [PATCH] Update spec with latest changes as well Signed-off-by: Ben Browning --- docs/_static/llama-stack-spec.html | 15 +++++++++++++++ docs/_static/llama-stack-spec.yaml | 8 ++++++++ 2 files changed, 23 insertions(+) diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html index 34f060386..a74932147 100644 --- a/docs/_static/llama-stack-spec.html +++ b/docs/_static/llama-stack-spec.html @@ -9410,6 +9410,21 @@ "items": { "type": "string" } + }, + { + "type": "array", + "items": { + "type": "integer" + } + }, + { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "integer" + } + } } ], "description": "The prompt to generate a completion for" diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index 85a287643..b475dc142 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -6482,6 +6482,14 @@ components: - type: array items: type: string + - type: array + items: + type: integer + - type: array + items: + type: array + items: + type: integer description: The prompt to generate a completion for best_of: type: integer