(feature)(chat-sdk) add search TERM label tip (#1804)

This commit is contained in:
williamhliu
2024-10-15 10:45:50 +08:00
committed by GitHub
parent 2ee77e39ff
commit 2fa3d39539

View File

@@ -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 = [