Merge pull request #3379 from Finadil/staging Fix /note-role argument name
Signed| @@ -566,7 +566,7 @@ export function initAuthorsNote() { | |||
| 566 | namedArgumentList: [], | 566 | namedArgumentList: [], |
| 567 | unnamedArgumentList: [ | 567 | unnamedArgumentList: [ |
| 568 | new SlashCommandArgument( | 568 | new SlashCommandArgument( |
| 569 | 'position', [ARGUMENT_TYPE.STRING], false, false, null, ['system', 'user', 'assistant'], | 569 | 'role', [ARGUMENT_TYPE.STRING], false, false, null, ['system', 'user', 'assistant'], |
| 570 | ), | 570 | ), |
| 571 | ], | 571 | ], |
| 572 | helpString: ` | 572 | helpString: ` |