mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 06:41:37 +00:00
test(xai): type realtime sent item payloads
This commit is contained in:
@@ -93,6 +93,9 @@ type FakeWebSocketInstance = InstanceType<typeof FakeWebSocket>;
|
||||
type SentRealtimeEvent = {
|
||||
type: string;
|
||||
audio?: string;
|
||||
item?: {
|
||||
type?: string;
|
||||
};
|
||||
session?: {
|
||||
voice?: string;
|
||||
model?: string;
|
||||
|
||||
Reference in New Issue
Block a user