Skip to content

Commit 4a6ed2d

Browse files
committed
Merge branch 'main' into feature/1.1.3
2 parents fa73b33 + 9ceea2d commit 4a6ed2d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/main/java/io/github/imfangs/dify/client/event/NodeFinishedEvent.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ public static class NodeFinishedData {
4040
@JsonProperty("node_id")
4141
private String nodeId;
4242

43+
/**
44+
* 节点类型
45+
*/
46+
@JsonProperty("node_type")
47+
private String nodeType;
48+
49+
/**
50+
* 节点名称
51+
*/
52+
@JsonProperty("title")
53+
private String title;
54+
4355
/**
4456
* 执行序号,用于展示 Tracing Node 顺序
4557
*/

0 commit comments

Comments
 (0)