为啥websocket创建没有 data.chat_config.parameters参数
- Lingua principale
- Java
- Stelle
- 214
- Fork
- 98
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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 metaData;
@JsonProperty("custom_variables")
private Map customVariables;
@JsonProperty("extra_params")
private Map extraParams;
@JsonProperty("auto_save_history")
private Boolean autoSaveHistory;
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- api
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 35/100