| 326 | { | 326 | { |
| 327 | name: 'word', | 327 | name: 'word', |
| 328 | sampleValue: 'word', | 328 | sampleValue: 'word', |
| 329 | description: 'Word to ban for textgenerationwebui backend.', | 329 | description: 'Word to ban for Text Completion backend.', |
| 330 | type: 'string', | 330 | type: 'string', |
| 331 | }, | 331 | }, |
| 332 | ], | 332 | ], |
| 333 | description: 'Bans a word for textgenerationwebui backend. (Strips quotes surrounding the banned word, if present)', | 333 | description: 'Bans a word for Text Completion backend. (Strips quotes surrounding the banned word, if present)', |
| 334 | returns: '', | 334 | returns: '', |
| 335 | exampleUsage: ['{{banned::delve}}'], | 335 | exampleUsage: ['{{banned::delve}}'], |
| 336 | handler: ({ unnamedArgs: [bannedWord] }) => { | 336 | handler: ({ unnamedArgs: [bannedWord] }) => { |