From 1dfa46d30dfd7d579c681d6f84fcfa9ea14e9b07 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 12 Mar 2025 11:46:43 -0700 Subject: [PATCH] gen --- docs/_static/llama-stack-spec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index 7a367469d..d06bb5fa8 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -201,14 +201,14 @@ paths: parameters: - name: job_id in: path - description: >- - The ID of the benchmark to run the evaluation on. + description: The ID of the job to cancel. required: true schema: type: string - - name: job_id - in: path - description: The ID of the job to cancel. + - name: benchmark_id + in: query + description: >- + The ID of the benchmark to run the evaluation on. required: true schema: type: string