File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import * as ThreadsAPI from './threads/threads';
99import * as RunsAPI from './threads/runs/runs' ;
1010import * as StepsAPI from './threads/runs/steps' ;
1111import { CursorPage , type CursorPageParams } from '../../pagination' ;
12+ import { AssistantStream } from '../../lib/AssistantStream' ;
1213
1314export 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments