mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 13:00:22 +00:00
Plugin SDK: require unified message discovery
This commit is contained in:
@@ -92,7 +92,7 @@ function createTokenOnlyPlugin() {
|
||||
isEnabled: () => true,
|
||||
},
|
||||
actions: {
|
||||
listActions: () => ["send"],
|
||||
describeMessageTool: () => ({ actions: ["send"] }),
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user