UNPKG

@ibm-cloud/watsonx-ai

Version:
26 lines 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmbeddingResponse = exports.Embedding = void 0; var Embedding; (function (Embedding) { let Constants; (function (Constants) { /** Object type, which is always `"embedding"`. */ let Object; (function (Object) { Object["EMBEDDING"] = "embedding"; })(Object = Constants.Object || (Constants.Object = {})); })(Constants = Embedding.Constants || (Embedding.Constants = {})); })(Embedding = exports.Embedding || (exports.Embedding = {})); var EmbeddingResponse; (function (EmbeddingResponse) { let Constants; (function (Constants) { /** Object type, which is always `"list"`. */ let Object; (function (Object) { Object["LIST"] = "list"; })(Object = Constants.Object || (Constants.Object = {})); })(Constants = EmbeddingResponse.Constants || (EmbeddingResponse.Constants = {})); })(EmbeddingResponse = exports.EmbeddingResponse || (exports.EmbeddingResponse = {})); //# sourceMappingURL=response.js.map