为啥websocket创建没有 data.chat_config.parameters参数
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Start with com.coze.openapi.client.websocket.event.model.ChatConfig and inspect the websocket creation request model and serialization path. Compare the available ChatConfig fields with the expected data.chat_config.parameters field, then verify the request output or a relevant test once the behavior is corrected.
Written by the indexing model from the issue text.
Description
package com.coze.openapi.client.websocket.event.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Map;
public class ChatConfig {
@JsonProperty("conversation_id")
private String conversationId;
@JsonProperty("user_id")
private String userId;
@JsonProperty("meta_data")
private Map<String, String> metaData;
@JsonProperty("custom_variables")
private Map<String, String> customVariables;
@JsonProperty("extra_params")
private Map<String, String> extraParams;
@JsonProperty("auto_save_history")
private Boolean autoSaveHistory;
- Dominant language
- Java
- Stars
- 214
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from coze-dev/coze-java
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
PCMConfig类中缺少关键属性 Open
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
-
sdk 和官方文档不一致 Open
Difficulty 4/5 3-5 days Newbie friendliness 25/100
All issues in coze-dev/coze-java
Similar issues
-
area-deployment area-integrations triage:bot-seen
Difficulty 2/5 Half a day Newbie friendliness 86/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
apache/flink-agents#1156 ·
-
[source-shopify] FAILED bulk operation without partialDataUrl is silently treated as successful Openarea/connectors autoteam community connectors/source/shopify needs-triage team/use type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100