mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
openclaw: preserve run metadata in wake compatibility payload
This commit is contained in:
parent
4b90784183
commit
a0e6ad0b7d
2 changed files with 13 additions and 1 deletions
|
|
@ -439,6 +439,13 @@ export async function execute(ctx: AdapterExecutionContext): Promise<AdapterExec
|
|||
const wakeTextBody = {
|
||||
text: buildWakeText(wakePayload),
|
||||
mode: "now",
|
||||
sessionKey,
|
||||
paperclip: {
|
||||
...wakePayload,
|
||||
sessionKey,
|
||||
streamTransport: transport,
|
||||
context,
|
||||
},
|
||||
};
|
||||
|
||||
if (onMeta) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue