We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a0088 commit f21ec5cCopy full SHA for f21ec5c
core/src/main/kotlin/cc/unitmesh/devti/llms/custom/CustomSSEProcessor.kt
@@ -1,5 +1,6 @@
1
package cc.unitmesh.devti.llms.custom
2
3
+import cc.unitmesh.devti.AutoDevNotifications
4
import cc.unitmesh.devti.coder.recording.EmptyRecording
5
import cc.unitmesh.devti.coder.recording.JsonlRecording
6
import cc.unitmesh.devti.coder.recording.Recording
@@ -145,6 +146,7 @@ open class CustomSSEProcessor(private val project: Project) {
145
146
147
if (output.isNotEmpty()) {
148
messages += Message(ChatRole.Assistant.roleName(), output)
149
+ AutoDevNotifications.notify(project, reasonerOutput)
150
}
151
152
recording.write(RecordingInstruction(promptText, output))
0 commit comments