vellum-ai 0.0.39 → 0.0.40
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.
- package/Client.js +1 -1
- package/dist/Client.js +1 -1
- package/package.json +1 -1
package/Client.js
CHANGED
|
@@ -305,7 +305,7 @@ class VellumClient {
|
|
|
305
305
|
*/
|
|
306
306
|
async submitWorkflowExecutionActuals(request) {
|
|
307
307
|
const _response = await core.fetcher({
|
|
308
|
-
url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).
|
|
308
|
+
url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).predict, "v1/submit-workflow-execution-actuals"),
|
|
309
309
|
method: "POST",
|
|
310
310
|
headers: {
|
|
311
311
|
X_API_KEY: await core.Supplier.get(this.options.apiKey),
|
package/dist/Client.js
CHANGED
|
@@ -305,7 +305,7 @@ class VellumClient {
|
|
|
305
305
|
*/
|
|
306
306
|
async submitWorkflowExecutionActuals(request) {
|
|
307
307
|
const _response = await core.fetcher({
|
|
308
|
-
url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).
|
|
308
|
+
url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).predict, "v1/submit-workflow-execution-actuals"),
|
|
309
309
|
method: "POST",
|
|
310
310
|
headers: {
|
|
311
311
|
X_API_KEY: await core.Supplier.get(this.options.apiKey),
|