Files
openclaw/src/plugin-sdk/command-detection.ts
2026-04-01 23:14:48 +09:00

7 lines
162 B
TypeScript

export {
hasControlCommand,
hasInlineCommandTokens,
isControlCommandMessage,
shouldComputeCommandAuthorized,
} from "../auto-reply/command-detection.js";