Skip to content

Commit 25e2604

Browse files
committed
ci(processor): fix coroutine flow support for message processing
1 parent dcae35c commit 25e2604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/cc/unitmesh/devti/counit/CustomAgentChatProcessor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import cc.unitmesh.devti.util.LLMCoroutineScope
1111
import com.intellij.openapi.components.Service
1212
import com.intellij.openapi.diagnostic.logger
1313
import com.intellij.openapi.project.Project
14+
import kotlinx.coroutines.flow.collect
1415
import kotlinx.coroutines.launch
1516
import kotlinx.coroutines.runBlocking
1617

0 commit comments

Comments
 (0)