diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html
index 3e3ca723f..cd514668f 100644
--- a/docs/_static/llama-stack-spec.html
+++ b/docs/_static/llama-stack-spec.html
@@ -4062,6 +4062,12 @@
"repetition_penalty": {
"type": "number",
"default": 1.0
+ },
+ "stop": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
},
"additionalProperties": false,
diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml
index 6261e9987..6c96c3805 100644
--- a/docs/_static/llama-stack-spec.yaml
+++ b/docs/_static/llama-stack-spec.yaml
@@ -2793,6 +2793,10 @@ components:
repetition_penalty:
type: number
default: 1.0
+ stop:
+ type: array
+ items:
+ type: string
additionalProperties: false
required:
- strategy