Agents: add generic poll-vote action support

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 11:34:29 -05:00
parent c8ebd48e0f
commit 76bfd9b5e6
4 changed files with 36 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ export const MESSAGE_ACTION_TARGET_MODE: Record<ChannelMessageActionName, Messag
send: "to",
broadcast: "none",
poll: "to",
"poll-vote": "to",
react: "to",
reactions: "to",
read: "to",