File tree 2 files changed +5
-0
lines changed
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';
9
9
import * as RunsAPI from './threads/runs/runs' ;
10
10
import * as StepsAPI from './threads/runs/steps' ;
11
11
import { CursorPage , type CursorPageParams } from '../../pagination' ;
12
+ import { AssistantStream } from '../../lib/AssistantStream' ;
12
13
13
14
export class Assistants extends APIResource {
14
15
/**
@@ -1517,4 +1518,6 @@ export declare namespace Assistants {
1517
1518
type AssistantUpdateParams as AssistantUpdateParams ,
1518
1519
type AssistantListParams as AssistantListParams ,
1519
1520
} ;
1521
+
1522
+ export { AssistantStream } ;
1520
1523
}
Original file line number Diff line number Diff line change @@ -1718,4 +1718,6 @@ export declare namespace Threads {
1718
1718
type MessageUpdateParams as MessageUpdateParams ,
1719
1719
type MessageListParams as MessageListParams ,
1720
1720
} ;
1721
+
1722
+ export { AssistantStream } ;
1721
1723
}
You can’t perform that action at this time.
0 commit comments