mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
(feature)(chat-sdk) add search TERM label tip (#1804)
This commit is contained in:
@@ -18,6 +18,7 @@ export enum SemanticTypeEnum {
|
||||
DIMENSION = 'DIMENSION',
|
||||
METRIC = 'METRIC',
|
||||
VALUE = 'VALUE',
|
||||
TERM = 'TERM',
|
||||
}
|
||||
|
||||
export const SEMANTIC_TYPE_MAP = {
|
||||
@@ -25,6 +26,7 @@ export const SEMANTIC_TYPE_MAP = {
|
||||
[SemanticTypeEnum.DIMENSION]: '维度',
|
||||
[SemanticTypeEnum.METRIC]: '指标',
|
||||
[SemanticTypeEnum.VALUE]: '维度值',
|
||||
[SemanticTypeEnum.TERM]: '术语',
|
||||
};
|
||||
|
||||
export const AGENT_ICONS = [
|
||||
|
||||
Reference in New Issue
Block a user