UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

16 lines 853 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AzureOpenAIErrorType = exports.AuthenticationType = void 0; var AuthenticationType; (function (AuthenticationType) { AuthenticationType["ApiKey"] = "azureOpenAiApi"; AuthenticationType["EntraOAuth2"] = "azureEntraCognitiveServicesOAuth2Api"; })(AuthenticationType || (exports.AuthenticationType = AuthenticationType = {})); var AzureOpenAIErrorType; (function (AzureOpenAIErrorType) { AzureOpenAIErrorType["AuthenticationError"] = "AuthenticationError"; AzureOpenAIErrorType["ConfigurationError"] = "ConfigurationError"; AzureOpenAIErrorType["APIError"] = "APIError"; AzureOpenAIErrorType["UnknownError"] = "UnknownError"; })(AzureOpenAIErrorType || (exports.AzureOpenAIErrorType = AzureOpenAIErrorType = {})); //# sourceMappingURL=types.js.map