File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ import {
7474 TranscriptionSessionUpdatedEvent ,
7575} from './realtime/realtime' ;
7676import * as ChatKitAPI from './chatkit/chatkit' ;
77+ import * as ChatAPI from '../chat/chat' ;
7778import { ChatKit , ChatKitWorkflow } from './chatkit/chatkit' ;
7879import * as ThreadsAPI from './threads/threads' ;
7980import {
@@ -98,6 +99,7 @@ export class Beta extends APIResource {
9899 chatkit : ChatKitAPI . ChatKit = new ChatKitAPI . ChatKit ( this . _client ) ;
99100 assistants : AssistantsAPI . Assistants = new AssistantsAPI . Assistants ( this . _client ) ;
100101 threads : ThreadsAPI . Threads = new ThreadsAPI . Threads ( this . _client ) ;
102+ chat : ChatAPI . Chat = new ChatAPI . Chat ( this . _client ) ;
101103}
102104
103105Beta . Realtime = Realtime ;
You can’t perform that action at this time.
0 commit comments