-
-
-
- {shouldShowViewExplanation ? (
-
- ) : (
-
- )}
-
-
- {}} // Noop - history is managed via onHistoryUpdate
- onHistoryUpdate={handleHistoryUpdate}
- queryContext={queryContext}
- refIds={vars}
- errorContext={errorContext} // Will be added when error tracking is implemented
- // schemas={schemas} // Will be added when schema extraction is implemented
- />
-
-
- {suggestions.length > 0 && (
-
-
-
- )}
-
-
+ {renderSQLButtons()}
+ >
+ {({ formatQuery }) => renderToolbox(formatQuery)}
+
- <>
-