🐛 fix: fix typo of prompts (#4837)

Co-authored-by: Arvin Xu <arvinx@foxmail.com>
This commit is contained in:
ArtofWork
2024-12-04 21:47:38 -08:00
committed by GitHub
parent c0439c0fd8
commit 9350ef0259
+1 -1
View File
@@ -1,5 +1,5 @@
const historySummaryPrompt = (historySummary: string) => `<chat_history_summary>
<docstring>Users may have lots of chat messages,here is the summary of the hisotry:</docstring>
<docstring>Users may have lots of chat messages, here is the summary of the history:</docstring>
<summary>${historySummary}</summary>
</chat_history_summary>
`;