We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d907b6 commit 62b9db6Copy full SHA for 62b9db6
webapp/packages/chat-sdk/src/components/ChatMsg/index.tsx
@@ -367,7 +367,7 @@ const ChatMsg: React.FC<Props> = ({
367
entityName !== undefined;
368
369
const existDrillDownDimension =
370
- queryMode.includes('METRIC') &&
+ (queryMode.includes('METRIC') || queryMode === 'LLM_S2SQL')&&
371
getMsgContentType() !== MsgContentTypeEnum.TEXT &&
372
!isEntityMode;
373
0 commit comments