Skip to content

Commit 8fba67c

Browse files
committed
Update
1 parent fce6f21 commit 8fba67c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/ChatPlugins/MathChatPlugin/MathChatPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public actor MathChatPlugin: ChatPlugin {
2626
var reply = ChatMessage(id: id, role: .assistant, content: "")
2727

2828
await chatGPTService.memory.mutateHistory { history in
29-
history.append(.init(role: .user, content: originalMessage, summary: content))
29+
history.append(.init(role: .user, content: originalMessage))
3030
}
3131

3232
do {

0 commit comments

Comments
 (0)