Files
openclaw/src/plugin-sdk/command-detection.ts
T

7 lines
162 B
TypeScript
Raw Normal View History

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