Skip to content

Commit d6483e2

Browse files
committed
update
1 parent 202a363 commit d6483e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Assistants/Assistants.VectorStoresTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public async Task Pagination_CanRehydrateFileAssociationCollectionAsync()
297297

298298
// We added 6 files and will get pages with 2 items, so expect three pages in the collection.
299299

300-
// Use enumerators instead of enumerables to faciliate advancing the collections
300+
// Use enumerators instead of enumerables to facilitate advancing the collections
301301
// at the same time.
302302
AsyncCollectionResult<VectorStoreFileAssociation> fileAssociations = client.GetFileAssociationsAsync(vectorStore.Id, new VectorStoreFileAssociationCollectionOptions() { PageSizeLimit = 2 });
303303
IAsyncEnumerable<ClientResult> pages = fileAssociations.GetRawPagesAsync();

0 commit comments

Comments
 (0)