mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 13:40:00 +00:00
chore: deprecate /v1/inspect/providers
with the new /v1/providers API, /v1/inspect/providers is duplicative, deprecate it by removing the route, and add a test for the full /v1/providers API Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
f369871083
commit
10dce7c269
6 changed files with 7 additions and 36 deletions
2
docs/_static/llama-stack-spec.html
vendored
2
docs/_static/llama-stack-spec.html
vendored
|
|
@ -2650,7 +2650,7 @@
|
|||
}
|
||||
},
|
||||
"tags": [
|
||||
"Inspect"
|
||||
"Providers"
|
||||
],
|
||||
"description": "",
|
||||
"parameters": []
|
||||
|
|
|
|||
2
docs/_static/llama-stack-spec.yaml
vendored
2
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -1814,7 +1814,7 @@ paths:
|
|||
default:
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
tags:
|
||||
- Inspect
|
||||
- Providers
|
||||
description: ''
|
||||
parameters: []
|
||||
/v1/inspect/routes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue