coze-dev / coze-dev/coze-java

为啥websocket创建没有 data.chat_config.parameters参数

Offen
#134 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Java
Sterne
214
Forks
98
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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;

Beitragsleitfaden

Beitragsleitfaden öffnen

Rechercherichtung

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.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
java
Bereich
api
Issue-Typ
Bug
Schwierigkeit
3/5
Geschätzter Aufwand
1-2 Tage
Aktivitätsstatus
Veraltet
Klarheit
Muss geklärt werden
Anfängerfreundlichkeit
35/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.