@salesforce/lds-adapters-service-einsteinllm 1.230.0 → 1.232.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.
|
@@ -518,7 +518,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
518
518
|
function createResourceRequest$1(config) {
|
|
519
519
|
const headers = {};
|
|
520
520
|
return {
|
|
521
|
-
baseUri: '/services/data/
|
|
521
|
+
baseUri: '/services/data/v60.0',
|
|
522
522
|
basePath: '/einstein/llm/prompt/generations',
|
|
523
523
|
method: 'post',
|
|
524
524
|
body: config.body,
|
|
@@ -870,7 +870,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
870
870
|
function createResourceRequest(config) {
|
|
871
871
|
const headers = {};
|
|
872
872
|
return {
|
|
873
|
-
baseUri: '/services/data/
|
|
873
|
+
baseUri: '/services/data/v60.0',
|
|
874
874
|
basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '/generations',
|
|
875
875
|
method: 'post',
|
|
876
876
|
body: config.body,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -527,7 +527,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
527
527
|
function createResourceRequest$1(config) {
|
|
528
528
|
const headers = {};
|
|
529
529
|
return {
|
|
530
|
-
baseUri: '/services/data/
|
|
530
|
+
baseUri: '/services/data/v60.0',
|
|
531
531
|
basePath: '/einstein/llm/prompt/generations',
|
|
532
532
|
method: 'post',
|
|
533
533
|
body: config.body,
|
|
@@ -879,7 +879,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
879
879
|
function createResourceRequest(config) {
|
|
880
880
|
const headers = {};
|
|
881
881
|
return {
|
|
882
|
-
baseUri: '/services/data/
|
|
882
|
+
baseUri: '/services/data/v60.0',
|
|
883
883
|
basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '/generations',
|
|
884
884
|
method: 'post',
|
|
885
885
|
body: config.body,
|
|
@@ -970,4 +970,4 @@ withDefaultLuvio((luvio) => {
|
|
|
970
970
|
});
|
|
971
971
|
|
|
972
972
|
export { createGenerations, createGenerationsForPromptTemplate };
|
|
973
|
-
// version: 1.
|
|
973
|
+
// version: 1.232.0-6cf0cd6c7
|