| 5970 | 5970 | * @param {array} [options.stoppingStrings] Array of stopping strings. |
| 5971 | 5971 | * @param {boolean} [options.includeUserPromptBias] Whether to permit prepending the user prompt bias at the beginning. |
| 5972 | 5972 | * @param {boolean} [options.trimNames] Whether to allow trimming "{{char}}:" or "{{user}}:" from the beginning. |
| 5973 | + * @param {boolean} [options.trimWrongNames] Whether to allow deleting responses prefixed by the incorrect name, depending on isImpersonate |
| 5973 | 5974 | * |
| 5974 | 5975 | * @returns {string} The formatted message |
| 5975 | 5976 | */ |