Skip to content

Commit 626c844

Browse files
fix(types): export AssistantStream (#1472)
1 parent 2785c11 commit 626c844

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/resources/beta/assistants.ts

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import * as ThreadsAPI from './threads/threads';
99
import * as RunsAPI from './threads/runs/runs';
1010
import * as StepsAPI from './threads/runs/steps';
1111
import { CursorPage, type CursorPageParams } from '../../pagination';
12+
import { AssistantStream } from '../../lib/AssistantStream';
1213

1314
export class Assistants extends APIResource {
1415
/**
@@ -1517,4 +1518,6 @@ export declare namespace Assistants {
15171518
type AssistantUpdateParams as AssistantUpdateParams,
15181519
type AssistantListParams as AssistantListParams,
15191520
};
1521+
1522+
export { AssistantStream };
15201523
}

src/resources/beta/threads/threads.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1718,4 +1718,6 @@ export declare namespace Threads {
17181718
type MessageUpdateParams as MessageUpdateParams,
17191719
type MessageListParams as MessageListParams,
17201720
};
1721+
1722+
export { AssistantStream };
17211723
}

0 commit comments

Comments
 (0)