Slack: hint interactive reply directives
This commit is contained in:
parent
c23529c349
commit
5b52b2ebfe
@ -146,6 +146,12 @@ export const slackPlugin: ChannelPlugin<ResolvedSlackAccount> = {
|
|||||||
media: true,
|
media: true,
|
||||||
nativeCommands: true,
|
nativeCommands: true,
|
||||||
},
|
},
|
||||||
|
agentPrompt: {
|
||||||
|
messageToolHints: () => [
|
||||||
|
"- Slack interactive replies: use `[[slack_buttons: Label:value, Other:other]]` to add action buttons that route clicks back as Slack interaction system events.",
|
||||||
|
"- Slack selects: use `[[slack_select: Placeholder | Label:value, Other:other]]` to add a static select menu that routes the chosen value back as a Slack interaction system event.",
|
||||||
|
],
|
||||||
|
},
|
||||||
streaming: {
|
streaming: {
|
||||||
blockStreamingCoalesceDefaults: { minChars: 1500, idleMs: 1000 },
|
blockStreamingCoalesceDefaults: { minChars: 1500, idleMs: 1000 },
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user