@salesforce/lds-adapters-service-einsteinllm 1.334.0 → 1.336.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$2(luvio, params, error, snapshotRefresh) {
|
|
|
474
474
|
function createResourceRequest$5(config) {
|
|
475
475
|
const headers = {};
|
|
476
476
|
return {
|
|
477
|
-
baseUri: '/services/data/
|
|
477
|
+
baseUri: '/services/data/v64.0',
|
|
478
478
|
basePath: '/einstein/llm/embeddings',
|
|
479
479
|
method: 'post',
|
|
480
480
|
body: config.body,
|
|
@@ -719,7 +719,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
719
719
|
function createResourceRequest$4(config) {
|
|
720
720
|
const headers = {};
|
|
721
721
|
return {
|
|
722
|
-
baseUri: '/services/data/
|
|
722
|
+
baseUri: '/services/data/v64.0',
|
|
723
723
|
basePath: '/einstein/llm/feedback',
|
|
724
724
|
method: 'post',
|
|
725
725
|
body: config.body,
|
|
@@ -1762,7 +1762,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1762
1762
|
function createResourceRequest$3(config) {
|
|
1763
1763
|
const headers = {};
|
|
1764
1764
|
return {
|
|
1765
|
-
baseUri: '/services/data/
|
|
1765
|
+
baseUri: '/services/data/v64.0',
|
|
1766
1766
|
basePath: '/einstein/llm/prompt/generations',
|
|
1767
1767
|
method: 'post',
|
|
1768
1768
|
body: config.body,
|
|
@@ -2069,7 +2069,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2069
2069
|
function createResourceRequest$2(config) {
|
|
2070
2070
|
const headers = {};
|
|
2071
2071
|
return {
|
|
2072
|
-
baseUri: '/services/data/
|
|
2072
|
+
baseUri: '/services/data/v64.0',
|
|
2073
2073
|
basePath: '/einstein/prompt-templates',
|
|
2074
2074
|
method: 'get',
|
|
2075
2075
|
body: null,
|
|
@@ -2953,7 +2953,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
2953
2953
|
function createResourceRequest$1(config) {
|
|
2954
2954
|
const headers = {};
|
|
2955
2955
|
return {
|
|
2956
|
-
baseUri: '/services/data/
|
|
2956
|
+
baseUri: '/services/data/v64.0',
|
|
2957
2957
|
basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '/generations',
|
|
2958
2958
|
method: 'post',
|
|
2959
2959
|
body: config.body,
|
|
@@ -3319,7 +3319,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3319
3319
|
function createResourceRequest(config) {
|
|
3320
3320
|
const headers = {};
|
|
3321
3321
|
return {
|
|
3322
|
-
baseUri: '/services/data/
|
|
3322
|
+
baseUri: '/services/data/v64.0',
|
|
3323
3323
|
basePath: '/einstein/prompt-template/' + config.urlParams.promptTemplateDevName + '/output-languages',
|
|
3324
3324
|
method: 'get',
|
|
3325
3325
|
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.336.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.336.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.336.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.336.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -484,7 +484,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
484
484
|
function createResourceRequest$5(config) {
|
|
485
485
|
const headers = {};
|
|
486
486
|
return {
|
|
487
|
-
baseUri: '/services/data/
|
|
487
|
+
baseUri: '/services/data/v64.0',
|
|
488
488
|
basePath: '/einstein/llm/embeddings',
|
|
489
489
|
method: 'post',
|
|
490
490
|
body: config.body,
|
|
@@ -729,7 +729,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
729
729
|
function createResourceRequest$4(config) {
|
|
730
730
|
const headers = {};
|
|
731
731
|
return {
|
|
732
|
-
baseUri: '/services/data/
|
|
732
|
+
baseUri: '/services/data/v64.0',
|
|
733
733
|
basePath: '/einstein/llm/feedback',
|
|
734
734
|
method: 'post',
|
|
735
735
|
body: config.body,
|
|
@@ -1772,7 +1772,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1772
1772
|
function createResourceRequest$3(config) {
|
|
1773
1773
|
const headers = {};
|
|
1774
1774
|
return {
|
|
1775
|
-
baseUri: '/services/data/
|
|
1775
|
+
baseUri: '/services/data/v64.0',
|
|
1776
1776
|
basePath: '/einstein/llm/prompt/generations',
|
|
1777
1777
|
method: 'post',
|
|
1778
1778
|
body: config.body,
|
|
@@ -2620,7 +2620,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2620
2620
|
function createResourceRequest$2(config) {
|
|
2621
2621
|
const headers = {};
|
|
2622
2622
|
return {
|
|
2623
|
-
baseUri: '/services/data/
|
|
2623
|
+
baseUri: '/services/data/v64.0',
|
|
2624
2624
|
basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '/generations',
|
|
2625
2625
|
method: 'post',
|
|
2626
2626
|
body: config.body,
|
|
@@ -2986,7 +2986,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2986
2986
|
function createResourceRequest$1(config) {
|
|
2987
2987
|
const headers = {};
|
|
2988
2988
|
return {
|
|
2989
|
-
baseUri: '/services/data/
|
|
2989
|
+
baseUri: '/services/data/v64.0',
|
|
2990
2990
|
basePath: '/einstein/prompt-template/' + config.urlParams.promptTemplateDevName + '/output-languages',
|
|
2991
2991
|
method: 'get',
|
|
2992
2992
|
body: null,
|
|
@@ -3324,7 +3324,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3324
3324
|
function createResourceRequest(config) {
|
|
3325
3325
|
const headers = {};
|
|
3326
3326
|
return {
|
|
3327
|
-
baseUri: '/services/data/
|
|
3327
|
+
baseUri: '/services/data/v64.0',
|
|
3328
3328
|
basePath: '/einstein/prompt-templates',
|
|
3329
3329
|
method: 'get',
|
|
3330
3330
|
body: null,
|
|
@@ -3489,4 +3489,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3489
3489
|
});
|
|
3490
3490
|
|
|
3491
3491
|
export { createEmbeddings, createEmbeddings_imperative, createFeedback, createGenerations, createGenerationsForPromptTemplate, getOutputLanguages, getOutputLanguages_imperative, getPromptTemplates, getPromptTemplates_imperative };
|
|
3492
|
-
// version: 1.
|
|
3492
|
+
// version: 1.336.0-1b35a3afd9
|