mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -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;
|
return false;
|
||||||
|
|
||||||
await _cbs.RunChatterBot(sg, msg, channel, sess, query);
|
await _cbs.RunChatterBot(sg, msg, channel, sess, query);
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
var commandString = GetCommandString(model);
|
var commandString = GetCommandString(model);
|
||||||
|
Reference in New Issue
Block a user