fix: typo in exchange method rewind (#54)

This commit is contained in:
Luke Alvoeiro
2024-09-09 15:01:27 -07:00
committed by GitHub
parent c84072c691
commit d4b27d0f1a
+1 -1
View File
@@ -158,7 +158,7 @@ class Session:
self.interrupt_reply()
except Exception:
# rewind to right before the last user message
self.exchange.rewind_to_last_user_message()
self.exchange.rewind()
print(traceback.format_exc())
print(
"\n[red]The error above was an exception we were not able to handle.\n\n[/]"