Add chat history limit for Agent and Role.

Fix bugs.
This commit is contained in:
Liu Zhicong
2023-09-27 10:09:31 -07:00
committed by tsukasa
parent 5b6de8b82b
commit 3a83783e3a
8 changed files with 25 additions and 19 deletions
+2
View File
@@ -401,3 +401,5 @@ class KnowledgePipline:
# await source.run_once()
for source in self.source_queue:
await source.run_once()
logging.info(f"knowledge pipeline finished")