mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	fix: if prompt ai responds with chat, it will prevent further further execution of tthat input to prevent the same query running multiple times
This commit is contained in:
		@@ -251,7 +251,7 @@ public sealed class AiAssistantService
 | 
			
		||||
                    return false;
 | 
			
		||||
 | 
			
		||||
                await _cbs.RunChatterBot(sg, msg, channel, sess, query);
 | 
			
		||||
                return false;
 | 
			
		||||
                return true;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            var commandString = GetCommandString(model);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user