Files
LangBot/tests/unit_tests
copilot-swe-agent[bot] 9d5de54379 feat: add sender_id and sender_name variables for Dify workflows
This adds user identification fields that can be passed to Dify workflows:
- sender_id: the sender's ID (converted to string)
- sender_name: the sender's display name (from Friend.nickname or GroupMember.member_name)

Both variables are also available as legacy inputs:
- langbot_sender_id
- langbot_sender_name

Resolves the feature request to pass WeChat Work user info to Dify workflows.

Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
2025-12-01 03:28:48 +00:00
..