This commit is contained in:
Liu Zhicong
2023-09-22 23:45:36 -07:00
parent c289c811ee
commit 2662f8569f
-1
View File
@@ -264,7 +264,6 @@ class AIChatSession:
return self.owner_id
def read_history(self, number:int=10,offset=0) -> [AgentMsg]:
return []
msgs = self.db.get_messages(self.session_id, number, offset)
result = []
for msg in msgs: