We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b243e69 commit 5a3001bCopy full SHA for 5a3001b
1 file changed
api/src/main/java/com/coze/openapi/client/websocket/event/model/ChatUpdateEventData.java
@@ -24,4 +24,10 @@ public class ChatUpdateEventData {
24
25
@JsonProperty("turn_detection")
26
private TurnDetection turnDetection;
27
+
28
+ @JsonProperty("need_play_prologue")
29
+ private Boolean needPlayPrologue;
30
31
+ @JsonProperty("prologue_content")
32
+ private String prologueContent;
33
}
0 commit comments