fix: update conversation context condition

This commit is contained in:
yassinedorbozgithub 2025-01-15 09:17:26 +01:00
parent a11ee925a6
commit 904397d3fe

View File

@ -255,7 +255,7 @@ export class BotService {
convo.context.attempt++;
fallback = true;
} else {
if (convo.context) convo.context.attempt = 0;
convo.context.attempt = 0;
fallbackBlock = undefined;
}