mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04: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