mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:40:43 +00:00
fix(sessions): reject thread send targets
This commit is contained in:
@@ -93,6 +93,11 @@ the response:
|
||||
immediately.
|
||||
- **Wait for reply:** set a timeout and get the response inline.
|
||||
|
||||
Thread-scoped chat sessions, such as Slack or Discord keys ending in
|
||||
`:thread:<id>`, are not valid `sessions_send` targets. Use the parent channel
|
||||
session key for inter-agent coordination so tool-routed messages do not appear
|
||||
inside an active human-facing thread.
|
||||
|
||||
Messages and A2A follow-up replies are marked as inter-session data in the
|
||||
receiving prompt (`[Inter-session message ... isUser=false]`) and in transcript
|
||||
provenance. The receiving agent should treat them as tool-routed data, not as a
|
||||
|
||||
Reference in New Issue
Block a user