| 90 | 90 | import { executeSlashCommands, executeSlashCommandsWithOptions, registerSlashCommand } from './slash-commands.js'; |
| 91 | 91 | import { SlashCommand } from './slash-commands/SlashCommand.js'; |
| 92 | 92 | import { ARGUMENT_TYPE, SlashCommandArgument, SlashCommandNamedArgument } from './slash-commands/SlashCommandArgument.js'; |
| 93 | +import { SlashCommandEnumValue } from './slash-commands/SlashCommandEnumValue.js'; |
| 93 | 94 | import { SlashCommandParser } from './slash-commands/SlashCommandParser.js'; |
| 94 | 95 | import { tag_map, tags, importTags } from './tags.js'; |
| 95 | 96 | import { getTextGenServer, textgenerationwebui_settings } from './textgen-settings.js'; |