fix: remove stray input (#2096)

This commit is contained in:
Charles Packer
2024-11-22 11:10:41 -08:00
committed by GitHub
parent 69730988ce
commit f438c057f8

View File

@@ -1305,7 +1305,6 @@ class Agent(BaseAgent):
assert isinstance(new_system_prompt, str)
if new_system_prompt == self.system:
input("same???")
return
self.system = new_system_prompt