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
|
@@ -31,4 +31,5 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.ModelVersionSandboxSnapshot = core.serialization.object({
|
|
32
32
|
id: core.serialization.string(),
|
|
33
33
|
promptIndex: core.serialization.property("prompt_index", core.serialization.number()),
|
|
34
|
+
promptId: core.serialization.property("prompt_id", core.serialization.string().optional()),
|
|
34
35
|
});
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const PromptTemplateBlock: core.serialization.ObjectSchema<serializers.PromptTemplateBlock.Raw, Vellum.PromptTemplateBlock>;
|
|
8
8
|
export declare namespace PromptTemplateBlock {
|
|
9
9
|
interface Raw {
|
|
10
|
+
id: string;
|
|
10
11
|
block_type: serializers.BlockTypeEnum.Raw;
|
|
11
12
|
properties: serializers.PromptTemplateBlockProperties.Raw;
|
|
12
13
|
}
|
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.PromptTemplateBlock = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.PromptTemplateBlock = core.serialization.object({
|
|
32
|
+
id: core.serialization.string(),
|
|
32
33
|
blockType: core.serialization.property("block_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).BlockTypeEnum)),
|
|
33
34
|
properties: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).PromptTemplateBlockProperties),
|
|
34
35
|
});
|
|
@@ -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 SandboxInput: core.serialization.ObjectSchema<serializers.SandboxInput.Raw, Vellum.SandboxInput>;
|
|
8
|
+
export declare namespace SandboxInput {
|
|
9
|
+
interface Raw {
|
|
10
|
+
key: string;
|
|
11
|
+
type?: serializers.TypeEnum.Raw | null;
|
|
12
|
+
value?: string | null;
|
|
13
|
+
chat_history?: serializers.ChatMessage.Raw[] | 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.SandboxInput = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SandboxInput = core.serialization.object({
|
|
32
|
+
key: core.serialization.string(),
|
|
33
|
+
type: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TypeEnum).optional(),
|
|
34
|
+
value: core.serialization.string().optional(),
|
|
35
|
+
chatHistory: core.serialization.property("chat_history", core.serialization
|
|
36
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ChatMessage))
|
|
37
|
+
.optional()),
|
|
38
|
+
});
|
|
@@ -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 SandboxInputRequest: core.serialization.ObjectSchema<serializers.SandboxInputRequest.Raw, Vellum.SandboxInputRequest>;
|
|
8
|
+
export declare namespace SandboxInputRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
key: string;
|
|
11
|
+
type?: serializers.TypeEnum.Raw | null;
|
|
12
|
+
value?: string | null;
|
|
13
|
+
chat_history?: serializers.ChatMessageRequest.Raw[] | 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.SandboxInputRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SandboxInputRequest = core.serialization.object({
|
|
32
|
+
key: core.serialization.string(),
|
|
33
|
+
type: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TypeEnum).optional(),
|
|
34
|
+
value: core.serialization.string().optional(),
|
|
35
|
+
chatHistory: core.serialization.property("chat_history", core.serialization
|
|
36
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ChatMessageRequest))
|
|
37
|
+
.optional()),
|
|
38
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
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 SandboxMetricInputParams: core.serialization.ObjectSchema<serializers.SandboxMetricInputParams.Raw, Vellum.SandboxMetricInputParams>;
|
|
8
|
+
export declare namespace SandboxMetricInputParams {
|
|
9
|
+
interface Raw {
|
|
10
|
+
params?: Record<string, unknown> | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.SandboxMetricInputParams = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SandboxMetricInputParams = core.serialization.object({
|
|
32
|
+
params: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
33
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
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 SandboxMetricInputParamsRequest: core.serialization.ObjectSchema<serializers.SandboxMetricInputParamsRequest.Raw, Vellum.SandboxMetricInputParamsRequest>;
|
|
8
|
+
export declare namespace SandboxMetricInputParamsRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
params?: Record<string, unknown> | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.SandboxMetricInputParamsRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SandboxMetricInputParamsRequest = core.serialization.object({
|
|
32
|
+
params: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
33
|
+
});
|
|
@@ -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 SandboxScenario: core.serialization.ObjectSchema<serializers.SandboxScenario.Raw, Vellum.SandboxScenario>;
|
|
8
|
+
export declare namespace SandboxScenario {
|
|
9
|
+
interface Raw {
|
|
10
|
+
label?: string | null;
|
|
11
|
+
inputs: serializers.SandboxInput.Raw[];
|
|
12
|
+
metric_input_params?: serializers.SandboxMetricInputParams.Raw | null;
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.SandboxScenario = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SandboxScenario = core.serialization.object({
|
|
32
|
+
label: core.serialization.string().optional(),
|
|
33
|
+
inputs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).SandboxInput)),
|
|
34
|
+
metricInputParams: core.serialization.property("metric_input_params", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).SandboxMetricInputParams).optional()),
|
|
35
|
+
id: core.serialization.string(),
|
|
36
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 TypeEnum: core.serialization.Schema<serializers.TypeEnum.Raw, Vellum.TypeEnum>;
|
|
8
|
+
export declare namespace TypeEnum {
|
|
9
|
+
type Raw = "TEXT" | "CHAT_HISTORY";
|
|
10
|
+
}
|
|
@@ -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.TypeEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TypeEnum = core.serialization.enum_([
|
|
32
|
+
"TEXT",
|
|
33
|
+
"CHAT_HISTORY",
|
|
34
|
+
]);
|
|
@@ -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";
|
|
@@ -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);
|
package/package.json
CHANGED
package/serialization/index.d.ts
CHANGED
package/serialization/index.js
CHANGED
|
@@ -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);
|
package/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts
ADDED
|
@@ -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
|
+
}
|
package/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js
ADDED
|
@@ -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
|
}
|