Skip to content

Commit 209fc79

Browse files
authored
feat: Support parameters for CreateChat (#98)
1 parent fc03b09 commit 209fc79

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

api/src/main/java/com/coze/openapi/client/chat/CreateChatReq.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ public class CreateChatReq extends BaseReq {
7171
@JsonProperty("meta_data")
7272
private Map<String, String> metaData;
7373

74+
/*
75+
* The customized parameters to workflow.
76+
* */
77+
@JsonProperty("parameters")
78+
private Map<String, Object> parameters;
79+
7480
public void enableStream() {
7581
this.stream = true;
7682
}

0 commit comments

Comments
 (0)