vellum-ai 0.0.6 → 0.0.7
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.d.ts +3 -0
- package/Client.js +5 -0
- package/api/resources/documents/client/Client.d.ts +1 -1
- package/api/resources/documents/client/requests/{ListDocumentsRequest.d.ts → DocumentsListRequest.d.ts} +1 -1
- package/api/resources/documents/client/requests/index.d.ts +1 -1
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/sandboxes/client/Client.d.ts +17 -0
- package/api/resources/sandboxes/client/Client.js +83 -0
- package/api/resources/sandboxes/client/index.d.ts +1 -0
- package/api/resources/sandboxes/client/index.js +17 -0
- package/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +12 -0
- package/api/resources/sandboxes/client/requests/index.d.ts +1 -0
- package/api/resources/sandboxes/client/requests/index.js +2 -0
- package/api/resources/sandboxes/index.d.ts +1 -0
- package/api/resources/sandboxes/index.js +17 -0
- package/api/types/BlockTypeEnum.d.ts +2 -3
- package/api/types/BlockTypeEnum.js +1 -2
- package/api/types/ChatMessage.d.ts +8 -0
- package/api/types/ChatMessage.js +5 -0
- package/api/types/ModelVersionExecConfigRead.d.ts +2 -1
- package/api/types/ModelVersionSandboxSnapshot.d.ts +2 -0
- package/api/types/PromptTemplateBlock.d.ts +1 -0
- package/api/types/SandboxInput.d.ts +10 -0
- package/api/types/SandboxInput.js +5 -0
- package/api/types/SandboxInputRequest.d.ts +10 -0
- package/api/types/SandboxInputRequest.js +5 -0
- package/api/types/SandboxMetricInputParams.d.ts +6 -0
- package/api/types/SandboxMetricInputParams.js +5 -0
- package/api/types/SandboxMetricInputParamsRequest.d.ts +6 -0
- package/api/types/SandboxMetricInputParamsRequest.js +5 -0
- package/api/types/SandboxScenario.d.ts +12 -0
- package/api/types/SandboxScenario.js +5 -0
- package/api/types/TypeEnum.d.ts +8 -0
- package/api/types/TypeEnum.js +10 -0
- package/api/types/index.d.ts +7 -0
- package/api/types/index.js +7 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +5 -0
- package/dist/api/resources/documents/client/Client.d.ts +1 -1
- package/dist/api/resources/documents/client/requests/{ListDocumentsRequest.d.ts → DocumentsListRequest.d.ts} +1 -1
- package/dist/api/resources/documents/client/requests/DocumentsListRequest.js +5 -0
- package/dist/api/resources/documents/client/requests/index.d.ts +1 -1
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/sandboxes/client/Client.d.ts +17 -0
- package/dist/api/resources/sandboxes/client/Client.js +83 -0
- package/dist/api/resources/sandboxes/client/index.d.ts +1 -0
- package/dist/api/resources/sandboxes/client/index.js +17 -0
- package/dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +12 -0
- package/dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js +5 -0
- package/dist/api/resources/sandboxes/client/requests/index.d.ts +1 -0
- package/dist/api/resources/sandboxes/client/requests/index.js +2 -0
- package/dist/api/resources/sandboxes/index.d.ts +1 -0
- package/dist/api/resources/sandboxes/index.js +17 -0
- package/dist/api/types/BlockTypeEnum.d.ts +2 -3
- package/dist/api/types/BlockTypeEnum.js +1 -2
- package/dist/api/types/ChatMessage.d.ts +8 -0
- package/dist/api/types/ChatMessage.js +5 -0
- package/dist/api/types/ModelVersionExecConfigRead.d.ts +2 -1
- package/dist/api/types/ModelVersionSandboxSnapshot.d.ts +2 -0
- package/dist/api/types/PromptTemplateBlock.d.ts +1 -0
- package/dist/api/types/SandboxInput.d.ts +10 -0
- package/dist/api/types/SandboxInput.js +5 -0
- package/dist/api/types/SandboxInputRequest.d.ts +10 -0
- package/dist/api/types/SandboxInputRequest.js +5 -0
- package/dist/api/types/SandboxMetricInputParams.d.ts +6 -0
- package/dist/api/types/SandboxMetricInputParams.js +5 -0
- package/dist/api/types/SandboxMetricInputParamsRequest.d.ts +6 -0
- package/dist/api/types/SandboxMetricInputParamsRequest.js +5 -0
- package/dist/api/types/SandboxScenario.d.ts +12 -0
- package/dist/api/types/SandboxScenario.js +5 -0
- package/dist/api/types/TypeEnum.d.ts +8 -0
- package/dist/api/types/TypeEnum.js +10 -0
- package/dist/api/types/index.d.ts +7 -0
- package/dist/api/types/index.js +7 -0
- package/dist/serialization/index.d.ts +1 -0
- package/dist/serialization/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +31 -0
- package/dist/serialization/resources/sandboxes/client/index.d.ts +1 -0
- package/dist/serialization/resources/sandboxes/client/index.js +17 -0
- package/dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +15 -0
- package/dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js +38 -0
- package/dist/serialization/resources/sandboxes/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/sandboxes/client/requests/index.js +5 -0
- package/dist/serialization/resources/sandboxes/index.d.ts +1 -0
- package/dist/serialization/resources/sandboxes/index.js +17 -0
- package/dist/serialization/types/BlockTypeEnum.d.ts +1 -1
- package/dist/serialization/types/BlockTypeEnum.js +1 -1
- package/dist/serialization/types/ChatMessage.d.ts +13 -0
- package/dist/serialization/types/ChatMessage.js +34 -0
- package/dist/serialization/types/ModelVersionExecConfigRead.d.ts +2 -1
- package/dist/serialization/types/ModelVersionExecConfigRead.js +2 -1
- package/dist/serialization/types/ModelVersionSandboxSnapshot.d.ts +1 -0
- package/dist/serialization/types/ModelVersionSandboxSnapshot.js +1 -0
- package/dist/serialization/types/PromptTemplateBlock.d.ts +1 -0
- package/dist/serialization/types/PromptTemplateBlock.js +1 -0
- package/dist/serialization/types/SandboxInput.d.ts +15 -0
- package/dist/serialization/types/SandboxInput.js +38 -0
- package/dist/serialization/types/SandboxInputRequest.d.ts +15 -0
- package/dist/serialization/types/SandboxInputRequest.js +38 -0
- package/dist/serialization/types/SandboxMetricInputParams.d.ts +12 -0
- package/dist/serialization/types/SandboxMetricInputParams.js +33 -0
- package/dist/serialization/types/SandboxMetricInputParamsRequest.d.ts +12 -0
- package/dist/serialization/types/SandboxMetricInputParamsRequest.js +33 -0
- package/dist/serialization/types/SandboxScenario.d.ts +15 -0
- package/dist/serialization/types/SandboxScenario.js +36 -0
- package/dist/serialization/types/TypeEnum.d.ts +10 -0
- package/dist/serialization/types/TypeEnum.js +34 -0
- package/dist/serialization/types/index.d.ts +7 -0
- package/dist/serialization/types/index.js +7 -0
- package/package.json +1 -1
- package/serialization/index.d.ts +1 -0
- package/serialization/index.js +1 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +31 -0
- package/serialization/resources/sandboxes/client/index.d.ts +1 -0
- package/serialization/resources/sandboxes/client/index.js +17 -0
- package/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +15 -0
- package/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js +38 -0
- package/serialization/resources/sandboxes/client/requests/index.d.ts +1 -0
- package/serialization/resources/sandboxes/client/requests/index.js +5 -0
- package/serialization/resources/sandboxes/index.d.ts +1 -0
- package/serialization/resources/sandboxes/index.js +17 -0
- package/serialization/types/BlockTypeEnum.d.ts +1 -1
- package/serialization/types/BlockTypeEnum.js +1 -1
- package/serialization/types/ChatMessage.d.ts +13 -0
- package/serialization/types/ChatMessage.js +34 -0
- package/serialization/types/ModelVersionExecConfigRead.d.ts +2 -1
- package/serialization/types/ModelVersionExecConfigRead.js +2 -1
- package/serialization/types/ModelVersionSandboxSnapshot.d.ts +1 -0
- package/serialization/types/ModelVersionSandboxSnapshot.js +1 -0
- package/serialization/types/PromptTemplateBlock.d.ts +1 -0
- package/serialization/types/PromptTemplateBlock.js +1 -0
- package/serialization/types/SandboxInput.d.ts +15 -0
- package/serialization/types/SandboxInput.js +38 -0
- package/serialization/types/SandboxInputRequest.d.ts +15 -0
- package/serialization/types/SandboxInputRequest.js +38 -0
- package/serialization/types/SandboxMetricInputParams.d.ts +12 -0
- package/serialization/types/SandboxMetricInputParams.js +33 -0
- package/serialization/types/SandboxMetricInputParamsRequest.d.ts +12 -0
- package/serialization/types/SandboxMetricInputParamsRequest.js +33 -0
- package/serialization/types/SandboxScenario.d.ts +15 -0
- package/serialization/types/SandboxScenario.js +36 -0
- package/serialization/types/TypeEnum.d.ts +10 -0
- package/serialization/types/TypeEnum.js +34 -0
- package/serialization/types/index.d.ts +7 -0
- package/serialization/types/index.js +7 -0
- /package/api/resources/documents/client/requests/{ListDocumentsRequest.js → DocumentsListRequest.js} +0 -0
- /package/{dist/api/resources/documents/client/requests/ListDocumentsRequest.js → api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js} +0 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
+
exports.Sandboxes = void 0;
|
|
33
|
+
const environments = __importStar(require("../../../../environments"));
|
|
34
|
+
const core = __importStar(require("../../../../core"));
|
|
35
|
+
const url_join_1 = __importDefault(require("url-join"));
|
|
36
|
+
const serializers = __importStar(require("../../../../serialization"));
|
|
37
|
+
const errors = __importStar(require("../../../../errors"));
|
|
38
|
+
class Sandboxes {
|
|
39
|
+
options;
|
|
40
|
+
constructor(options) {
|
|
41
|
+
this.options = options;
|
|
42
|
+
}
|
|
43
|
+
async upsertSandboxScenario(id, request) {
|
|
44
|
+
const _response = await core.fetcher({
|
|
45
|
+
url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).default, `v1/sandboxes/${id}/scenarios`),
|
|
46
|
+
method: "POST",
|
|
47
|
+
headers: {
|
|
48
|
+
X_API_KEY: await core.Supplier.get(this.options.apiKey),
|
|
49
|
+
},
|
|
50
|
+
contentType: "application/json",
|
|
51
|
+
body: await serializers.UpsertSandboxScenarioRequestRequest.jsonOrThrow(request, {
|
|
52
|
+
unrecognizedObjectKeys: "strip",
|
|
53
|
+
}),
|
|
54
|
+
});
|
|
55
|
+
if (_response.ok) {
|
|
56
|
+
return await serializers.SandboxScenario.parseOrThrow(_response.body, {
|
|
57
|
+
unrecognizedObjectKeys: "passthrough",
|
|
58
|
+
allowUnrecognizedUnionMembers: true,
|
|
59
|
+
allowUnrecognizedEnumValues: true,
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
if (_response.error.reason === "status-code") {
|
|
63
|
+
throw new errors.VellumError({
|
|
64
|
+
statusCode: _response.error.statusCode,
|
|
65
|
+
body: _response.error.body,
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
switch (_response.error.reason) {
|
|
69
|
+
case "non-json":
|
|
70
|
+
throw new errors.VellumError({
|
|
71
|
+
statusCode: _response.error.statusCode,
|
|
72
|
+
body: _response.error.rawBody,
|
|
73
|
+
});
|
|
74
|
+
case "timeout":
|
|
75
|
+
throw new errors.VellumTimeoutError();
|
|
76
|
+
case "unknown":
|
|
77
|
+
throw new errors.VellumError({
|
|
78
|
+
message: _response.error.errorMessage,
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.Sandboxes = Sandboxes;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../../../..";
|
|
5
|
+
export interface UpsertSandboxScenarioRequestRequest {
|
|
6
|
+
label?: string;
|
|
7
|
+
/** The inputs for the scenario */
|
|
8
|
+
inputs: Vellum.SandboxInputRequest[];
|
|
9
|
+
metricInputParams?: Vellum.SandboxMetricInputParamsRequest;
|
|
10
|
+
/** The id of the scenario to update. If none is provided, an id will be generated and a new scenario will be appended. */
|
|
11
|
+
id?: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { UpsertSandboxScenarioRequestRequest } from "./UpsertSandboxScenarioRequestRequest";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type BlockTypeEnum = "CHAT_MESSAGE" | "CHAT_HISTORY" | "
|
|
4
|
+
export declare type BlockTypeEnum = "CHAT_MESSAGE" | "CHAT_HISTORY" | "JINJA";
|
|
5
5
|
export declare const BlockTypeEnum: {
|
|
6
6
|
readonly ChatMessage: "CHAT_MESSAGE";
|
|
7
7
|
readonly ChatHistory: "CHAT_HISTORY";
|
|
8
|
-
readonly
|
|
9
|
-
readonly Variable: "VARIABLE";
|
|
8
|
+
readonly Jinja: "JINJA";
|
|
10
9
|
};
|
|
@@ -8,6 +8,7 @@ export interface ModelVersionExecConfigRead {
|
|
|
8
8
|
/** Names of the template variables specified in the prompt template. */
|
|
9
9
|
inputVariables: string[];
|
|
10
10
|
/** The template used to generate prompts for this model version. */
|
|
11
|
-
promptTemplate
|
|
11
|
+
promptTemplate?: string;
|
|
12
12
|
promptBlockData?: Vellum.PromptTemplateBlockData;
|
|
13
|
+
promptSyntaxVersion: number;
|
|
13
14
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "..";
|
|
5
|
+
export interface SandboxScenario {
|
|
6
|
+
label?: string;
|
|
7
|
+
/** The inputs for the scenario */
|
|
8
|
+
inputs: Vellum.SandboxInput[];
|
|
9
|
+
metricInputParams?: Vellum.SandboxMetricInputParams;
|
|
10
|
+
/** The id of the scenario */
|
|
11
|
+
id: string;
|
|
12
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./BlockTypeEnum";
|
|
2
|
+
export * from "./ChatMessage";
|
|
2
3
|
export * from "./ChatMessageRequest";
|
|
3
4
|
export * from "./ChatMessageRole";
|
|
4
5
|
export * from "./Document";
|
|
@@ -29,6 +30,11 @@ export * from "./PromptTemplateBlock";
|
|
|
29
30
|
export * from "./PromptTemplateBlockData";
|
|
30
31
|
export * from "./PromptTemplateBlockProperties";
|
|
31
32
|
export * from "./ProviderEnum";
|
|
33
|
+
export * from "./SandboxInput";
|
|
34
|
+
export * from "./SandboxInputRequest";
|
|
35
|
+
export * from "./SandboxMetricInputParams";
|
|
36
|
+
export * from "./SandboxMetricInputParamsRequest";
|
|
37
|
+
export * from "./SandboxScenario";
|
|
32
38
|
export * from "./SearchErrorResponse";
|
|
33
39
|
export * from "./SearchFiltersRequest";
|
|
34
40
|
export * from "./SearchRequestOptionsRequest";
|
|
@@ -40,5 +46,6 @@ export * from "./SlimDocument";
|
|
|
40
46
|
export * from "./SlimDocumentStatusEnum";
|
|
41
47
|
export * from "./SubmitCompletionActualRequest";
|
|
42
48
|
export * from "./SubmitCompletionActualsErrorResponse";
|
|
49
|
+
export * from "./TypeEnum";
|
|
43
50
|
export * from "./UploadDocumentErrorResponse";
|
|
44
51
|
export * from "./UploadDocumentResponse";
|
package/dist/api/types/index.js
CHANGED
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./BlockTypeEnum"), exports);
|
|
18
|
+
__exportStar(require("./ChatMessage"), exports);
|
|
18
19
|
__exportStar(require("./ChatMessageRequest"), exports);
|
|
19
20
|
__exportStar(require("./ChatMessageRole"), exports);
|
|
20
21
|
__exportStar(require("./Document"), exports);
|
|
@@ -45,6 +46,11 @@ __exportStar(require("./PromptTemplateBlock"), exports);
|
|
|
45
46
|
__exportStar(require("./PromptTemplateBlockData"), exports);
|
|
46
47
|
__exportStar(require("./PromptTemplateBlockProperties"), exports);
|
|
47
48
|
__exportStar(require("./ProviderEnum"), exports);
|
|
49
|
+
__exportStar(require("./SandboxInput"), exports);
|
|
50
|
+
__exportStar(require("./SandboxInputRequest"), exports);
|
|
51
|
+
__exportStar(require("./SandboxMetricInputParams"), exports);
|
|
52
|
+
__exportStar(require("./SandboxMetricInputParamsRequest"), exports);
|
|
53
|
+
__exportStar(require("./SandboxScenario"), exports);
|
|
48
54
|
__exportStar(require("./SearchErrorResponse"), exports);
|
|
49
55
|
__exportStar(require("./SearchFiltersRequest"), exports);
|
|
50
56
|
__exportStar(require("./SearchRequestOptionsRequest"), exports);
|
|
@@ -56,5 +62,6 @@ __exportStar(require("./SlimDocument"), exports);
|
|
|
56
62
|
__exportStar(require("./SlimDocumentStatusEnum"), exports);
|
|
57
63
|
__exportStar(require("./SubmitCompletionActualRequest"), exports);
|
|
58
64
|
__exportStar(require("./SubmitCompletionActualsErrorResponse"), exports);
|
|
65
|
+
__exportStar(require("./TypeEnum"), exports);
|
|
59
66
|
__exportStar(require("./UploadDocumentErrorResponse"), exports);
|
|
60
67
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./types"), exports);
|
|
18
18
|
__exportStar(require("./client"), exports);
|
|
19
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.sandboxes = void 0;
|
|
30
|
+
exports.sandboxes = __importStar(require("./sandboxes"));
|
|
31
|
+
__exportStar(require("./sandboxes/client/requests"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../..";
|
|
5
|
+
import * as Vellum from "../../../../../api";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const UpsertSandboxScenarioRequestRequest: core.serialization.Schema<serializers.UpsertSandboxScenarioRequestRequest.Raw, Vellum.UpsertSandboxScenarioRequestRequest>;
|
|
8
|
+
export declare namespace UpsertSandboxScenarioRequestRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
label?: string | null;
|
|
11
|
+
inputs: serializers.SandboxInputRequest.Raw[];
|
|
12
|
+
metric_input_params?: serializers.SandboxMetricInputParamsRequest.Raw | null;
|
|
13
|
+
id?: string | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.UpsertSandboxScenarioRequestRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.UpsertSandboxScenarioRequestRequest = core.serialization.object({
|
|
32
|
+
label: core.serialization.string().optional(),
|
|
33
|
+
inputs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../..")))).SandboxInputRequest)),
|
|
34
|
+
metricInputParams: core.serialization.property("metric_input_params", core.serialization
|
|
35
|
+
.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../..")))).SandboxMetricInputParamsRequest)
|
|
36
|
+
.optional()),
|
|
37
|
+
id: core.serialization.string().optional(),
|
|
38
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { UpsertSandboxScenarioRequestRequest } from "./UpsertSandboxScenarioRequestRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpsertSandboxScenarioRequestRequest = void 0;
|
|
4
|
+
var UpsertSandboxScenarioRequestRequest_1 = require("./UpsertSandboxScenarioRequestRequest");
|
|
5
|
+
Object.defineProperty(exports, "UpsertSandboxScenarioRequestRequest", { enumerable: true, get: function () { return UpsertSandboxScenarioRequestRequest_1.UpsertSandboxScenarioRequestRequest; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const BlockTypeEnum: core.serialization.Schema<serializers.BlockTypeEnum.Raw, Vellum.BlockTypeEnum>;
|
|
8
8
|
export declare namespace BlockTypeEnum {
|
|
9
|
-
type Raw = "CHAT_MESSAGE" | "CHAT_HISTORY" | "
|
|
9
|
+
type Raw = "CHAT_MESSAGE" | "CHAT_HISTORY" | "JINJA";
|
|
10
10
|
}
|
|
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.BlockTypeEnum = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.BlockTypeEnum = core.serialization.enum_(["CHAT_MESSAGE", "CHAT_HISTORY", "
|
|
31
|
+
exports.BlockTypeEnum = core.serialization.enum_(["CHAT_MESSAGE", "CHAT_HISTORY", "JINJA"]);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const ChatMessage: core.serialization.ObjectSchema<serializers.ChatMessage.Raw, Vellum.ChatMessage>;
|
|
8
|
+
export declare namespace ChatMessage {
|
|
9
|
+
interface Raw {
|
|
10
|
+
text: string;
|
|
11
|
+
role: serializers.ChatMessageRole.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ChatMessage = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.ChatMessage = core.serialization.object({
|
|
32
|
+
text: core.serialization.string(),
|
|
33
|
+
role: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ChatMessageRole),
|
|
34
|
+
});
|
|
@@ -9,7 +9,8 @@ export declare namespace ModelVersionExecConfigRead {
|
|
|
9
9
|
interface Raw {
|
|
10
10
|
parameters: serializers.ModelVersionExecConfigParameters.Raw;
|
|
11
11
|
input_variables: string[];
|
|
12
|
-
prompt_template
|
|
12
|
+
prompt_template?: string | null;
|
|
13
13
|
prompt_block_data?: serializers.PromptTemplateBlockData.Raw | null;
|
|
14
|
+
prompt_syntax_version: number;
|
|
14
15
|
}
|
|
15
16
|
}
|
|
@@ -31,6 +31,7 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.ModelVersionExecConfigRead = core.serialization.object({
|
|
32
32
|
parameters: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ModelVersionExecConfigParameters),
|
|
33
33
|
inputVariables: core.serialization.property("input_variables", core.serialization.list(core.serialization.string())),
|
|
34
|
-
promptTemplate: core.serialization.property("prompt_template", core.serialization.string()),
|
|
34
|
+
promptTemplate: core.serialization.property("prompt_template", core.serialization.string().optional()),
|
|
35
35
|
promptBlockData: core.serialization.property("prompt_block_data", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).PromptTemplateBlockData).optional()),
|
|
36
|
+
promptSyntaxVersion: core.serialization.property("prompt_syntax_version", core.serialization.number()),
|
|
36
37
|
});
|