fix(openclaw): parse wake metadata from gateway responses

This commit is contained in:
GeonWoo Jeon (Jay)
2026-04-07 22:49:23 +09:00
parent 9a9b5be518
commit 4241227227
3 changed files with 183 additions and 7 deletions
+4
View File
@@ -49,4 +49,8 @@ export interface WakeResult {
success: boolean
error?: string
statusCode?: number
messageId?: string
platform?: string
channelId?: string
threadId?: string
}