Skip to content
Snippets Groups Projects
Unverified Commit 6a81d54e authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

Update packages/core/src/ChatHistory.ts

parent c0062746
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ export class SummaryChatHistory implements ChatHistory {
}
private get nonSystemMessages() {
// get array of all system messages
// get array of all non-system messages
return this.messages.filter((message) => message.role !== "system");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment