vellum-ai 0.0.35 → 0.0.36
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/api/types/DeploymentRead.d.ts +1 -7
- package/api/types/InputVariableType.d.ts +3 -1
- package/api/types/InputVariableType.js +1 -0
- package/{dist/api/types/ModelTypeEnum.d.ts → api/types/ModelTypeDeprecated.d.ts} +2 -2
- package/api/types/{ModelTypeEnum.js → ModelTypeDeprecated.js} +2 -2
- package/api/types/ModelVersionRead.d.ts +1 -7
- package/api/types/NodeInputCompiledChatHistoryValue.d.ts +9 -0
- package/api/types/NodeInputCompiledJsonValue.d.ts +8 -0
- package/api/types/NodeInputCompiledSearchResultsValue.d.ts +9 -0
- package/api/types/NodeInputCompiledStringValue.d.ts +8 -0
- package/api/types/NodeInputVariableCompiledValue.d.ts +19 -0
- package/api/types/SearchNodeResultData.d.ts +4 -2
- package/api/types/SearchResult.d.ts +3 -3
- package/api/types/TemplatingNodeChatHistoryResult.d.ts +8 -0
- package/api/types/TemplatingNodeJsonResult.d.ts +7 -0
- package/api/types/{DeploymentNodeResult.d.ts → TemplatingNodeResult.d.ts} +2 -2
- package/{dist/api/types/DeploymentNodeResult.d.ts → api/types/TemplatingNodeResultData.d.ts} +2 -2
- package/api/types/TemplatingNodeResultData.js +5 -0
- package/api/types/TemplatingNodeResultOutput.d.ts +19 -0
- package/api/types/TemplatingNodeResultOutput.js +5 -0
- package/api/types/TemplatingNodeSearchResultsResult.d.ts +8 -0
- package/api/types/TemplatingNodeSearchResultsResult.js +5 -0
- package/api/types/TemplatingNodeStringResult.d.ts +7 -0
- package/api/types/TemplatingNodeStringResult.js +5 -0
- package/api/types/TerminalNodeChatHistoryResult.d.ts +1 -0
- package/api/types/TerminalNodeJsonResult.d.ts +1 -0
- package/api/types/TerminalNodeResultOutput.d.ts +4 -1
- package/api/types/TerminalNodeSearchResultsResult.d.ts +10 -0
- package/api/types/TerminalNodeSearchResultsResult.js +5 -0
- package/api/types/TerminalNodeStringResult.d.ts +1 -0
- package/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
- package/api/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/api/types/WorkflowNodeResultData.d.ts +4 -7
- package/api/types/WorkflowNodeResultEvent.d.ts +1 -0
- package/api/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/api/types/WorkflowResultEventOutputDataChatHistory.d.ts +1 -0
- package/api/types/WorkflowResultEventOutputDataJson.d.ts +1 -0
- package/api/types/WorkflowResultEventOutputDataSearchResults.d.ts +13 -0
- package/api/types/WorkflowResultEventOutputDataSearchResults.js +5 -0
- package/api/types/WorkflowResultEventOutputDataString.d.ts +1 -0
- package/api/types/index.d.ts +15 -5
- package/api/types/index.js +15 -5
- package/dist/api/types/DeploymentRead.d.ts +1 -7
- package/dist/api/types/InputVariableType.d.ts +3 -1
- package/dist/api/types/InputVariableType.js +1 -0
- package/{api/types/ModelTypeEnum.d.ts → dist/api/types/ModelTypeDeprecated.d.ts} +2 -2
- package/dist/api/types/{ModelTypeEnum.js → ModelTypeDeprecated.js} +2 -2
- package/dist/api/types/ModelVersionRead.d.ts +1 -7
- package/dist/api/types/NodeInputCompiledChatHistoryValue.d.ts +9 -0
- package/dist/api/types/NodeInputCompiledChatHistoryValue.js +5 -0
- package/dist/api/types/NodeInputCompiledJsonValue.d.ts +8 -0
- package/dist/api/types/NodeInputCompiledJsonValue.js +5 -0
- package/dist/api/types/NodeInputCompiledSearchResultsValue.d.ts +9 -0
- package/dist/api/types/NodeInputCompiledSearchResultsValue.js +5 -0
- package/dist/api/types/NodeInputCompiledStringValue.d.ts +8 -0
- package/dist/api/types/NodeInputCompiledStringValue.js +5 -0
- package/dist/api/types/NodeInputVariableCompiledValue.d.ts +19 -0
- package/dist/api/types/NodeInputVariableCompiledValue.js +5 -0
- package/dist/api/types/SearchNodeResultData.d.ts +4 -2
- package/dist/api/types/SearchResult.d.ts +3 -3
- package/dist/api/types/TemplatingNodeChatHistoryResult.d.ts +8 -0
- package/dist/api/types/TemplatingNodeChatHistoryResult.js +5 -0
- package/dist/api/types/TemplatingNodeJsonResult.d.ts +7 -0
- package/dist/api/types/TemplatingNodeJsonResult.js +5 -0
- package/{api/types/SandboxNodeResult.d.ts → dist/api/types/TemplatingNodeResult.d.ts} +2 -2
- package/dist/api/types/TemplatingNodeResult.js +5 -0
- package/dist/api/types/{SandboxNodeResult.d.ts → TemplatingNodeResultData.d.ts} +2 -2
- package/dist/api/types/TemplatingNodeResultData.js +5 -0
- package/dist/api/types/TemplatingNodeResultOutput.d.ts +19 -0
- package/dist/api/types/TemplatingNodeResultOutput.js +5 -0
- package/dist/api/types/TemplatingNodeSearchResultsResult.d.ts +8 -0
- package/dist/api/types/TemplatingNodeSearchResultsResult.js +5 -0
- package/dist/api/types/TemplatingNodeStringResult.d.ts +7 -0
- package/dist/api/types/TemplatingNodeStringResult.js +5 -0
- package/dist/api/types/TerminalNodeChatHistoryResult.d.ts +1 -0
- package/dist/api/types/TerminalNodeJsonResult.d.ts +1 -0
- package/dist/api/types/TerminalNodeResultOutput.d.ts +4 -1
- package/dist/api/types/TerminalNodeSearchResultsResult.d.ts +10 -0
- package/dist/api/types/TerminalNodeSearchResultsResult.js +5 -0
- package/dist/api/types/TerminalNodeStringResult.d.ts +1 -0
- package/dist/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
- package/dist/api/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/dist/api/types/WorkflowNodeResultData.d.ts +4 -7
- package/dist/api/types/WorkflowNodeResultEvent.d.ts +1 -0
- package/dist/api/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/dist/api/types/WorkflowResultEventOutputDataChatHistory.d.ts +1 -0
- package/dist/api/types/WorkflowResultEventOutputDataJson.d.ts +1 -0
- package/dist/api/types/WorkflowResultEventOutputDataSearchResults.d.ts +13 -0
- package/dist/api/types/WorkflowResultEventOutputDataSearchResults.js +5 -0
- package/dist/api/types/WorkflowResultEventOutputDataString.d.ts +1 -0
- package/dist/api/types/index.d.ts +15 -5
- package/dist/api/types/index.js +15 -5
- package/dist/serialization/types/DeploymentRead.d.ts +1 -1
- package/dist/serialization/types/DeploymentRead.js +1 -1
- package/dist/serialization/types/InputVariableType.d.ts +1 -1
- package/dist/serialization/types/InputVariableType.js +1 -1
- package/{serialization/types/ModelTypeEnum.d.ts → dist/serialization/types/ModelTypeDeprecated.d.ts} +2 -2
- package/{serialization/types/ModelTypeEnum.js → dist/serialization/types/ModelTypeDeprecated.js} +2 -2
- package/dist/serialization/types/ModelVersionRead.d.ts +1 -1
- package/dist/serialization/types/ModelVersionRead.js +1 -1
- package/dist/serialization/types/NodeInputCompiledChatHistoryValue.d.ts +14 -0
- package/dist/serialization/types/NodeInputCompiledChatHistoryValue.js +37 -0
- package/dist/serialization/types/NodeInputCompiledJsonValue.d.ts +14 -0
- package/dist/serialization/types/NodeInputCompiledJsonValue.js +35 -0
- package/dist/serialization/types/NodeInputCompiledSearchResultsValue.d.ts +14 -0
- package/dist/serialization/types/NodeInputCompiledSearchResultsValue.js +37 -0
- package/dist/serialization/types/NodeInputCompiledStringValue.d.ts +14 -0
- package/dist/serialization/types/{DeploymentNodeResultData.js → NodeInputCompiledStringValue.js} +5 -5
- package/dist/serialization/types/NodeInputVariableCompiledValue.d.ts +22 -0
- package/dist/serialization/types/NodeInputVariableCompiledValue.js +41 -0
- package/dist/serialization/types/SearchNodeResultData.d.ts +2 -2
- package/dist/serialization/types/SearchNodeResultData.js +2 -2
- package/dist/serialization/types/SearchResult.d.ts +2 -2
- package/dist/serialization/types/SearchResult.js +2 -2
- package/dist/serialization/types/TemplatingNodeChatHistoryResult.d.ts +13 -0
- package/dist/serialization/types/TemplatingNodeChatHistoryResult.js +36 -0
- package/dist/serialization/types/TemplatingNodeJsonResult.d.ts +13 -0
- package/dist/serialization/types/TemplatingNodeJsonResult.js +34 -0
- package/dist/serialization/types/TemplatingNodeResult.d.ts +12 -0
- package/dist/serialization/types/{DeploymentNodeResult.js → TemplatingNodeResult.js} +3 -3
- package/dist/serialization/types/TemplatingNodeResultData.d.ts +12 -0
- package/dist/serialization/types/TemplatingNodeResultData.js +33 -0
- package/dist/serialization/types/TemplatingNodeResultOutput.d.ts +22 -0
- package/dist/serialization/types/TemplatingNodeResultOutput.js +41 -0
- package/dist/serialization/types/TemplatingNodeSearchResultsResult.d.ts +13 -0
- package/dist/serialization/types/TemplatingNodeSearchResultsResult.js +36 -0
- package/dist/serialization/types/TemplatingNodeStringResult.d.ts +13 -0
- package/{serialization/types/SandboxNodeResult.js → dist/serialization/types/TemplatingNodeStringResult.js} +4 -3
- package/dist/serialization/types/TerminalNodeChatHistoryResult.d.ts +1 -0
- package/dist/serialization/types/TerminalNodeChatHistoryResult.js +1 -0
- package/dist/serialization/types/TerminalNodeJsonResult.d.ts +1 -0
- package/dist/serialization/types/TerminalNodeJsonResult.js +1 -0
- package/dist/serialization/types/TerminalNodeResultOutput.d.ts +4 -1
- package/dist/serialization/types/TerminalNodeResultOutput.js +1 -0
- package/dist/serialization/types/TerminalNodeSearchResultsResult.d.ts +14 -0
- package/dist/serialization/types/TerminalNodeSearchResultsResult.js +37 -0
- package/dist/serialization/types/TerminalNodeStringResult.d.ts +1 -0
- package/dist/serialization/types/TerminalNodeStringResult.js +1 -0
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/dist/serialization/types/WorkflowNodeResultData.d.ts +4 -7
- package/dist/serialization/types/WorkflowNodeResultData.js +1 -2
- package/dist/serialization/types/WorkflowNodeResultEvent.d.ts +1 -0
- package/dist/serialization/types/WorkflowNodeResultEvent.js +3 -0
- package/dist/serialization/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/dist/serialization/types/WorkflowResultEventOutputData.js +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataChatHistory.d.ts +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataChatHistory.js +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataJson.d.ts +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataJson.js +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataSearchResults.d.ts +17 -0
- package/{serialization/types/DeploymentNodeResultData.js → dist/serialization/types/WorkflowResultEventOutputDataSearchResults.js} +9 -4
- package/dist/serialization/types/WorkflowResultEventOutputDataString.d.ts +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataString.js +1 -0
- package/dist/serialization/types/index.d.ts +15 -5
- package/dist/serialization/types/index.js +15 -5
- package/package.json +1 -1
- package/serialization/types/DeploymentRead.d.ts +1 -1
- package/serialization/types/DeploymentRead.js +1 -1
- package/serialization/types/InputVariableType.d.ts +1 -1
- package/serialization/types/InputVariableType.js +1 -1
- package/{dist/serialization/types/ModelTypeEnum.d.ts → serialization/types/ModelTypeDeprecated.d.ts} +2 -2
- package/{dist/serialization/types/ModelTypeEnum.js → serialization/types/ModelTypeDeprecated.js} +2 -2
- package/serialization/types/ModelVersionRead.d.ts +1 -1
- package/serialization/types/ModelVersionRead.js +1 -1
- package/serialization/types/NodeInputCompiledChatHistoryValue.d.ts +14 -0
- package/serialization/types/NodeInputCompiledChatHistoryValue.js +37 -0
- package/serialization/types/NodeInputCompiledJsonValue.d.ts +14 -0
- package/serialization/types/NodeInputCompiledJsonValue.js +35 -0
- package/serialization/types/NodeInputCompiledSearchResultsValue.d.ts +14 -0
- package/serialization/types/NodeInputCompiledSearchResultsValue.js +37 -0
- package/serialization/types/NodeInputCompiledStringValue.d.ts +14 -0
- package/{dist/serialization/types/SandboxNodeResultData.js → serialization/types/NodeInputCompiledStringValue.js} +5 -5
- package/serialization/types/NodeInputVariableCompiledValue.d.ts +22 -0
- package/serialization/types/NodeInputVariableCompiledValue.js +41 -0
- package/serialization/types/SearchNodeResultData.d.ts +2 -2
- package/serialization/types/SearchNodeResultData.js +2 -2
- package/serialization/types/SearchResult.d.ts +2 -2
- package/serialization/types/SearchResult.js +2 -2
- package/serialization/types/TemplatingNodeChatHistoryResult.d.ts +13 -0
- package/serialization/types/TemplatingNodeChatHistoryResult.js +36 -0
- package/serialization/types/TemplatingNodeJsonResult.d.ts +13 -0
- package/serialization/types/TemplatingNodeJsonResult.js +34 -0
- package/serialization/types/TemplatingNodeResult.d.ts +12 -0
- package/serialization/types/{DeploymentNodeResult.js → TemplatingNodeResult.js} +3 -3
- package/serialization/types/TemplatingNodeResultData.d.ts +12 -0
- package/serialization/types/TemplatingNodeResultData.js +33 -0
- package/serialization/types/TemplatingNodeResultOutput.d.ts +22 -0
- package/serialization/types/TemplatingNodeResultOutput.js +41 -0
- package/serialization/types/TemplatingNodeSearchResultsResult.d.ts +13 -0
- package/serialization/types/TemplatingNodeSearchResultsResult.js +36 -0
- package/serialization/types/TemplatingNodeStringResult.d.ts +13 -0
- package/{dist/serialization/types/SandboxNodeResult.js → serialization/types/TemplatingNodeStringResult.js} +4 -3
- package/serialization/types/TerminalNodeChatHistoryResult.d.ts +1 -0
- package/serialization/types/TerminalNodeChatHistoryResult.js +1 -0
- package/serialization/types/TerminalNodeJsonResult.d.ts +1 -0
- package/serialization/types/TerminalNodeJsonResult.js +1 -0
- package/serialization/types/TerminalNodeResultOutput.d.ts +4 -1
- package/serialization/types/TerminalNodeResultOutput.js +1 -0
- package/serialization/types/TerminalNodeSearchResultsResult.d.ts +14 -0
- package/serialization/types/TerminalNodeSearchResultsResult.js +37 -0
- package/serialization/types/TerminalNodeStringResult.d.ts +1 -0
- package/serialization/types/TerminalNodeStringResult.js +1 -0
- package/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/serialization/types/WorkflowNodeResultData.d.ts +4 -7
- package/serialization/types/WorkflowNodeResultData.js +1 -2
- package/serialization/types/WorkflowNodeResultEvent.d.ts +1 -0
- package/serialization/types/WorkflowNodeResultEvent.js +3 -0
- package/serialization/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/serialization/types/WorkflowResultEventOutputData.js +1 -0
- package/serialization/types/WorkflowResultEventOutputDataChatHistory.d.ts +1 -0
- package/serialization/types/WorkflowResultEventOutputDataChatHistory.js +1 -0
- package/serialization/types/WorkflowResultEventOutputDataJson.d.ts +1 -0
- package/serialization/types/WorkflowResultEventOutputDataJson.js +1 -0
- package/serialization/types/WorkflowResultEventOutputDataSearchResults.d.ts +17 -0
- package/serialization/types/{SandboxNodeResultData.js → WorkflowResultEventOutputDataSearchResults.js} +9 -4
- package/serialization/types/WorkflowResultEventOutputDataString.d.ts +1 -0
- package/serialization/types/WorkflowResultEventOutputDataString.js +1 -0
- package/serialization/types/index.d.ts +15 -5
- package/serialization/types/index.js +15 -5
- package/api/types/DeploymentNodeResultData.d.ts +0 -8
- package/api/types/SandboxNodeResultData.d.ts +0 -8
- package/dist/api/types/DeploymentNodeResultData.d.ts +0 -8
- package/dist/api/types/SandboxNodeResultData.d.ts +0 -8
- package/dist/serialization/types/DeploymentNodeResult.d.ts +0 -12
- package/dist/serialization/types/DeploymentNodeResultData.d.ts +0 -14
- package/dist/serialization/types/SandboxNodeResult.d.ts +0 -12
- package/dist/serialization/types/SandboxNodeResultData.d.ts +0 -14
- package/serialization/types/DeploymentNodeResult.d.ts +0 -12
- package/serialization/types/DeploymentNodeResultData.d.ts +0 -14
- package/serialization/types/SandboxNodeResult.d.ts +0 -12
- package/serialization/types/SandboxNodeResultData.d.ts +0 -14
- /package/api/types/{DeploymentNodeResult.js → NodeInputCompiledChatHistoryValue.js} +0 -0
- /package/api/types/{DeploymentNodeResultData.js → NodeInputCompiledJsonValue.js} +0 -0
- /package/api/types/{SandboxNodeResult.js → NodeInputCompiledSearchResultsValue.js} +0 -0
- /package/api/types/{SandboxNodeResultData.js → NodeInputCompiledStringValue.js} +0 -0
- /package/{dist/api/types/DeploymentNodeResult.js → api/types/NodeInputVariableCompiledValue.js} +0 -0
- /package/{dist/api/types/DeploymentNodeResultData.js → api/types/TemplatingNodeChatHistoryResult.js} +0 -0
- /package/{dist/api/types/SandboxNodeResult.js → api/types/TemplatingNodeJsonResult.js} +0 -0
- /package/{dist/api/types/SandboxNodeResultData.js → api/types/TemplatingNodeResult.js} +0 -0
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.TerminalNodeChatHistoryResult = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.TerminalNodeChatHistoryResult = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
32
33
|
name: core.serialization.string(),
|
|
33
34
|
value: core.serialization
|
|
34
35
|
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ChatMessage))
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const TerminalNodeJsonResult: core.serialization.ObjectSchema<serializers.TerminalNodeJsonResult.Raw, Vellum.TerminalNodeJsonResult>;
|
|
8
8
|
export declare namespace TerminalNodeJsonResult {
|
|
9
9
|
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
10
11
|
name: string;
|
|
11
12
|
value?: Record<string, unknown> | null;
|
|
12
13
|
}
|
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.TerminalNodeJsonResult = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.TerminalNodeJsonResult = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
32
33
|
name: core.serialization.string(),
|
|
33
34
|
value: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
34
35
|
});
|
|
@@ -6,7 +6,7 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const TerminalNodeResultOutput: core.serialization.Schema<serializers.TerminalNodeResultOutput.Raw, Vellum.TerminalNodeResultOutput>;
|
|
8
8
|
export declare namespace TerminalNodeResultOutput {
|
|
9
|
-
type Raw = TerminalNodeResultOutput.String | TerminalNodeResultOutput.Json | TerminalNodeResultOutput.ChatHistory;
|
|
9
|
+
type Raw = TerminalNodeResultOutput.String | TerminalNodeResultOutput.Json | TerminalNodeResultOutput.ChatHistory | TerminalNodeResultOutput.SearchResults;
|
|
10
10
|
interface String extends serializers.TerminalNodeStringResult.Raw {
|
|
11
11
|
type: "STRING";
|
|
12
12
|
}
|
|
@@ -16,4 +16,7 @@ export declare namespace TerminalNodeResultOutput {
|
|
|
16
16
|
interface ChatHistory extends serializers.TerminalNodeChatHistoryResult.Raw {
|
|
17
17
|
type: "CHAT_HISTORY";
|
|
18
18
|
}
|
|
19
|
+
interface SearchResults extends serializers.TerminalNodeSearchResultsResult.Raw {
|
|
20
|
+
type: "SEARCH_RESULTS";
|
|
21
|
+
}
|
|
19
22
|
}
|
|
@@ -33,6 +33,7 @@ exports.TerminalNodeResultOutput = core.serialization
|
|
|
33
33
|
STRING: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeStringResult),
|
|
34
34
|
JSON: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeJsonResult),
|
|
35
35
|
CHAT_HISTORY: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeChatHistoryResult),
|
|
36
|
+
SEARCH_RESULTS: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeSearchResultsResult),
|
|
36
37
|
})
|
|
37
38
|
.transform({
|
|
38
39
|
transform: (value) => value,
|
|
@@ -0,0 +1,14 @@
|
|
|
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 TerminalNodeSearchResultsResult: core.serialization.ObjectSchema<serializers.TerminalNodeSearchResultsResult.Raw, Vellum.TerminalNodeSearchResultsResult>;
|
|
8
|
+
export declare namespace TerminalNodeSearchResultsResult {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
11
|
+
name: string;
|
|
12
|
+
value?: serializers.SearchResult.Raw[] | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.TerminalNodeSearchResultsResult = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TerminalNodeSearchResultsResult = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
33
|
+
name: core.serialization.string(),
|
|
34
|
+
value: core.serialization
|
|
35
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).SearchResult))
|
|
36
|
+
.optional(),
|
|
37
|
+
});
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const TerminalNodeStringResult: core.serialization.ObjectSchema<serializers.TerminalNodeStringResult.Raw, Vellum.TerminalNodeStringResult>;
|
|
8
8
|
export declare namespace TerminalNodeStringResult {
|
|
9
9
|
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
10
11
|
name: string;
|
|
11
12
|
value?: string | null;
|
|
12
13
|
}
|
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.TerminalNodeStringResult = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.TerminalNodeStringResult = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
32
33
|
name: core.serialization.string(),
|
|
33
34
|
value: core.serialization.string().optional(),
|
|
34
35
|
});
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const WorkflowExecutionEventErrorCode: core.serialization.Schema<serializers.WorkflowExecutionEventErrorCode.Raw, Vellum.WorkflowExecutionEventErrorCode>;
|
|
8
8
|
export declare namespace WorkflowExecutionEventErrorCode {
|
|
9
|
-
type Raw = "WORKFLOW_INITIALIZATION" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "NODE_EXECUTION" | "LLM_PROVIDER";
|
|
9
|
+
type Raw = "WORKFLOW_INITIALIZATION" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE";
|
|
10
10
|
}
|
|
@@ -6,19 +6,16 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const WorkflowNodeResultData: core.serialization.Schema<serializers.WorkflowNodeResultData.Raw, Vellum.WorkflowNodeResultData>;
|
|
8
8
|
export declare namespace WorkflowNodeResultData {
|
|
9
|
-
type Raw = WorkflowNodeResultData.Prompt | WorkflowNodeResultData.
|
|
9
|
+
type Raw = WorkflowNodeResultData.Prompt | WorkflowNodeResultData.Search | WorkflowNodeResultData.Templating | WorkflowNodeResultData.Conditional | WorkflowNodeResultData.Terminal;
|
|
10
10
|
interface Prompt extends serializers.PromptNodeResult.Raw {
|
|
11
11
|
type: "PROMPT";
|
|
12
12
|
}
|
|
13
|
-
interface Sandbox extends serializers.SandboxNodeResult.Raw {
|
|
14
|
-
type: "SANDBOX";
|
|
15
|
-
}
|
|
16
|
-
interface Deployment extends serializers.DeploymentNodeResult.Raw {
|
|
17
|
-
type: "DEPLOYMENT";
|
|
18
|
-
}
|
|
19
13
|
interface Search extends serializers.SearchNodeResult.Raw {
|
|
20
14
|
type: "SEARCH";
|
|
21
15
|
}
|
|
16
|
+
interface Templating extends serializers.TemplatingNodeResult.Raw {
|
|
17
|
+
type: "TEMPLATING";
|
|
18
|
+
}
|
|
22
19
|
interface Conditional extends serializers.ConditionalNodeResult.Raw {
|
|
23
20
|
type: "CONDITIONAL";
|
|
24
21
|
}
|
|
@@ -31,9 +31,8 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.WorkflowNodeResultData = core.serialization
|
|
32
32
|
.union("type", {
|
|
33
33
|
PROMPT: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).PromptNodeResult),
|
|
34
|
-
SANDBOX: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).SandboxNodeResult),
|
|
35
|
-
DEPLOYMENT: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).DeploymentNodeResult),
|
|
36
34
|
SEARCH: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).SearchNodeResult),
|
|
35
|
+
TEMPLATING: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TemplatingNodeResult),
|
|
37
36
|
CONDITIONAL: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ConditionalNodeResult),
|
|
38
37
|
TERMINAL: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeResult),
|
|
39
38
|
})
|
|
@@ -14,5 +14,6 @@ export declare namespace WorkflowNodeResultEvent {
|
|
|
14
14
|
ts?: string | null;
|
|
15
15
|
data?: serializers.WorkflowNodeResultData.Raw | null;
|
|
16
16
|
error?: serializers.WorkflowEventError.Raw | null;
|
|
17
|
+
input_values?: serializers.NodeInputVariableCompiledValue.Raw[] | null;
|
|
17
18
|
}
|
|
18
19
|
}
|
|
@@ -36,4 +36,7 @@ exports.WorkflowNodeResultEvent = core.serialization.object({
|
|
|
36
36
|
ts: core.serialization.string().optional(),
|
|
37
37
|
data: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowNodeResultData).optional(),
|
|
38
38
|
error: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowEventError).optional(),
|
|
39
|
+
inputValues: core.serialization.property("input_values", core.serialization
|
|
40
|
+
.list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).NodeInputVariableCompiledValue))
|
|
41
|
+
.optional()),
|
|
39
42
|
});
|
|
@@ -6,7 +6,7 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const WorkflowResultEventOutputData: core.serialization.Schema<serializers.WorkflowResultEventOutputData.Raw, Vellum.WorkflowResultEventOutputData>;
|
|
8
8
|
export declare namespace WorkflowResultEventOutputData {
|
|
9
|
-
type Raw = WorkflowResultEventOutputData.String | WorkflowResultEventOutputData.Json | WorkflowResultEventOutputData.ChatHistory;
|
|
9
|
+
type Raw = WorkflowResultEventOutputData.String | WorkflowResultEventOutputData.Json | WorkflowResultEventOutputData.ChatHistory | WorkflowResultEventOutputData.SearchResults;
|
|
10
10
|
interface String extends serializers.WorkflowResultEventOutputDataString.Raw {
|
|
11
11
|
type: "STRING";
|
|
12
12
|
}
|
|
@@ -16,4 +16,7 @@ export declare namespace WorkflowResultEventOutputData {
|
|
|
16
16
|
interface ChatHistory extends serializers.WorkflowResultEventOutputDataChatHistory.Raw {
|
|
17
17
|
type: "CHAT_HISTORY";
|
|
18
18
|
}
|
|
19
|
+
interface SearchResults extends serializers.WorkflowResultEventOutputDataSearchResults.Raw {
|
|
20
|
+
type: "SEARCH_RESULTS";
|
|
21
|
+
}
|
|
19
22
|
}
|
|
@@ -33,6 +33,7 @@ exports.WorkflowResultEventOutputData = core.serialization
|
|
|
33
33
|
STRING: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataString),
|
|
34
34
|
JSON: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataJson),
|
|
35
35
|
CHAT_HISTORY: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataChatHistory),
|
|
36
|
+
SEARCH_RESULTS: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataSearchResults),
|
|
36
37
|
})
|
|
37
38
|
.transform({
|
|
38
39
|
transform: (value) => value,
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const WorkflowResultEventOutputDataChatHistory: core.serialization.ObjectSchema<serializers.WorkflowResultEventOutputDataChatHistory.Raw, Vellum.WorkflowResultEventOutputDataChatHistory>;
|
|
8
8
|
export declare namespace WorkflowResultEventOutputDataChatHistory {
|
|
9
9
|
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
10
11
|
name: string;
|
|
11
12
|
state: serializers.WorkflowNodeResultEventState.Raw;
|
|
12
13
|
node_id: string;
|
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.WorkflowResultEventOutputDataChatHistory = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.WorkflowResultEventOutputDataChatHistory = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
32
33
|
name: core.serialization.string(),
|
|
33
34
|
state: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowNodeResultEventState),
|
|
34
35
|
nodeId: core.serialization.property("node_id", core.serialization.string()),
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const WorkflowResultEventOutputDataJson: core.serialization.ObjectSchema<serializers.WorkflowResultEventOutputDataJson.Raw, Vellum.WorkflowResultEventOutputDataJson>;
|
|
8
8
|
export declare namespace WorkflowResultEventOutputDataJson {
|
|
9
9
|
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
10
11
|
name: string;
|
|
11
12
|
state: serializers.WorkflowNodeResultEventState.Raw;
|
|
12
13
|
node_id: string;
|
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.WorkflowResultEventOutputDataJson = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.WorkflowResultEventOutputDataJson = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
32
33
|
name: core.serialization.string(),
|
|
33
34
|
state: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowNodeResultEventState),
|
|
34
35
|
nodeId: core.serialization.property("node_id", core.serialization.string()),
|
|
@@ -0,0 +1,17 @@
|
|
|
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 WorkflowResultEventOutputDataSearchResults: core.serialization.ObjectSchema<serializers.WorkflowResultEventOutputDataSearchResults.Raw, Vellum.WorkflowResultEventOutputDataSearchResults>;
|
|
8
|
+
export declare namespace WorkflowResultEventOutputDataSearchResults {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
11
|
+
name: string;
|
|
12
|
+
state: serializers.WorkflowNodeResultEventState.Raw;
|
|
13
|
+
node_id: string;
|
|
14
|
+
delta?: string | null;
|
|
15
|
+
value?: serializers.SearchResult.Raw[] | null;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -26,10 +26,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.WorkflowResultEventOutputDataSearchResults = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
exports.WorkflowResultEventOutputDataSearchResults = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
33
|
+
name: core.serialization.string(),
|
|
34
|
+
state: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowNodeResultEventState),
|
|
35
|
+
nodeId: core.serialization.property("node_id", core.serialization.string()),
|
|
34
36
|
delta: core.serialization.string().optional(),
|
|
37
|
+
value: core.serialization
|
|
38
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).SearchResult))
|
|
39
|
+
.optional(),
|
|
35
40
|
});
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const WorkflowResultEventOutputDataString: core.serialization.ObjectSchema<serializers.WorkflowResultEventOutputDataString.Raw, Vellum.WorkflowResultEventOutputDataString>;
|
|
8
8
|
export declare namespace WorkflowResultEventOutputDataString {
|
|
9
9
|
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
10
11
|
name: string;
|
|
11
12
|
state: serializers.WorkflowNodeResultEventState.Raw;
|
|
12
13
|
node_id: string;
|
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.WorkflowResultEventOutputDataString = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.WorkflowResultEventOutputDataString = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
32
33
|
name: core.serialization.string(),
|
|
33
34
|
state: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowNodeResultEventState),
|
|
34
35
|
nodeId: core.serialization.property("node_id", core.serialization.string()),
|
|
@@ -5,8 +5,6 @@ export * from "./ChatMessageRole";
|
|
|
5
5
|
export * from "./ConditionalNodeResult";
|
|
6
6
|
export * from "./ConditionalNodeResultData";
|
|
7
7
|
export * from "./ContentType";
|
|
8
|
-
export * from "./DeploymentNodeResult";
|
|
9
|
-
export * from "./DeploymentNodeResultData";
|
|
10
8
|
export * from "./DeploymentRead";
|
|
11
9
|
export * from "./DeploymentStatus";
|
|
12
10
|
export * from "./Document";
|
|
@@ -38,7 +36,7 @@ export * from "./LogprobsEnum";
|
|
|
38
36
|
export * from "./MetadataFilterConfigRequest";
|
|
39
37
|
export * from "./MetadataFilterRuleCombinator";
|
|
40
38
|
export * from "./MetadataFilterRuleRequest";
|
|
41
|
-
export * from "./
|
|
39
|
+
export * from "./ModelTypeDeprecated";
|
|
42
40
|
export * from "./ModelVersionBuildConfig";
|
|
43
41
|
export * from "./ModelVersionCompilePromptResponse";
|
|
44
42
|
export * from "./ModelVersionCompiledPrompt";
|
|
@@ -47,6 +45,11 @@ export * from "./ModelVersionExecConfigParameters";
|
|
|
47
45
|
export * from "./ModelVersionRead";
|
|
48
46
|
export * from "./ModelVersionReadStatusEnum";
|
|
49
47
|
export * from "./ModelVersionSandboxSnapshot";
|
|
48
|
+
export * from "./NodeInputCompiledChatHistoryValue";
|
|
49
|
+
export * from "./NodeInputCompiledJsonValue";
|
|
50
|
+
export * from "./NodeInputCompiledSearchResultsValue";
|
|
51
|
+
export * from "./NodeInputCompiledStringValue";
|
|
52
|
+
export * from "./NodeInputVariableCompiledValue";
|
|
50
53
|
export * from "./NormalizedLogProbs";
|
|
51
54
|
export * from "./NormalizedTokenLogProbs";
|
|
52
55
|
export * from "./PaginatedSlimDocumentList";
|
|
@@ -73,8 +76,6 @@ export * from "./RegisteredPromptSandbox";
|
|
|
73
76
|
export * from "./RegisteredPromptSandboxSnapshot";
|
|
74
77
|
export * from "./SandboxMetricInputParams";
|
|
75
78
|
export * from "./SandboxMetricInputParamsRequest";
|
|
76
|
-
export * from "./SandboxNodeResult";
|
|
77
|
-
export * from "./SandboxNodeResultData";
|
|
78
79
|
export * from "./SandboxScenario";
|
|
79
80
|
export * from "./ScenarioInput";
|
|
80
81
|
export * from "./ScenarioInputRequest";
|
|
@@ -91,11 +92,19 @@ export * from "./SearchWeightsRequest";
|
|
|
91
92
|
export * from "./SlimDocument";
|
|
92
93
|
export * from "./SubmitCompletionActualRequest";
|
|
93
94
|
export * from "./SubmitCompletionActualsErrorResponse";
|
|
95
|
+
export * from "./TemplatingNodeChatHistoryResult";
|
|
96
|
+
export * from "./TemplatingNodeJsonResult";
|
|
97
|
+
export * from "./TemplatingNodeResult";
|
|
98
|
+
export * from "./TemplatingNodeResultData";
|
|
99
|
+
export * from "./TemplatingNodeResultOutput";
|
|
100
|
+
export * from "./TemplatingNodeSearchResultsResult";
|
|
101
|
+
export * from "./TemplatingNodeStringResult";
|
|
94
102
|
export * from "./TerminalNodeChatHistoryResult";
|
|
95
103
|
export * from "./TerminalNodeJsonResult";
|
|
96
104
|
export * from "./TerminalNodeResult";
|
|
97
105
|
export * from "./TerminalNodeResultData";
|
|
98
106
|
export * from "./TerminalNodeResultOutput";
|
|
107
|
+
export * from "./TerminalNodeSearchResultsResult";
|
|
99
108
|
export * from "./TerminalNodeStringResult";
|
|
100
109
|
export * from "./TestSuiteTestCase";
|
|
101
110
|
export * from "./UploadDocumentErrorResponse";
|
|
@@ -116,5 +125,6 @@ export * from "./WorkflowResultEvent";
|
|
|
116
125
|
export * from "./WorkflowResultEventOutputData";
|
|
117
126
|
export * from "./WorkflowResultEventOutputDataChatHistory";
|
|
118
127
|
export * from "./WorkflowResultEventOutputDataJson";
|
|
128
|
+
export * from "./WorkflowResultEventOutputDataSearchResults";
|
|
119
129
|
export * from "./WorkflowResultEventOutputDataString";
|
|
120
130
|
export * from "./WorkflowStreamEvent";
|
|
@@ -21,8 +21,6 @@ __exportStar(require("./ChatMessageRole"), exports);
|
|
|
21
21
|
__exportStar(require("./ConditionalNodeResult"), exports);
|
|
22
22
|
__exportStar(require("./ConditionalNodeResultData"), exports);
|
|
23
23
|
__exportStar(require("./ContentType"), exports);
|
|
24
|
-
__exportStar(require("./DeploymentNodeResult"), exports);
|
|
25
|
-
__exportStar(require("./DeploymentNodeResultData"), exports);
|
|
26
24
|
__exportStar(require("./DeploymentRead"), exports);
|
|
27
25
|
__exportStar(require("./DeploymentStatus"), exports);
|
|
28
26
|
__exportStar(require("./Document"), exports);
|
|
@@ -54,7 +52,7 @@ __exportStar(require("./LogprobsEnum"), exports);
|
|
|
54
52
|
__exportStar(require("./MetadataFilterConfigRequest"), exports);
|
|
55
53
|
__exportStar(require("./MetadataFilterRuleCombinator"), exports);
|
|
56
54
|
__exportStar(require("./MetadataFilterRuleRequest"), exports);
|
|
57
|
-
__exportStar(require("./
|
|
55
|
+
__exportStar(require("./ModelTypeDeprecated"), exports);
|
|
58
56
|
__exportStar(require("./ModelVersionBuildConfig"), exports);
|
|
59
57
|
__exportStar(require("./ModelVersionCompilePromptResponse"), exports);
|
|
60
58
|
__exportStar(require("./ModelVersionCompiledPrompt"), exports);
|
|
@@ -63,6 +61,11 @@ __exportStar(require("./ModelVersionExecConfigParameters"), exports);
|
|
|
63
61
|
__exportStar(require("./ModelVersionRead"), exports);
|
|
64
62
|
__exportStar(require("./ModelVersionReadStatusEnum"), exports);
|
|
65
63
|
__exportStar(require("./ModelVersionSandboxSnapshot"), exports);
|
|
64
|
+
__exportStar(require("./NodeInputCompiledChatHistoryValue"), exports);
|
|
65
|
+
__exportStar(require("./NodeInputCompiledJsonValue"), exports);
|
|
66
|
+
__exportStar(require("./NodeInputCompiledSearchResultsValue"), exports);
|
|
67
|
+
__exportStar(require("./NodeInputCompiledStringValue"), exports);
|
|
68
|
+
__exportStar(require("./NodeInputVariableCompiledValue"), exports);
|
|
66
69
|
__exportStar(require("./NormalizedLogProbs"), exports);
|
|
67
70
|
__exportStar(require("./NormalizedTokenLogProbs"), exports);
|
|
68
71
|
__exportStar(require("./PaginatedSlimDocumentList"), exports);
|
|
@@ -89,8 +92,6 @@ __exportStar(require("./RegisteredPromptSandbox"), exports);
|
|
|
89
92
|
__exportStar(require("./RegisteredPromptSandboxSnapshot"), exports);
|
|
90
93
|
__exportStar(require("./SandboxMetricInputParams"), exports);
|
|
91
94
|
__exportStar(require("./SandboxMetricInputParamsRequest"), exports);
|
|
92
|
-
__exportStar(require("./SandboxNodeResult"), exports);
|
|
93
|
-
__exportStar(require("./SandboxNodeResultData"), exports);
|
|
94
95
|
__exportStar(require("./SandboxScenario"), exports);
|
|
95
96
|
__exportStar(require("./ScenarioInput"), exports);
|
|
96
97
|
__exportStar(require("./ScenarioInputRequest"), exports);
|
|
@@ -107,11 +108,19 @@ __exportStar(require("./SearchWeightsRequest"), exports);
|
|
|
107
108
|
__exportStar(require("./SlimDocument"), exports);
|
|
108
109
|
__exportStar(require("./SubmitCompletionActualRequest"), exports);
|
|
109
110
|
__exportStar(require("./SubmitCompletionActualsErrorResponse"), exports);
|
|
111
|
+
__exportStar(require("./TemplatingNodeChatHistoryResult"), exports);
|
|
112
|
+
__exportStar(require("./TemplatingNodeJsonResult"), exports);
|
|
113
|
+
__exportStar(require("./TemplatingNodeResult"), exports);
|
|
114
|
+
__exportStar(require("./TemplatingNodeResultData"), exports);
|
|
115
|
+
__exportStar(require("./TemplatingNodeResultOutput"), exports);
|
|
116
|
+
__exportStar(require("./TemplatingNodeSearchResultsResult"), exports);
|
|
117
|
+
__exportStar(require("./TemplatingNodeStringResult"), exports);
|
|
110
118
|
__exportStar(require("./TerminalNodeChatHistoryResult"), exports);
|
|
111
119
|
__exportStar(require("./TerminalNodeJsonResult"), exports);
|
|
112
120
|
__exportStar(require("./TerminalNodeResult"), exports);
|
|
113
121
|
__exportStar(require("./TerminalNodeResultData"), exports);
|
|
114
122
|
__exportStar(require("./TerminalNodeResultOutput"), exports);
|
|
123
|
+
__exportStar(require("./TerminalNodeSearchResultsResult"), exports);
|
|
115
124
|
__exportStar(require("./TerminalNodeStringResult"), exports);
|
|
116
125
|
__exportStar(require("./TestSuiteTestCase"), exports);
|
|
117
126
|
__exportStar(require("./UploadDocumentErrorResponse"), exports);
|
|
@@ -132,5 +141,6 @@ __exportStar(require("./WorkflowResultEvent"), exports);
|
|
|
132
141
|
__exportStar(require("./WorkflowResultEventOutputData"), exports);
|
|
133
142
|
__exportStar(require("./WorkflowResultEventOutputDataChatHistory"), exports);
|
|
134
143
|
__exportStar(require("./WorkflowResultEventOutputDataJson"), exports);
|
|
144
|
+
__exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
|
|
135
145
|
__exportStar(require("./WorkflowResultEventOutputDataString"), exports);
|
|
136
146
|
__exportStar(require("./WorkflowStreamEvent"), exports);
|
|
@@ -1,12 +0,0 @@
|
|
|
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 DeploymentNodeResult: core.serialization.ObjectSchema<serializers.DeploymentNodeResult.Raw, Vellum.DeploymentNodeResult>;
|
|
8
|
-
export declare namespace DeploymentNodeResult {
|
|
9
|
-
interface Raw {
|
|
10
|
-
data: serializers.DeploymentNodeResultData.Raw;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 DeploymentNodeResultData: core.serialization.ObjectSchema<serializers.DeploymentNodeResultData.Raw, Vellum.DeploymentNodeResultData>;
|
|
8
|
-
export declare namespace DeploymentNodeResultData {
|
|
9
|
-
interface Raw {
|
|
10
|
-
output_id: string;
|
|
11
|
-
text?: string | null;
|
|
12
|
-
delta?: string | null;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
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 SandboxNodeResult: core.serialization.ObjectSchema<serializers.SandboxNodeResult.Raw, Vellum.SandboxNodeResult>;
|
|
8
|
-
export declare namespace SandboxNodeResult {
|
|
9
|
-
interface Raw {
|
|
10
|
-
data: serializers.SandboxNodeResultData.Raw;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 SandboxNodeResultData: core.serialization.ObjectSchema<serializers.SandboxNodeResultData.Raw, Vellum.SandboxNodeResultData>;
|
|
8
|
-
export declare namespace SandboxNodeResultData {
|
|
9
|
-
interface Raw {
|
|
10
|
-
output_id: string;
|
|
11
|
-
text?: string | null;
|
|
12
|
-
delta?: string | null;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
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 DeploymentNodeResult: core.serialization.ObjectSchema<serializers.DeploymentNodeResult.Raw, Vellum.DeploymentNodeResult>;
|
|
8
|
-
export declare namespace DeploymentNodeResult {
|
|
9
|
-
interface Raw {
|
|
10
|
-
data: serializers.DeploymentNodeResultData.Raw;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 DeploymentNodeResultData: core.serialization.ObjectSchema<serializers.DeploymentNodeResultData.Raw, Vellum.DeploymentNodeResultData>;
|
|
8
|
-
export declare namespace DeploymentNodeResultData {
|
|
9
|
-
interface Raw {
|
|
10
|
-
output_id: string;
|
|
11
|
-
text?: string | null;
|
|
12
|
-
delta?: string | null;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
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 SandboxNodeResult: core.serialization.ObjectSchema<serializers.SandboxNodeResult.Raw, Vellum.SandboxNodeResult>;
|
|
8
|
-
export declare namespace SandboxNodeResult {
|
|
9
|
-
interface Raw {
|
|
10
|
-
data: serializers.SandboxNodeResultData.Raw;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 SandboxNodeResultData: core.serialization.ObjectSchema<serializers.SandboxNodeResultData.Raw, Vellum.SandboxNodeResultData>;
|
|
8
|
-
export declare namespace SandboxNodeResultData {
|
|
9
|
-
interface Raw {
|
|
10
|
-
output_id: string;
|
|
11
|
-
text?: string | null;
|
|
12
|
-
delta?: string | null;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/api/types/DeploymentNodeResult.js → api/types/NodeInputVariableCompiledValue.js}
RENAMED
|
File without changes
|
/package/{dist/api/types/DeploymentNodeResultData.js → api/types/TemplatingNodeChatHistoryResult.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|