Skip to content

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

@honeyzh04

Description

@honeyzh04

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions