-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
🚀 Describe the new functionality needed
now that /v1/providers
is a top level API offering inspection and listing: #1429
we should deprecate /v1/inspect/providers
which is the same as v1/providers/
.
This should entail:
- removing the webmethod in api/inspect.py
- removing documentation in llama-stack-spec.yaml and llama-stack-spec.html
- removing associated methods in distribution/inspect.py
- amending unit tests.
💡 Why is this needed? What if we don't build it?
Leaving both methods is duplicative and /v1/providers
is more RESTful
Other thoughts
This should be done in roughly 2 weeks such that this change is not lost over time
leseb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request