Merge branch 'staging' into parser-followup-2

This commit is contained in:
LenAnderson
2024-07-10 17:35:17 -04:00
23 changed files with 6216 additions and 82 deletions

View File

@@ -2489,6 +2489,7 @@ async function triggerGenerationCallback(args, value) {
} catch {
console.warn('Timeout waiting for generation unlock');
toastr.warning('Cannot run /trigger command while the reply is being generated.');
outerResolve(Promise.resolve(''));
return '';
}