Prevent log warning spam
| @@ -3887,7 +3887,7 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro | ||
| 3887 | 3887 | mes: reasoning.addToMessage( |
| 3888 | 3888 | coreChat[i].mes, |
| 3889 | 3889 | getRegexedString( |
| 3890 | 3890 | String(coreChat[i].extra?.reasoning ?? ''), |
| 3891 | 3891 | regex_placement.REASONING, |
| 3892 | 3892 | { isPrompt: true, depth: depth }, |
| 3893 | 3893 | ), |