chore(sync): mirror docs from openclaw/openclaw@2b88dc0714

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-02 10:46:54 +00:00
parent 86088fb7b6
commit 2b66492a87
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "eb3e4f20a0af500f2b746c83a2c9bf9ccba13891",
"syncedAt": "2026-05-02T10:37:41.377Z"
"sha": "2b88dc0714b97c57a095e814f436ffe93ead54fc",
"syncedAt": "2026-05-02T10:45:01.158Z"
}

View File

@ -114,7 +114,7 @@ Each event includes: `type`, `action`, `sessionKey`, `timestamp`, `messages` (pu
**Command events** (`command:new`, `command:reset`): `context.sessionEntry`, `context.previousSessionEntry`, `context.commandSource`, `context.workspaceDir`, `context.cfg`.
**Message events** (`message:received`): `context.from`, `context.content`, `context.channelId`, `context.metadata` (provider-specific data including `senderId`, `senderName`, `guildId`).
**Message events** (`message:received`): `context.from`, `context.content`, `context.channelId`, `context.metadata` (provider-specific data including `senderId`, `senderName`, `guildId`). `context.content` prefers a nonblank command body for command-like messages, then falls back to the raw inbound body and generic body; it does not include agent-only enrichment such as thread history or link summaries.
**Message events** (`message:sent`): `context.to`, `context.content`, `context.success`, `context.channelId`.