mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
8 lines
229 B
TypeScript
8 lines
229 B
TypeScript
// Command bus (for extending with custom commands)
|
|
|
|
// Command registry system (for extending with custom commands)
|
|
|
|
// Command system exports
|
|
export { slashAction } from './slash'
|
|
export { SlashCommandProvider } from './slash'
|