We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a555f commit 6707687Copy full SHA for 6707687
src/resources/vector-stores/file-batches.ts
@@ -9,7 +9,7 @@ import { CursorPage, type CursorPageParams, PagePromise } from '../../core/pagin
9
import { buildHeaders } from '../../internal/headers';
10
import { RequestOptions } from '../../internal/request-options';
11
import { path } from '../../internal/utils/path';
12
-import { allSettledWithThrow } from '../../lib/util';
+import { allSettledWithThrow } from '../../lib/Util';
13
import { sleep } from '../../internal/utils/sleep';
14
import { Uploadable } from '../../internal/uploads';
15
0 commit comments