test(xai): type realtime sent item payloads

This commit is contained in:
Vincent Koc
2026-08-01 21:39:06 +08:00
parent 45c1c58cf2
commit eb45b87699

View File

@@ -93,6 +93,9 @@ type FakeWebSocketInstance = InstanceType<typeof FakeWebSocket>;
type SentRealtimeEvent = {
type: string;
audio?: string;
item?: {
type?: string;
};
session?: {
voice?: string;
model?: string;