rollback reset states
This commit is contained in:
parent
265d439938
commit
606026130a
|
|
@ -220,7 +220,6 @@ public class ConversationStateService : IConversationStateService
|
|||
{
|
||||
if (_conversationId == null || _sidecar?.IsEnabled() == true)
|
||||
{
|
||||
Reset();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -253,7 +252,6 @@ public class ConversationStateService : IConversationStateService
|
|||
}
|
||||
|
||||
_db.UpdateConversationStates(_conversationId, states);
|
||||
Reset();
|
||||
_logger.LogInformation($"Saved states of conversation {_conversationId}");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue