Merge de04d4e71a into sapling-pr-archive-ehhuang

This commit is contained in:
ehhuang 2025-11-05 13:45:40 -08:00 committed by GitHub
commit 005e7ebd75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 13 deletions

View file

@ -825,7 +825,7 @@ def test_openai_vector_store_list_files(
assert first_page.has_more
assert len(first_page.data) == 2
assert first_page.first_id == first_page.data[0].id
assert first_page.last_id != first_page.data[-1].id
assert first_page.last_id == first_page.data[-1].id
next_page = compat_client.vector_stores.files.list(
vector_store_id=vector_store.id, limit=2, after=first_page.data[-1].id