mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Use enumList for /fuzzy
This commit is contained in:
parent
c4aed23cf7
commit
4895b6def8
@ -977,7 +977,7 @@ export function initDefaultSlashCommands() {
|
||||
isRequired: false,
|
||||
defaultValue: 'first',
|
||||
acceptsMultiple: false,
|
||||
enumProvider: () => [
|
||||
enumList: [
|
||||
new SlashCommandEnumValue('first', 'first match below the threshold', enumTypes.enum, enumIcons.default),
|
||||
new SlashCommandEnumValue('best', 'best match below the threshold', enumTypes.enum, enumIcons.default),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user