mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 02:30:24 +00:00
feat(sessions): add agent-to-agent post step
This commit is contained in:
@@ -2931,6 +2931,7 @@ export async function handleGatewayRequest(
|
||||
deliver?: boolean;
|
||||
channel?: string;
|
||||
lane?: string;
|
||||
extraSystemPrompt?: string;
|
||||
idempotencyKey: string;
|
||||
timeout?: number;
|
||||
};
|
||||
@@ -3122,6 +3123,7 @@ export async function handleGatewayRequest(
|
||||
surface: "VoiceWake",
|
||||
runId,
|
||||
lane: params.lane,
|
||||
extraSystemPrompt: params.extraSystemPrompt,
|
||||
},
|
||||
defaultRuntime,
|
||||
deps,
|
||||
|
||||
Reference in New Issue
Block a user