We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0406652 commit a5ec493Copy full SHA for a5ec493
src/index.ts
@@ -1,10 +1,10 @@
1
// File generated from our OpenAPI spec by Stainless.
2
3
import * as Core from './core';
4
-import * as Pagination from './pagination';
5
import * as Errors from './error';
6
import { type Agent } from './_shims/index';
7
import * as Uploads from './uploads';
+import * as Pagination from 'openai/pagination';
8
import * as API from 'openai/resources/index';
9
10
export interface ClientOptions {
0 commit comments