mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 09:04:59 +00:00
Auto-reply context: track explicit deliver routes
This commit is contained in:
@@ -159,6 +159,11 @@ export type MsgContext = {
|
||||
* The chat/channel/user ID where the reply should be sent.
|
||||
*/
|
||||
OriginatingTo?: string;
|
||||
/**
|
||||
* True when the current turn intentionally requested external delivery to
|
||||
* OriginatingChannel/OriginatingTo, rather than inheriting stale session route metadata.
|
||||
*/
|
||||
ExplicitDeliverRoute?: boolean;
|
||||
/**
|
||||
* Provider-specific parent conversation id for threaded contexts.
|
||||
* For Discord threads, this is the parent channel id.
|
||||
|
||||
Reference in New Issue
Block a user