Skip to content

Commit 0d6e9a8

Browse files
committed
Remove summary of message of terminal chat plugin
1 parent b82b5ed commit 0d6e9a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Core/Sources/ChatPlugin/TerminalChatPlugin.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ public actor TerminalChatPlugin: ChatPlugin {
4646
history.append(
4747
.init(
4848
role: .user,
49-
content: originalMessage,
50-
summary: "Run command: \(content)"
49+
content: originalMessage
5150
)
5251
)
5352
}

0 commit comments

Comments
 (0)