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:
Kwoth
2024-07-05 04:48:00 +00:00
parent 5f2813d3af
commit 4ce756d760

View File

@@ -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);