Skip to content

Commit be37693

Browse files
committed
refactor(agent): modify handling of custom agent configs
1 parent d92a3c9 commit be37693

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/kotlin/cc/unitmesh/devti/counit/model/CustomAgentConfig.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ enum class ResponseAction {
2424
/**
2525
* will be handled by the client
2626
*/
27-
Flow
27+
Flow,
28+
29+
/**
30+
* Display result in WebView
31+
*/
32+
WebView
2833
}
2934

3035
@Serializable

0 commit comments

Comments
 (0)