AI refactor

This commit is contained in:
SPRINX0\prochazka
2025-02-06 08:34:21 +01:00
parent babfcb6108
commit f6dcc4bb1f
2 changed files with 9 additions and 20 deletions

View File

@@ -24,6 +24,10 @@ async function getAwsIamToken(params) {
return null;
}
async function callTextToSqlApi(text, structure, dialect) {
return null;
}
module.exports = {
isAuthProxySupported,
authProxyGetRedirectUrl,
@@ -32,4 +36,5 @@ module.exports = {
getAuthProxyUrl,
supportsAwsIam,
getAwsIamToken,
callTextToSqlApi,
};