Add slash commands for tools management

This commit is contained in:
Cohee
2024-10-06 12:49:08 +03:00
parent 7dea59f026
commit 077ba8b03d
2 changed files with 285 additions and 2 deletions

View File

@ -948,6 +948,7 @@ async function firstLoadInit() {
initSystemPrompts();
initExtensions();
initExtensionSlashCommands();
ToolManager.initToolSlashCommands();
await initPresetManager();
await getSystemMessages();
sendSystemMessage(system_message_types.WELCOME);