mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 21:22:42 +00:00
address comments
This commit is contained in:
parent
95aef814af
commit
bd39b22717
7 changed files with 25 additions and 45 deletions
|
|
@ -50,11 +50,5 @@ class Datasets(Protocol):
|
|||
dataset_identifier: str,
|
||||
) -> Optional[DatasetDefWithProvider]: ...
|
||||
|
||||
@webmethod(route="/datasets/delete")
|
||||
async def delete_dataset(
|
||||
self,
|
||||
dataset_identifier: str,
|
||||
) -> None: ...
|
||||
|
||||
@webmethod(route="/datasets/list", method="GET")
|
||||
async def list_datasets(self) -> List[DatasetDefWithProvider]: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue