forked from phoenix-oss/llama-stack-mirror
precommit
This commit is contained in:
parent
66cd83fb58
commit
452b2b1284
5 changed files with 515 additions and 658 deletions
|
@ -51,6 +51,4 @@ class DatasetIO(Protocol):
|
|||
...
|
||||
|
||||
@webmethod(route="/datasetio/append-rows/{dataset_id:path}", method="POST")
|
||||
async def append_rows(
|
||||
self, dataset_id: str, rows: List[Dict[str, Any]]
|
||||
) -> None: ...
|
||||
async def append_rows(self, dataset_id: str, rows: List[Dict[str, Any]]) -> None: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue