@salesforce/lds-adapters-service-einsteinllm 1.356.0 → 1.358.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -474,7 +474,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
474
474
|
function createResourceRequest$6(config) {
|
|
475
475
|
const headers = {};
|
|
476
476
|
return {
|
|
477
|
-
baseUri: '/services/data/
|
|
477
|
+
baseUri: '/services/data/v65.0',
|
|
478
478
|
basePath: '/einstein/llm/embeddings',
|
|
479
479
|
method: 'post',
|
|
480
480
|
body: config.body,
|
|
@@ -719,7 +719,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
719
719
|
function createResourceRequest$5(config) {
|
|
720
720
|
const headers = {};
|
|
721
721
|
return {
|
|
722
|
-
baseUri: '/services/data/
|
|
722
|
+
baseUri: '/services/data/v65.0',
|
|
723
723
|
basePath: '/einstein/llm/feedback',
|
|
724
724
|
method: 'post',
|
|
725
725
|
body: config.body,
|
|
@@ -1762,7 +1762,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
1762
1762
|
function createResourceRequest$4(config) {
|
|
1763
1763
|
const headers = {};
|
|
1764
1764
|
return {
|
|
1765
|
-
baseUri: '/services/data/
|
|
1765
|
+
baseUri: '/services/data/v65.0',
|
|
1766
1766
|
basePath: '/einstein/llm/prompt/generations',
|
|
1767
1767
|
method: 'post',
|
|
1768
1768
|
body: config.body,
|
|
@@ -2117,7 +2117,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2117
2117
|
function createResourceRequest$3(config) {
|
|
2118
2118
|
const headers = {};
|
|
2119
2119
|
return {
|
|
2120
|
-
baseUri: '/services/data/
|
|
2120
|
+
baseUri: '/services/data/v65.0',
|
|
2121
2121
|
basePath: '/einstein/prompt-templates',
|
|
2122
2122
|
method: 'get',
|
|
2123
2123
|
body: null,
|
|
@@ -2262,7 +2262,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2262
2262
|
function createResourceRequest$2(config) {
|
|
2263
2263
|
const headers = {};
|
|
2264
2264
|
return {
|
|
2265
|
-
baseUri: '/services/data/
|
|
2265
|
+
baseUri: '/services/data/v65.0',
|
|
2266
2266
|
basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '',
|
|
2267
2267
|
method: 'get',
|
|
2268
2268
|
body: null,
|
|
@@ -3261,7 +3261,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
3261
3261
|
function createResourceRequest$1(config) {
|
|
3262
3262
|
const headers = {};
|
|
3263
3263
|
return {
|
|
3264
|
-
baseUri: '/services/data/
|
|
3264
|
+
baseUri: '/services/data/v65.0',
|
|
3265
3265
|
basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '/generations',
|
|
3266
3266
|
method: 'post',
|
|
3267
3267
|
body: config.body,
|
|
@@ -3627,7 +3627,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3627
3627
|
function createResourceRequest(config) {
|
|
3628
3628
|
const headers = {};
|
|
3629
3629
|
return {
|
|
3630
|
-
baseUri: '/services/data/
|
|
3630
|
+
baseUri: '/services/data/v65.0',
|
|
3631
3631
|
basePath: '/einstein/prompt-template/' + config.urlParams.promptTemplateDevName + '/output-languages',
|
|
3632
3632
|
method: 'get',
|
|
3633
3633
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-einsteinllm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.358.0",
|
|
4
4
|
"description": "Connect family for Einstein LLM generations",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-einsteinllm.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest --config=./jest.config.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.358.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.358.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.358.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -484,7 +484,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
484
484
|
function createResourceRequest$6(config) {
|
|
485
485
|
const headers = {};
|
|
486
486
|
return {
|
|
487
|
-
baseUri: '/services/data/
|
|
487
|
+
baseUri: '/services/data/v65.0',
|
|
488
488
|
basePath: '/einstein/llm/embeddings',
|
|
489
489
|
method: 'post',
|
|
490
490
|
body: config.body,
|
|
@@ -729,7 +729,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
729
729
|
function createResourceRequest$5(config) {
|
|
730
730
|
const headers = {};
|
|
731
731
|
return {
|
|
732
|
-
baseUri: '/services/data/
|
|
732
|
+
baseUri: '/services/data/v65.0',
|
|
733
733
|
basePath: '/einstein/llm/feedback',
|
|
734
734
|
method: 'post',
|
|
735
735
|
body: config.body,
|
|
@@ -1772,7 +1772,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
1772
1772
|
function createResourceRequest$4(config) {
|
|
1773
1773
|
const headers = {};
|
|
1774
1774
|
return {
|
|
1775
|
-
baseUri: '/services/data/
|
|
1775
|
+
baseUri: '/services/data/v65.0',
|
|
1776
1776
|
basePath: '/einstein/llm/prompt/generations',
|
|
1777
1777
|
method: 'post',
|
|
1778
1778
|
body: config.body,
|
|
@@ -2741,7 +2741,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
2741
2741
|
function createResourceRequest$3(config) {
|
|
2742
2742
|
const headers = {};
|
|
2743
2743
|
return {
|
|
2744
|
-
baseUri: '/services/data/
|
|
2744
|
+
baseUri: '/services/data/v65.0',
|
|
2745
2745
|
basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '/generations',
|
|
2746
2746
|
method: 'post',
|
|
2747
2747
|
body: config.body,
|
|
@@ -3107,7 +3107,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3107
3107
|
function createResourceRequest$2(config) {
|
|
3108
3108
|
const headers = {};
|
|
3109
3109
|
return {
|
|
3110
|
-
baseUri: '/services/data/
|
|
3110
|
+
baseUri: '/services/data/v65.0',
|
|
3111
3111
|
basePath: '/einstein/prompt-template/' + config.urlParams.promptTemplateDevName + '/output-languages',
|
|
3112
3112
|
method: 'get',
|
|
3113
3113
|
body: null,
|
|
@@ -3416,7 +3416,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3416
3416
|
function createResourceRequest$1(config) {
|
|
3417
3417
|
const headers = {};
|
|
3418
3418
|
return {
|
|
3419
|
-
baseUri: '/services/data/
|
|
3419
|
+
baseUri: '/services/data/v65.0',
|
|
3420
3420
|
basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '',
|
|
3421
3421
|
method: 'get',
|
|
3422
3422
|
body: null,
|
|
@@ -3632,7 +3632,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3632
3632
|
function createResourceRequest(config) {
|
|
3633
3633
|
const headers = {};
|
|
3634
3634
|
return {
|
|
3635
|
-
baseUri: '/services/data/
|
|
3635
|
+
baseUri: '/services/data/v65.0',
|
|
3636
3636
|
basePath: '/einstein/prompt-templates',
|
|
3637
3637
|
method: 'get',
|
|
3638
3638
|
body: null,
|
|
@@ -3805,4 +3805,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3805
3805
|
});
|
|
3806
3806
|
|
|
3807
3807
|
export { createEmbeddings, createEmbeddings_imperative, createFeedback, createGenerations, createGenerationsForPromptTemplate, getOutputLanguages, getOutputLanguages_imperative, getPromptTemplate, getPromptTemplate_imperative, getPromptTemplates, getPromptTemplates_imperative };
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.358.0-abc73971a1
|