vellum-ai 0.14.80 → 0.14.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +11 -11
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/releaseReviews/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +8 -8
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/ExecutionThinkingVellumValue.d.ts +14 -0
- package/api/types/ExecutionThinkingVellumValue.js +5 -0
- package/api/types/ExecutionVellumValue.d.ts +1 -1
- package/api/types/PromptOutput.d.ts +1 -1
- package/api/types/ThinkingVellumValue.d.ts +11 -0
- package/api/types/ThinkingVellumValue.js +5 -0
- package/api/types/ThinkingVellumValueRequest.d.ts +11 -0
- package/api/types/ThinkingVellumValueRequest.js +5 -0
- package/api/types/VellumValue.d.ts +1 -1
- package/api/types/VellumValueRequest.d.ts +1 -1
- package/api/types/VellumVariableType.d.ts +3 -1
- package/api/types/VellumVariableType.js +1 -0
- package/api/types/index.d.ts +3 -0
- package/api/types/index.js +3 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/releaseReviews/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/ExecutionThinkingVellumValue.d.ts +14 -0
- package/dist/api/types/ExecutionThinkingVellumValue.js +5 -0
- package/dist/api/types/ExecutionVellumValue.d.ts +1 -1
- package/dist/api/types/PromptOutput.d.ts +1 -1
- package/dist/api/types/ThinkingVellumValue.d.ts +11 -0
- package/dist/api/types/ThinkingVellumValue.js +5 -0
- package/dist/api/types/ThinkingVellumValueRequest.d.ts +11 -0
- package/dist/api/types/ThinkingVellumValueRequest.js +5 -0
- package/dist/api/types/VellumValue.d.ts +1 -1
- package/dist/api/types/VellumValueRequest.d.ts +1 -1
- package/dist/api/types/VellumVariableType.d.ts +3 -1
- package/dist/api/types/VellumVariableType.js +1 -0
- package/dist/api/types/index.d.ts +3 -0
- package/dist/api/types/index.js +3 -0
- package/dist/serialization/types/ExecutionThinkingVellumValue.d.ts +16 -0
- package/dist/serialization/types/ExecutionThinkingVellumValue.js +47 -0
- package/dist/serialization/types/ExecutionVellumValue.d.ts +2 -1
- package/dist/serialization/types/ExecutionVellumValue.js +2 -0
- package/dist/serialization/types/PromptOutput.d.ts +2 -1
- package/dist/serialization/types/PromptOutput.js +2 -0
- package/dist/serialization/types/ThinkingVellumValue.d.ts +14 -0
- package/dist/serialization/types/ThinkingVellumValue.js +45 -0
- package/dist/serialization/types/ThinkingVellumValueRequest.d.ts +14 -0
- package/dist/serialization/types/ThinkingVellumValueRequest.js +45 -0
- package/dist/serialization/types/VellumValue.d.ts +2 -1
- package/dist/serialization/types/VellumValue.js +2 -0
- package/dist/serialization/types/VellumValueRequest.d.ts +2 -1
- package/dist/serialization/types/VellumValueRequest.js +2 -0
- package/dist/serialization/types/VellumVariableType.d.ts +1 -1
- package/dist/serialization/types/VellumVariableType.js +1 -0
- package/dist/serialization/types/index.d.ts +3 -0
- package/dist/serialization/types/index.js +3 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/ExecutionThinkingVellumValue.d.ts +16 -0
- package/serialization/types/ExecutionThinkingVellumValue.js +47 -0
- package/serialization/types/ExecutionVellumValue.d.ts +2 -1
- package/serialization/types/ExecutionVellumValue.js +2 -0
- package/serialization/types/PromptOutput.d.ts +2 -1
- package/serialization/types/PromptOutput.js +2 -0
- package/serialization/types/ThinkingVellumValue.d.ts +14 -0
- package/serialization/types/ThinkingVellumValue.js +45 -0
- package/serialization/types/ThinkingVellumValueRequest.d.ts +14 -0
- package/serialization/types/ThinkingVellumValueRequest.js +45 -0
- package/serialization/types/VellumValue.d.ts +2 -1
- package/serialization/types/VellumValue.js +2 -0
- package/serialization/types/VellumValueRequest.d.ts +2 -1
- package/serialization/types/VellumValueRequest.js +2 -0
- package/serialization/types/VellumVariableType.d.ts +1 -1
- package/serialization/types/VellumVariableType.js +1 -0
- package/serialization/types/index.d.ts +3 -0
- package/serialization/types/index.js +3 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -77,7 +77,7 @@ class WorkspaceSecrets {
|
|
|
77
77
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
|
|
78
78
|
.default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
|
|
79
79
|
method: "GET",
|
|
80
|
-
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.
|
|
80
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.82", "User-Agent": "vellum-ai/0.14.82", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
81
81
|
contentType: "application/json",
|
|
82
82
|
requestType: "json",
|
|
83
83
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -139,7 +139,7 @@ class WorkspaceSecrets {
|
|
|
139
139
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
|
|
140
140
|
.default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
|
|
141
141
|
method: "PATCH",
|
|
142
|
-
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.
|
|
142
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.82", "User-Agent": "vellum-ai/0.14.82", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
143
143
|
contentType: "application/json",
|
|
144
144
|
requestType: "json",
|
|
145
145
|
body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
|
|
@@ -76,7 +76,7 @@ class Workspaces {
|
|
|
76
76
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
|
|
77
77
|
.default, "v1/workspaces/identity"),
|
|
78
78
|
method: "GET",
|
|
79
|
-
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.
|
|
79
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.82", "User-Agent": "vellum-ai/0.14.82", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
80
80
|
contentType: "application/json",
|
|
81
81
|
requestType: "json",
|
|
82
82
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A value representing Thinking mode output.
|
|
7
|
+
*/
|
|
8
|
+
export interface ExecutionThinkingVellumValue {
|
|
9
|
+
/** The variable's uniquely identifying internal id. */
|
|
10
|
+
id: string;
|
|
11
|
+
name: string;
|
|
12
|
+
type: "THINKING";
|
|
13
|
+
value: Vellum.StringVellumValue[];
|
|
14
|
+
}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
|
-
export type ExecutionVellumValue = Vellum.ExecutionStringVellumValue | Vellum.ExecutionNumberVellumValue | Vellum.ExecutionJsonVellumValue | Vellum.ExecutionChatHistoryVellumValue | Vellum.ExecutionSearchResultsVellumValue | Vellum.ExecutionErrorVellumValue | Vellum.ExecutionArrayVellumValue | Vellum.ExecutionFunctionCallVellumValue;
|
|
5
|
+
export type ExecutionVellumValue = Vellum.ExecutionStringVellumValue | Vellum.ExecutionNumberVellumValue | Vellum.ExecutionJsonVellumValue | Vellum.ExecutionChatHistoryVellumValue | Vellum.ExecutionSearchResultsVellumValue | Vellum.ExecutionErrorVellumValue | Vellum.ExecutionArrayVellumValue | Vellum.ExecutionFunctionCallVellumValue | Vellum.ExecutionThinkingVellumValue;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
|
-
export type PromptOutput = Vellum.StringVellumValue | Vellum.JsonVellumValue | Vellum.ErrorVellumValue | Vellum.FunctionCallVellumValue;
|
|
5
|
+
export type PromptOutput = Vellum.StringVellumValue | Vellum.JsonVellumValue | Vellum.ErrorVellumValue | Vellum.FunctionCallVellumValue | Vellum.ThinkingVellumValue;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A value representing Thinking mode output.
|
|
7
|
+
*/
|
|
8
|
+
export interface ThinkingVellumValue {
|
|
9
|
+
type: "THINKING";
|
|
10
|
+
value: Vellum.StringVellumValue[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A value representing Thinking mode output.
|
|
7
|
+
*/
|
|
8
|
+
export interface ThinkingVellumValueRequest {
|
|
9
|
+
type: "THINKING";
|
|
10
|
+
value: Vellum.StringVellumValueRequest[];
|
|
11
|
+
}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
|
-
export type VellumValue = Vellum.StringVellumValue | Vellum.NumberVellumValue | Vellum.JsonVellumValue | Vellum.ImageVellumValue | Vellum.AudioVellumValue | Vellum.DocumentVellumValue | Vellum.FunctionCallVellumValue | Vellum.ErrorVellumValue | Vellum.ArrayVellumValue | Vellum.ChatHistoryVellumValue | Vellum.SearchResultsVellumValue;
|
|
5
|
+
export type VellumValue = Vellum.StringVellumValue | Vellum.NumberVellumValue | Vellum.JsonVellumValue | Vellum.ImageVellumValue | Vellum.AudioVellumValue | Vellum.DocumentVellumValue | Vellum.FunctionCallVellumValue | Vellum.ErrorVellumValue | Vellum.ArrayVellumValue | Vellum.ChatHistoryVellumValue | Vellum.SearchResultsVellumValue | Vellum.ThinkingVellumValue;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
|
-
export type VellumValueRequest = Vellum.StringVellumValueRequest | Vellum.NumberVellumValueRequest | Vellum.JsonVellumValueRequest | Vellum.ImageVellumValueRequest | Vellum.AudioVellumValueRequest | Vellum.DocumentVellumValueRequest | Vellum.FunctionCallVellumValueRequest | Vellum.ErrorVellumValueRequest | Vellum.ArrayVellumValueRequest | Vellum.ChatHistoryVellumValueRequest | Vellum.SearchResultsVellumValueRequest;
|
|
5
|
+
export type VellumValueRequest = Vellum.StringVellumValueRequest | Vellum.NumberVellumValueRequest | Vellum.JsonVellumValueRequest | Vellum.ImageVellumValueRequest | Vellum.AudioVellumValueRequest | Vellum.DocumentVellumValueRequest | Vellum.FunctionCallVellumValueRequest | Vellum.ErrorVellumValueRequest | Vellum.ArrayVellumValueRequest | Vellum.ChatHistoryVellumValueRequest | Vellum.SearchResultsVellumValueRequest | Vellum.ThinkingVellumValueRequest;
|
|
@@ -14,8 +14,9 @@
|
|
|
14
14
|
* * `AUDIO` - AUDIO
|
|
15
15
|
* * `DOCUMENT` - DOCUMENT
|
|
16
16
|
* * `NULL` - NULL
|
|
17
|
+
* * `THINKING` - THINKING
|
|
17
18
|
*/
|
|
18
|
-
export type VellumVariableType = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "AUDIO" | "DOCUMENT" | "NULL";
|
|
19
|
+
export type VellumVariableType = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "AUDIO" | "DOCUMENT" | "NULL" | "THINKING";
|
|
19
20
|
export declare const VellumVariableType: {
|
|
20
21
|
readonly String: "STRING";
|
|
21
22
|
readonly Number: "NUMBER";
|
|
@@ -29,4 +30,5 @@ export declare const VellumVariableType: {
|
|
|
29
30
|
readonly Audio: "AUDIO";
|
|
30
31
|
readonly Document: "DOCUMENT";
|
|
31
32
|
readonly Null: "NULL";
|
|
33
|
+
readonly Thinking: "THINKING";
|
|
32
34
|
};
|
|
@@ -112,6 +112,7 @@ export * from "./ExecutionJsonVellumValue";
|
|
|
112
112
|
export * from "./ExecutionNumberVellumValue";
|
|
113
113
|
export * from "./ExecutionSearchResultsVellumValue";
|
|
114
114
|
export * from "./ExecutionStringVellumValue";
|
|
115
|
+
export * from "./ExecutionThinkingVellumValue";
|
|
115
116
|
export * from "./ExecutionVellumValue";
|
|
116
117
|
export * from "./ExternalInputDescriptor";
|
|
117
118
|
export * from "./ExternalTestCaseExecution";
|
|
@@ -481,6 +482,8 @@ export * from "./TestSuiteTestCaseReplaceBulkOperationRequest";
|
|
|
481
482
|
export * from "./TestSuiteTestCaseReplacedBulkResult";
|
|
482
483
|
export * from "./TestSuiteTestCaseReplacedBulkResultData";
|
|
483
484
|
export * from "./TestSuiteTestCaseUpsertBulkOperationRequest";
|
|
485
|
+
export * from "./ThinkingVellumValue";
|
|
486
|
+
export * from "./ThinkingVellumValueRequest";
|
|
484
487
|
export * from "./TokenOverlappingWindowChunkerConfig";
|
|
485
488
|
export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
486
489
|
export * from "./TokenOverlappingWindowChunking";
|
package/dist/api/types/index.js
CHANGED
|
@@ -128,6 +128,7 @@ __exportStar(require("./ExecutionJsonVellumValue"), exports);
|
|
|
128
128
|
__exportStar(require("./ExecutionNumberVellumValue"), exports);
|
|
129
129
|
__exportStar(require("./ExecutionSearchResultsVellumValue"), exports);
|
|
130
130
|
__exportStar(require("./ExecutionStringVellumValue"), exports);
|
|
131
|
+
__exportStar(require("./ExecutionThinkingVellumValue"), exports);
|
|
131
132
|
__exportStar(require("./ExecutionVellumValue"), exports);
|
|
132
133
|
__exportStar(require("./ExternalInputDescriptor"), exports);
|
|
133
134
|
__exportStar(require("./ExternalTestCaseExecution"), exports);
|
|
@@ -497,6 +498,8 @@ __exportStar(require("./TestSuiteTestCaseReplaceBulkOperationRequest"), exports)
|
|
|
497
498
|
__exportStar(require("./TestSuiteTestCaseReplacedBulkResult"), exports);
|
|
498
499
|
__exportStar(require("./TestSuiteTestCaseReplacedBulkResultData"), exports);
|
|
499
500
|
__exportStar(require("./TestSuiteTestCaseUpsertBulkOperationRequest"), exports);
|
|
501
|
+
__exportStar(require("./ThinkingVellumValue"), exports);
|
|
502
|
+
__exportStar(require("./ThinkingVellumValueRequest"), exports);
|
|
500
503
|
__exportStar(require("./TokenOverlappingWindowChunkerConfig"), exports);
|
|
501
504
|
__exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
|
|
502
505
|
__exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { StringVellumValue } from "./StringVellumValue";
|
|
8
|
+
export declare const ExecutionThinkingVellumValue: core.serialization.ObjectSchema<serializers.ExecutionThinkingVellumValue.Raw, Vellum.ExecutionThinkingVellumValue>;
|
|
9
|
+
export declare namespace ExecutionThinkingVellumValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
type: "THINKING";
|
|
14
|
+
value: StringVellumValue.Raw[];
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ExecutionThinkingVellumValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const StringVellumValue_1 = require("./StringVellumValue");
|
|
42
|
+
exports.ExecutionThinkingVellumValue = core.serialization.object({
|
|
43
|
+
id: core.serialization.string(),
|
|
44
|
+
name: core.serialization.string(),
|
|
45
|
+
type: core.serialization.stringLiteral("THINKING"),
|
|
46
|
+
value: core.serialization.list(StringVellumValue_1.StringVellumValue),
|
|
47
|
+
});
|
|
@@ -12,7 +12,8 @@ import { ExecutionSearchResultsVellumValue } from "./ExecutionSearchResultsVellu
|
|
|
12
12
|
import { ExecutionErrorVellumValue } from "./ExecutionErrorVellumValue";
|
|
13
13
|
import { ExecutionArrayVellumValue } from "./ExecutionArrayVellumValue";
|
|
14
14
|
import { ExecutionFunctionCallVellumValue } from "./ExecutionFunctionCallVellumValue";
|
|
15
|
+
import { ExecutionThinkingVellumValue } from "./ExecutionThinkingVellumValue";
|
|
15
16
|
export declare const ExecutionVellumValue: core.serialization.Schema<serializers.ExecutionVellumValue.Raw, Vellum.ExecutionVellumValue>;
|
|
16
17
|
export declare namespace ExecutionVellumValue {
|
|
17
|
-
type Raw = ExecutionStringVellumValue.Raw | ExecutionNumberVellumValue.Raw | ExecutionJsonVellumValue.Raw | ExecutionChatHistoryVellumValue.Raw | ExecutionSearchResultsVellumValue.Raw | ExecutionErrorVellumValue.Raw | ExecutionArrayVellumValue.Raw | ExecutionFunctionCallVellumValue.Raw;
|
|
18
|
+
type Raw = ExecutionStringVellumValue.Raw | ExecutionNumberVellumValue.Raw | ExecutionJsonVellumValue.Raw | ExecutionChatHistoryVellumValue.Raw | ExecutionSearchResultsVellumValue.Raw | ExecutionErrorVellumValue.Raw | ExecutionArrayVellumValue.Raw | ExecutionFunctionCallVellumValue.Raw | ExecutionThinkingVellumValue.Raw;
|
|
18
19
|
}
|
|
@@ -46,6 +46,7 @@ const ExecutionSearchResultsVellumValue_1 = require("./ExecutionSearchResultsVel
|
|
|
46
46
|
const ExecutionErrorVellumValue_1 = require("./ExecutionErrorVellumValue");
|
|
47
47
|
const ExecutionArrayVellumValue_1 = require("./ExecutionArrayVellumValue");
|
|
48
48
|
const ExecutionFunctionCallVellumValue_1 = require("./ExecutionFunctionCallVellumValue");
|
|
49
|
+
const ExecutionThinkingVellumValue_1 = require("./ExecutionThinkingVellumValue");
|
|
49
50
|
exports.ExecutionVellumValue = core.serialization.undiscriminatedUnion([
|
|
50
51
|
ExecutionStringVellumValue_1.ExecutionStringVellumValue,
|
|
51
52
|
ExecutionNumberVellumValue_1.ExecutionNumberVellumValue,
|
|
@@ -55,4 +56,5 @@ exports.ExecutionVellumValue = core.serialization.undiscriminatedUnion([
|
|
|
55
56
|
ExecutionErrorVellumValue_1.ExecutionErrorVellumValue,
|
|
56
57
|
ExecutionArrayVellumValue_1.ExecutionArrayVellumValue,
|
|
57
58
|
ExecutionFunctionCallVellumValue_1.ExecutionFunctionCallVellumValue,
|
|
59
|
+
ExecutionThinkingVellumValue_1.ExecutionThinkingVellumValue,
|
|
58
60
|
]);
|
|
@@ -8,7 +8,8 @@ import { StringVellumValue } from "./StringVellumValue";
|
|
|
8
8
|
import { JsonVellumValue } from "./JsonVellumValue";
|
|
9
9
|
import { ErrorVellumValue } from "./ErrorVellumValue";
|
|
10
10
|
import { FunctionCallVellumValue } from "./FunctionCallVellumValue";
|
|
11
|
+
import { ThinkingVellumValue } from "./ThinkingVellumValue";
|
|
11
12
|
export declare const PromptOutput: core.serialization.Schema<serializers.PromptOutput.Raw, Vellum.PromptOutput>;
|
|
12
13
|
export declare namespace PromptOutput {
|
|
13
|
-
type Raw = StringVellumValue.Raw | JsonVellumValue.Raw | ErrorVellumValue.Raw | FunctionCallVellumValue.Raw;
|
|
14
|
+
type Raw = StringVellumValue.Raw | JsonVellumValue.Raw | ErrorVellumValue.Raw | FunctionCallVellumValue.Raw | ThinkingVellumValue.Raw;
|
|
14
15
|
}
|
|
@@ -42,9 +42,11 @@ const StringVellumValue_1 = require("./StringVellumValue");
|
|
|
42
42
|
const JsonVellumValue_1 = require("./JsonVellumValue");
|
|
43
43
|
const ErrorVellumValue_1 = require("./ErrorVellumValue");
|
|
44
44
|
const FunctionCallVellumValue_1 = require("./FunctionCallVellumValue");
|
|
45
|
+
const ThinkingVellumValue_1 = require("./ThinkingVellumValue");
|
|
45
46
|
exports.PromptOutput = core.serialization.undiscriminatedUnion([
|
|
46
47
|
StringVellumValue_1.StringVellumValue,
|
|
47
48
|
JsonVellumValue_1.JsonVellumValue,
|
|
48
49
|
ErrorVellumValue_1.ErrorVellumValue,
|
|
49
50
|
FunctionCallVellumValue_1.FunctionCallVellumValue,
|
|
51
|
+
ThinkingVellumValue_1.ThinkingVellumValue,
|
|
50
52
|
]);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { StringVellumValue } from "./StringVellumValue";
|
|
8
|
+
export declare const ThinkingVellumValue: core.serialization.ObjectSchema<serializers.ThinkingVellumValue.Raw, Vellum.ThinkingVellumValue>;
|
|
9
|
+
export declare namespace ThinkingVellumValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "THINKING";
|
|
12
|
+
value: StringVellumValue.Raw[];
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ThinkingVellumValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const StringVellumValue_1 = require("./StringVellumValue");
|
|
42
|
+
exports.ThinkingVellumValue = core.serialization.object({
|
|
43
|
+
type: core.serialization.stringLiteral("THINKING"),
|
|
44
|
+
value: core.serialization.list(StringVellumValue_1.StringVellumValue),
|
|
45
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { StringVellumValueRequest } from "./StringVellumValueRequest";
|
|
8
|
+
export declare const ThinkingVellumValueRequest: core.serialization.ObjectSchema<serializers.ThinkingVellumValueRequest.Raw, Vellum.ThinkingVellumValueRequest>;
|
|
9
|
+
export declare namespace ThinkingVellumValueRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "THINKING";
|
|
12
|
+
value: StringVellumValueRequest.Raw[];
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ThinkingVellumValueRequest = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const StringVellumValueRequest_1 = require("./StringVellumValueRequest");
|
|
42
|
+
exports.ThinkingVellumValueRequest = core.serialization.object({
|
|
43
|
+
type: core.serialization.stringLiteral("THINKING"),
|
|
44
|
+
value: core.serialization.list(StringVellumValueRequest_1.StringVellumValueRequest),
|
|
45
|
+
});
|
|
@@ -14,7 +14,8 @@ import { FunctionCallVellumValue } from "./FunctionCallVellumValue";
|
|
|
14
14
|
import { ErrorVellumValue } from "./ErrorVellumValue";
|
|
15
15
|
import { ChatHistoryVellumValue } from "./ChatHistoryVellumValue";
|
|
16
16
|
import { SearchResultsVellumValue } from "./SearchResultsVellumValue";
|
|
17
|
+
import { ThinkingVellumValue } from "./ThinkingVellumValue";
|
|
17
18
|
export declare const VellumValue: core.serialization.Schema<serializers.VellumValue.Raw, Vellum.VellumValue>;
|
|
18
19
|
export declare namespace VellumValue {
|
|
19
|
-
type Raw = StringVellumValue.Raw | NumberVellumValue.Raw | JsonVellumValue.Raw | ImageVellumValue.Raw | AudioVellumValue.Raw | DocumentVellumValue.Raw | FunctionCallVellumValue.Raw | ErrorVellumValue.Raw | serializers.ArrayVellumValue.Raw | ChatHistoryVellumValue.Raw | SearchResultsVellumValue.Raw;
|
|
20
|
+
type Raw = StringVellumValue.Raw | NumberVellumValue.Raw | JsonVellumValue.Raw | ImageVellumValue.Raw | AudioVellumValue.Raw | DocumentVellumValue.Raw | FunctionCallVellumValue.Raw | ErrorVellumValue.Raw | serializers.ArrayVellumValue.Raw | ChatHistoryVellumValue.Raw | SearchResultsVellumValue.Raw | ThinkingVellumValue.Raw;
|
|
20
21
|
}
|
|
@@ -49,6 +49,7 @@ const FunctionCallVellumValue_1 = require("./FunctionCallVellumValue");
|
|
|
49
49
|
const ErrorVellumValue_1 = require("./ErrorVellumValue");
|
|
50
50
|
const ChatHistoryVellumValue_1 = require("./ChatHistoryVellumValue");
|
|
51
51
|
const SearchResultsVellumValue_1 = require("./SearchResultsVellumValue");
|
|
52
|
+
const ThinkingVellumValue_1 = require("./ThinkingVellumValue");
|
|
52
53
|
exports.VellumValue = core.serialization.undiscriminatedUnion([
|
|
53
54
|
StringVellumValue_1.StringVellumValue,
|
|
54
55
|
NumberVellumValue_1.NumberVellumValue,
|
|
@@ -61,4 +62,5 @@ exports.VellumValue = core.serialization.undiscriminatedUnion([
|
|
|
61
62
|
core.serialization.lazyObject(() => serializers.ArrayVellumValue),
|
|
62
63
|
ChatHistoryVellumValue_1.ChatHistoryVellumValue,
|
|
63
64
|
SearchResultsVellumValue_1.SearchResultsVellumValue,
|
|
65
|
+
ThinkingVellumValue_1.ThinkingVellumValue,
|
|
64
66
|
]);
|
|
@@ -14,7 +14,8 @@ import { FunctionCallVellumValueRequest } from "./FunctionCallVellumValueRequest
|
|
|
14
14
|
import { ErrorVellumValueRequest } from "./ErrorVellumValueRequest";
|
|
15
15
|
import { ChatHistoryVellumValueRequest } from "./ChatHistoryVellumValueRequest";
|
|
16
16
|
import { SearchResultsVellumValueRequest } from "./SearchResultsVellumValueRequest";
|
|
17
|
+
import { ThinkingVellumValueRequest } from "./ThinkingVellumValueRequest";
|
|
17
18
|
export declare const VellumValueRequest: core.serialization.Schema<serializers.VellumValueRequest.Raw, Vellum.VellumValueRequest>;
|
|
18
19
|
export declare namespace VellumValueRequest {
|
|
19
|
-
type Raw = StringVellumValueRequest.Raw | NumberVellumValueRequest.Raw | JsonVellumValueRequest.Raw | ImageVellumValueRequest.Raw | AudioVellumValueRequest.Raw | DocumentVellumValueRequest.Raw | FunctionCallVellumValueRequest.Raw | ErrorVellumValueRequest.Raw | serializers.ArrayVellumValueRequest.Raw | ChatHistoryVellumValueRequest.Raw | SearchResultsVellumValueRequest.Raw;
|
|
20
|
+
type Raw = StringVellumValueRequest.Raw | NumberVellumValueRequest.Raw | JsonVellumValueRequest.Raw | ImageVellumValueRequest.Raw | AudioVellumValueRequest.Raw | DocumentVellumValueRequest.Raw | FunctionCallVellumValueRequest.Raw | ErrorVellumValueRequest.Raw | serializers.ArrayVellumValueRequest.Raw | ChatHistoryVellumValueRequest.Raw | SearchResultsVellumValueRequest.Raw | ThinkingVellumValueRequest.Raw;
|
|
20
21
|
}
|
|
@@ -49,6 +49,7 @@ const FunctionCallVellumValueRequest_1 = require("./FunctionCallVellumValueReque
|
|
|
49
49
|
const ErrorVellumValueRequest_1 = require("./ErrorVellumValueRequest");
|
|
50
50
|
const ChatHistoryVellumValueRequest_1 = require("./ChatHistoryVellumValueRequest");
|
|
51
51
|
const SearchResultsVellumValueRequest_1 = require("./SearchResultsVellumValueRequest");
|
|
52
|
+
const ThinkingVellumValueRequest_1 = require("./ThinkingVellumValueRequest");
|
|
52
53
|
exports.VellumValueRequest = core.serialization.undiscriminatedUnion([
|
|
53
54
|
StringVellumValueRequest_1.StringVellumValueRequest,
|
|
54
55
|
NumberVellumValueRequest_1.NumberVellumValueRequest,
|
|
@@ -61,4 +62,5 @@ exports.VellumValueRequest = core.serialization.undiscriminatedUnion([
|
|
|
61
62
|
core.serialization.lazyObject(() => serializers.ArrayVellumValueRequest),
|
|
62
63
|
ChatHistoryVellumValueRequest_1.ChatHistoryVellumValueRequest,
|
|
63
64
|
SearchResultsVellumValueRequest_1.SearchResultsVellumValueRequest,
|
|
65
|
+
ThinkingVellumValueRequest_1.ThinkingVellumValueRequest,
|
|
64
66
|
]);
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumVariableType: core.serialization.Schema<serializers.VellumVariableType.Raw, Vellum.VellumVariableType>;
|
|
8
8
|
export declare namespace VellumVariableType {
|
|
9
|
-
type Raw = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "AUDIO" | "DOCUMENT" | "NULL";
|
|
9
|
+
type Raw = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "AUDIO" | "DOCUMENT" | "NULL" | "THINKING";
|
|
10
10
|
}
|
|
@@ -112,6 +112,7 @@ export * from "./ExecutionJsonVellumValue";
|
|
|
112
112
|
export * from "./ExecutionNumberVellumValue";
|
|
113
113
|
export * from "./ExecutionSearchResultsVellumValue";
|
|
114
114
|
export * from "./ExecutionStringVellumValue";
|
|
115
|
+
export * from "./ExecutionThinkingVellumValue";
|
|
115
116
|
export * from "./ExecutionVellumValue";
|
|
116
117
|
export * from "./ExternalInputDescriptor";
|
|
117
118
|
export * from "./ExternalTestCaseExecution";
|
|
@@ -481,6 +482,8 @@ export * from "./TestSuiteTestCaseReplaceBulkOperationRequest";
|
|
|
481
482
|
export * from "./TestSuiteTestCaseReplacedBulkResult";
|
|
482
483
|
export * from "./TestSuiteTestCaseReplacedBulkResultData";
|
|
483
484
|
export * from "./TestSuiteTestCaseUpsertBulkOperationRequest";
|
|
485
|
+
export * from "./ThinkingVellumValue";
|
|
486
|
+
export * from "./ThinkingVellumValueRequest";
|
|
484
487
|
export * from "./TokenOverlappingWindowChunkerConfig";
|
|
485
488
|
export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
486
489
|
export * from "./TokenOverlappingWindowChunking";
|
|
@@ -128,6 +128,7 @@ __exportStar(require("./ExecutionJsonVellumValue"), exports);
|
|
|
128
128
|
__exportStar(require("./ExecutionNumberVellumValue"), exports);
|
|
129
129
|
__exportStar(require("./ExecutionSearchResultsVellumValue"), exports);
|
|
130
130
|
__exportStar(require("./ExecutionStringVellumValue"), exports);
|
|
131
|
+
__exportStar(require("./ExecutionThinkingVellumValue"), exports);
|
|
131
132
|
__exportStar(require("./ExecutionVellumValue"), exports);
|
|
132
133
|
__exportStar(require("./ExternalInputDescriptor"), exports);
|
|
133
134
|
__exportStar(require("./ExternalTestCaseExecution"), exports);
|
|
@@ -497,6 +498,8 @@ __exportStar(require("./TestSuiteTestCaseReplaceBulkOperationRequest"), exports)
|
|
|
497
498
|
__exportStar(require("./TestSuiteTestCaseReplacedBulkResult"), exports);
|
|
498
499
|
__exportStar(require("./TestSuiteTestCaseReplacedBulkResultData"), exports);
|
|
499
500
|
__exportStar(require("./TestSuiteTestCaseUpsertBulkOperationRequest"), exports);
|
|
501
|
+
__exportStar(require("./ThinkingVellumValue"), exports);
|
|
502
|
+
__exportStar(require("./ThinkingVellumValueRequest"), exports);
|
|
500
503
|
__exportStar(require("./TokenOverlappingWindowChunkerConfig"), exports);
|
|
501
504
|
__exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
|
|
502
505
|
__exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.82";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { StringVellumValue } from "./StringVellumValue";
|
|
8
|
+
export declare const ExecutionThinkingVellumValue: core.serialization.ObjectSchema<serializers.ExecutionThinkingVellumValue.Raw, Vellum.ExecutionThinkingVellumValue>;
|
|
9
|
+
export declare namespace ExecutionThinkingVellumValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
type: "THINKING";
|
|
14
|
+
value: StringVellumValue.Raw[];
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ExecutionThinkingVellumValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const StringVellumValue_1 = require("./StringVellumValue");
|
|
42
|
+
exports.ExecutionThinkingVellumValue = core.serialization.object({
|
|
43
|
+
id: core.serialization.string(),
|
|
44
|
+
name: core.serialization.string(),
|
|
45
|
+
type: core.serialization.stringLiteral("THINKING"),
|
|
46
|
+
value: core.serialization.list(StringVellumValue_1.StringVellumValue),
|
|
47
|
+
});
|