mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 20:51:48 +00:00
[feature][headless-chat]Introduce ChatApp to support more flexible chat model config.#1739
This commit is contained in:
@@ -16,4 +16,6 @@ public class DimValueMap {
|
||||
|
||||
/** dimension value for user query */
|
||||
private List<String> alias = new ArrayList<>();
|
||||
|
||||
private String value;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package com.tencent.supersonic.headless.api.pojo;
|
||||
|
||||
import java.util.List;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class ModelSchema {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.util.List;
|
||||
@Data
|
||||
@ToString
|
||||
public class DictValueDimResp extends DictValueResp {
|
||||
/** dimension value for result show */
|
||||
/** dimension value */
|
||||
private String bizName;
|
||||
|
||||
/** dimension value for user query */
|
||||
|
||||
Reference in New Issue
Block a user