mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
(fix)(webapp) 修改页面不显示推荐下钻维度问题 (#2332)
This commit is contained in:
@@ -367,7 +367,7 @@ const ChatMsg: React.FC<Props> = ({
|
||||
entityName !== undefined;
|
||||
|
||||
const existDrillDownDimension =
|
||||
queryMode.includes('METRIC') &&
|
||||
(queryMode.includes('METRIC') || queryMode === 'LLM_S2SQL')&&
|
||||
getMsgContentType() !== MsgContentTypeEnum.TEXT &&
|
||||
!isEntityMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user