UNPKG

@ibm-cloud/watsonx-ai

Version:
23 lines 910 B
export 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 || (Embedding = {})); export 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 || (EmbeddingResponse = {})); //# sourceMappingURL=response.mjs.map