call complete on cursor

This commit is contained in:
SPRINX0\prochazka
2025-02-07 17:22:24 +01:00
parent 0ba040a28c
commit 3d14ca302f
3 changed files with 23 additions and 2 deletions

View File

@@ -28,6 +28,10 @@ async function callTextToSqlApi(text, structure, dialect) {
return null;
}
async function callCompleteOnCursorApi(cursorId, query, position, dialect) {
return null;
}
module.exports = {
isAuthProxySupported,
authProxyGetRedirectUrl,
@@ -37,4 +41,5 @@ module.exports = {
supportsAwsIam,
getAwsIamToken,
callTextToSqlApi,
callCompleteOnCursorApi,
};