refac utils.split_chat_history_markdown

This commit is contained in:
Paul Gauthier 2024-05-11 07:52:06 -07:00
parent 9fac20e432
commit 602a0c7c31
3 changed files with 30 additions and 29 deletions

View file

@ -299,7 +299,7 @@ class Coder:
if not self.done_messages:
history_md = self.io.read_text(self.io.chat_history_file)
if history_md:
self.done_messages = self.summarizer.split_chat_history_markdown(history_md)
self.done_messages = utils.split_chat_history_markdown(history_md)
self.summarize_start()
# validate the functions jsonschema