Skip to content

Commit 8f8d768

Browse files
committed
add chat to beta
1 parent c9a4d68 commit 8f8d768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/resources/beta/beta.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ import {
7474
TranscriptionSessionUpdatedEvent,
7575
} from './realtime/realtime';
7676
import * as ChatKitAPI from './chatkit/chatkit';
77+
import * as ChatAPI from '../chat/chat';
7778
import { ChatKit, ChatKitWorkflow } from './chatkit/chatkit';
7879
import * as ThreadsAPI from './threads/threads';
7980
import {
@@ -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

103105
Beta.Realtime = Realtime;

0 commit comments

Comments
 (0)