refactor: remove slashcommand tool implementation

This commit is contained in:
YeonGyu-Kim
2026-02-21 14:38:18 +09:00
parent 552ad3a09c
commit ee5df1683e
9 changed files with 19 additions and 394 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export * from "./types"
export { slashcommand, createSlashcommandTool, discoverCommandsSync } from "./tools"
export { discoverCommandsSync } from "./command-discovery"