Skip to content

Commit 77f9020

Browse files
author
xiongbinbin
committed
add FlowStreamMode MESSAGE_FORMAT_PLUS
1 parent bfcdcad commit 77f9020

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/java/com/alibaba/dashscope/app/FlowStreamMode.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ public enum FlowStreamMode {
1010
AGENT_FORMAT("agent_format"),
1111

1212
/** Use the output node and end node to perform the output. */
13-
MESSAGE_FORMAT("message_format");
13+
MESSAGE_FORMAT("message_format"),
14+
15+
/** The streaming results from all nodes will be output in the workflowMessage field. */
16+
MESSAGE_FORMAT_PLUS("message_format_plus");
1417

1518
private final String value;
1619

0 commit comments

Comments
 (0)