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