diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html index 6b98cad90..aeb350ce0 100644 --- a/docs/_static/llama-stack-spec.html +++ b/docs/_static/llama-stack-spec.html @@ -5303,9 +5303,6 @@ }, "tool_config": { "$ref": "#/components/schemas/ToolConfig" - }, - "allow_turn_resume": { - "type": "boolean" } }, "additionalProperties": false, diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index 13f7edc4b..f3410aa7d 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -3635,8 +3635,6 @@ components: $ref: '#/components/schemas/AgentTool' tool_config: $ref: '#/components/schemas/ToolConfig' - allow_turn_resume: - type: boolean additionalProperties: false required: - messages