| 176 | 176 | SlashCommandNamedArgument.fromProps({ |
| 177 | 177 | name: 'regex', |
| 178 | 178 | description: 'Whether to apply regex scripts to the reasoning content.', |
| 179 | 179 | typeList: [ARGUMENT_TYPE.BOOLEAN], |
| 180 | 180 | defaultValue: 'true', |
| 181 | 181 | isRequired: false, |
| 182 | + enumProvider: commonEnumProviders.boolean('trueFalse'), |
| 182 | 183 | }), |
| 183 | 184 | ], |
| 184 | 185 | unnamedArgumentList: [ |
| 185 | 186 | SlashCommandArgument.fromProps({ |
| 186 | 187 | description: 'input string', |
| 187 | 188 | typeList: [ARGUMENT_TYPE.STRING], |
| 188 | 189 | }), |
| 189 | 190 | ], |
| 190 | 191 | callback: (args, value) => { |