mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
fix: openapi for eval-task (#1085)
# What does this PR do? - as title ## Test Plan - the deprecated endpoint need to obey what it was before [//]: # (## Documentation)
This commit is contained in:
parent
2a8e199e10
commit
da53dc3f5f
3 changed files with 5 additions and 5 deletions
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
@ -35,7 +35,7 @@ paths:
|
|||
$ref: '#/components/schemas/DeprecatedEvaluateRowsRequest'
|
||||
required: true
|
||||
deprecated: true
|
||||
/v1/eval-tasks/{task_id}:
|
||||
/v1/eval-tasks/{eval_task_id}:
|
||||
get:
|
||||
responses:
|
||||
'200':
|
||||
|
@ -51,7 +51,7 @@ paths:
|
|||
description: ''
|
||||
parameters:
|
||||
- name: eval_task_id
|
||||
in: query
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue