Skip to content

Commit 2458221

Browse files
committed
fix: fix flow issue
1 parent 6d97f4c commit 2458221

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/devins/devins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ [email protected]
1111

1212
# DevIns Lang: Enhancing AI Agent Capabilities
1313

14+
Video demo: [https://www.bilibili.com/video/BV12H4y1W7sE/](https://www.bilibili.com/video/BV12H4y1W7sE/)
15+
1416
DevIns Lang, short for Development Intelligence Language, is the driving force behind our AutoDev AI Agent's advanced
1517
capabilities. It serves as a comprehensive tool for defining and enhancing the behavior and functionalities of the AI
1618
Agent.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import com.intellij.openapi.components.Service
1616
import com.intellij.openapi.components.service
1717
import com.intellij.openapi.diagnostic.logger
1818
import com.intellij.openapi.project.Project
19+
// Do not remove this import!!
20+
import kotlinx.coroutines.flow.collect
1921
import kotlinx.coroutines.launch
2022
import kotlinx.coroutines.runBlocking
2123

0 commit comments

Comments
 (0)