This commit is contained in:
Xi Yan 2025-03-12 16:21:55 -07:00
parent 6bcf682a56
commit fa480149dd
4 changed files with 12564 additions and 1092 deletions

View file

@ -99,3 +99,4 @@ def test_get_rows_paginated(llama_stack_client):
assert isinstance(response.rows, list)
assert len(response.rows) == 2
assert response.next_page_token == "5"
llama_stack_client.datasets.unregister("test_dataset")