(feature)(chat-sdk) modify sql tip (#642)

This commit is contained in:
williamhliu
2024-01-17 20:14:40 +08:00
committed by GitHub
parent c181ce6945
commit 93c3ce1631
4 changed files with 16 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ export type ChatContextType = {
elementMatches: any[];
nativeQuery: boolean;
queryMode: string;
queryType: 'METRIC' | 'TAG' | 'OTHER';
queryType: 'METRIC' | 'METRIC_TAG' | 'TAG' | 'OTHER';
dimensionFilters: FilterItemType[];
properties: any;
sqlInfo: SqlInfoType;