We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa73b33 + 9ceea2d commit 4a6ed2dCopy full SHA for 4a6ed2d
1 file changed
src/main/java/io/github/imfangs/dify/client/event/NodeFinishedEvent.java
@@ -40,6 +40,18 @@ public static class NodeFinishedData {
40
@JsonProperty("node_id")
41
private String nodeId;
42
43
+ /**
44
+ * 节点类型
45
+ */
46
+ @JsonProperty("node_type")
47
+ private String nodeType;
48
+
49
50
+ * 节点名称
51
52
+ @JsonProperty("title")
53
+ private String title;
54
55
/**
56
* 执行序号,用于展示 Tracing Node 顺序
57
*/
0 commit comments