We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82b5ed commit 0d6e9a8Copy full SHA for 0d6e9a8
1 file changed
Core/Sources/ChatPlugin/TerminalChatPlugin.swift
@@ -46,8 +46,7 @@ public actor TerminalChatPlugin: ChatPlugin {
46
history.append(
47
.init(
48
role: .user,
49
- content: originalMessage,
50
- summary: "Run command: \(content)"
+ content: originalMessage
51
)
52
53
}
0 commit comments