We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc03b09 commit 209fc79Copy full SHA for 209fc79
1 file changed
api/src/main/java/com/coze/openapi/client/chat/CreateChatReq.java
@@ -71,6 +71,12 @@ public class CreateChatReq extends BaseReq {
71
@JsonProperty("meta_data")
72
private Map<String, String> metaData;
73
74
+ /*
75
+ * The customized parameters to workflow.
76
+ * */
77
+ @JsonProperty("parameters")
78
+ private Map<String, Object> parameters;
79
+
80
public void enableStream() {
81
this.stream = true;
82
}
0 commit comments