Channels: add interactive message capability
This commit is contained in:
parent
23b68d0349
commit
a079c190f9
@ -370,6 +370,7 @@ export type ChannelMessageActionAdapter = {
|
||||
*/
|
||||
listActions?: (params: { cfg: OpenClawConfig }) => ChannelMessageActionName[];
|
||||
supportsAction?: (params: { action: ChannelMessageActionName }) => boolean;
|
||||
supportsInteractive?: (params: { cfg: OpenClawConfig }) => boolean;
|
||||
supportsButtons?: (params: { cfg: OpenClawConfig }) => boolean;
|
||||
supportsCards?: (params: { cfg: OpenClawConfig }) => boolean;
|
||||
extractToolSend?: (params: { args: Record<string, unknown> }) => ChannelToolSend | null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user