mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 02:10:24 +00:00
Channels: add interactive message capability
This commit is contained in:
committed by
Peter Steinberger
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;
|
||||
|
||||
Reference in New Issue
Block a user