mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 16:30:43 +00:00
fix: forward chat images to acp dispatch
This commit is contained in:
@@ -247,6 +247,7 @@ export type PluginHookReplyDispatchEvent = {
|
||||
ctx: FinalizedMsgContext;
|
||||
runId?: string;
|
||||
sessionKey?: string;
|
||||
images?: Array<{ data: string; mimeType: string }>;
|
||||
inboundAudio: boolean;
|
||||
sessionTtsAuto?: TtsAutoMode;
|
||||
ttsChannel?: string;
|
||||
|
||||
Reference in New Issue
Block a user