fix: avoid sessions_send timeouts

This commit is contained in:
Peter Steinberger
2026-01-04 01:52:01 +01:00
parent cbf41859aa
commit fe67073b74
6 changed files with 10 additions and 0 deletions

View File

@@ -2930,6 +2930,7 @@ export async function handleGatewayRequest(
thinking?: string;
deliver?: boolean;
channel?: string;
lane?: string;
idempotencyKey: string;
timeout?: number;
};
@@ -3118,6 +3119,7 @@ export async function handleGatewayRequest(
timeout: params.timeout?.toString(),
bestEffortDeliver,
surface: "VoiceWake",
lane: params.lane,
},
defaultRuntime,
deps,