Channels: add interactive message capability
This commit is contained in:
parent
6fd11f5496
commit
298832d170
@ -372,6 +372,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