Telegram-user: add poll hint for agents
This commit is contained in:
parent
e1a2a1b9b6
commit
8bc17b39eb
@ -158,6 +158,11 @@ export const telegramUserPlugin: ChannelPlugin<ResolvedTelegramUserAccount> = {
|
||||
return ["poll"];
|
||||
},
|
||||
},
|
||||
agentPrompt: {
|
||||
messageToolHints: () => [
|
||||
"Telegram user polls only work in groups/channels (DM polls return MEDIA_INVALID). Use the group id for polls.",
|
||||
],
|
||||
},
|
||||
outbound: {
|
||||
deliveryMode: "direct",
|
||||
chunker: (text, limit) =>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user