vellum-ai 1.2.1 → 1.2.3
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/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +1 -0
- 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/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 +9 -9
- package/api/resources/workflowExecutions/client/Client.d.ts +2 -1
- package/api/resources/workflowExecutions/client/Client.js +17 -7
- package/api/resources/workflowExecutions/client/index.d.ts +1 -1
- package/api/resources/workflowExecutions/client/index.js +15 -0
- package/api/resources/workflowExecutions/client/requests/RetrieveWorkflowExecutionDetailRequest.d.ts +17 -0
- package/api/resources/workflowExecutions/client/requests/RetrieveWorkflowExecutionDetailRequest.js +5 -0
- package/api/resources/workflowExecutions/client/requests/index.d.ts +1 -0
- package/api/resources/workflowExecutions/client/requests/index.js +2 -0
- 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/AudioInputRequest.d.ts +13 -0
- package/api/types/AudioInputRequest.js +5 -0
- package/api/types/DelimiterChunkerConfig.d.ts +7 -0
- package/api/types/DelimiterChunkerConfig.js +5 -0
- package/api/types/DelimiterChunkerConfigRequest.d.ts +7 -0
- package/api/types/DelimiterChunkerConfigRequest.js +5 -0
- package/api/types/DelimiterChunking.d.ts +8 -0
- package/api/types/DelimiterChunking.js +5 -0
- package/api/types/DelimiterChunkingRequest.d.ts +8 -0
- package/api/types/DelimiterChunkingRequest.js +5 -0
- package/api/types/DocumentIndexChunking.d.ts +1 -1
- package/api/types/DocumentIndexChunkingRequest.d.ts +1 -1
- package/api/types/DocumentInputRequest.d.ts +13 -0
- package/api/types/DocumentInputRequest.js +5 -0
- package/api/types/ExecutionAudioVellumValue.d.ts +14 -0
- package/api/types/ExecutionAudioVellumValue.js +5 -0
- package/api/types/ExecutionDocumentVellumValue.d.ts +14 -0
- package/api/types/ExecutionDocumentVellumValue.js +5 -0
- package/api/types/ExecutionImageVellumValue.d.ts +14 -0
- package/api/types/ExecutionImageVellumValue.js +5 -0
- package/api/types/ExecutionVellumValue.d.ts +1 -1
- package/api/types/ExecutionVideoVellumValue.d.ts +14 -0
- package/api/types/ExecutionVideoVellumValue.js +5 -0
- package/api/types/ImageInputRequest.d.ts +13 -0
- package/api/types/ImageInputRequest.js +5 -0
- package/api/types/LogicalOperator.d.ts +3 -1
- package/api/types/LogicalOperator.js +1 -0
- package/api/types/NodeInputCompiledAudioValue.d.ts +10 -0
- package/api/types/NodeInputCompiledAudioValue.js +5 -0
- package/api/types/NodeInputCompiledDocumentValue.d.ts +10 -0
- package/api/types/NodeInputCompiledDocumentValue.js +5 -0
- package/api/types/NodeInputCompiledImageValue.d.ts +10 -0
- package/api/types/NodeInputCompiledImageValue.js +5 -0
- package/api/types/NodeInputCompiledVideoValue.d.ts +10 -0
- package/api/types/NodeInputCompiledVideoValue.js +5 -0
- package/api/types/NodeInputVariableCompiledValue.d.ts +1 -1
- package/api/types/PromptDeploymentInputRequest.d.ts +1 -1
- package/api/types/PromptRequestAudioInput.d.ts +10 -0
- package/api/types/PromptRequestAudioInput.js +5 -0
- package/api/types/PromptRequestDocumentInput.d.ts +10 -0
- package/api/types/PromptRequestDocumentInput.js +5 -0
- package/api/types/PromptRequestImageInput.d.ts +10 -0
- package/api/types/PromptRequestImageInput.js +5 -0
- package/api/types/PromptRequestInput.d.ts +1 -1
- package/api/types/PromptRequestVideoInput.d.ts +10 -0
- package/api/types/PromptRequestVideoInput.js +5 -0
- package/api/types/VideoInputRequest.d.ts +13 -0
- package/api/types/VideoInputRequest.js +5 -0
- package/api/types/index.d.ts +20 -0
- package/api/types/index.js +20 -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/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +1 -0
- 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/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 +9 -9
- package/dist/api/resources/workflowExecutions/client/Client.d.ts +2 -1
- package/dist/api/resources/workflowExecutions/client/Client.js +17 -7
- package/dist/api/resources/workflowExecutions/client/index.d.ts +1 -1
- package/dist/api/resources/workflowExecutions/client/index.js +15 -0
- package/dist/api/resources/workflowExecutions/client/requests/RetrieveWorkflowExecutionDetailRequest.d.ts +17 -0
- package/dist/api/resources/workflowExecutions/client/requests/RetrieveWorkflowExecutionDetailRequest.js +5 -0
- package/dist/api/resources/workflowExecutions/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workflowExecutions/client/requests/index.js +2 -0
- 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/AudioInputRequest.d.ts +13 -0
- package/dist/api/types/AudioInputRequest.js +5 -0
- package/dist/api/types/DelimiterChunkerConfig.d.ts +7 -0
- package/dist/api/types/DelimiterChunkerConfig.js +5 -0
- package/dist/api/types/DelimiterChunkerConfigRequest.d.ts +7 -0
- package/dist/api/types/DelimiterChunkerConfigRequest.js +5 -0
- package/dist/api/types/DelimiterChunking.d.ts +8 -0
- package/dist/api/types/DelimiterChunking.js +5 -0
- package/dist/api/types/DelimiterChunkingRequest.d.ts +8 -0
- package/dist/api/types/DelimiterChunkingRequest.js +5 -0
- package/dist/api/types/DocumentIndexChunking.d.ts +1 -1
- package/dist/api/types/DocumentIndexChunkingRequest.d.ts +1 -1
- package/dist/api/types/DocumentInputRequest.d.ts +13 -0
- package/dist/api/types/DocumentInputRequest.js +5 -0
- package/dist/api/types/ExecutionAudioVellumValue.d.ts +14 -0
- package/dist/api/types/ExecutionAudioVellumValue.js +5 -0
- package/dist/api/types/ExecutionDocumentVellumValue.d.ts +14 -0
- package/dist/api/types/ExecutionDocumentVellumValue.js +5 -0
- package/dist/api/types/ExecutionImageVellumValue.d.ts +14 -0
- package/dist/api/types/ExecutionImageVellumValue.js +5 -0
- package/dist/api/types/ExecutionVellumValue.d.ts +1 -1
- package/dist/api/types/ExecutionVideoVellumValue.d.ts +14 -0
- package/dist/api/types/ExecutionVideoVellumValue.js +5 -0
- package/dist/api/types/ImageInputRequest.d.ts +13 -0
- package/dist/api/types/ImageInputRequest.js +5 -0
- package/dist/api/types/LogicalOperator.d.ts +3 -1
- package/dist/api/types/LogicalOperator.js +1 -0
- package/dist/api/types/NodeInputCompiledAudioValue.d.ts +10 -0
- package/dist/api/types/NodeInputCompiledAudioValue.js +5 -0
- package/dist/api/types/NodeInputCompiledDocumentValue.d.ts +10 -0
- package/dist/api/types/NodeInputCompiledDocumentValue.js +5 -0
- package/dist/api/types/NodeInputCompiledImageValue.d.ts +10 -0
- package/dist/api/types/NodeInputCompiledImageValue.js +5 -0
- package/dist/api/types/NodeInputCompiledVideoValue.d.ts +10 -0
- package/dist/api/types/NodeInputCompiledVideoValue.js +5 -0
- package/dist/api/types/NodeInputVariableCompiledValue.d.ts +1 -1
- package/dist/api/types/PromptDeploymentInputRequest.d.ts +1 -1
- package/dist/api/types/PromptRequestAudioInput.d.ts +10 -0
- package/dist/api/types/PromptRequestAudioInput.js +5 -0
- package/dist/api/types/PromptRequestDocumentInput.d.ts +10 -0
- package/dist/api/types/PromptRequestDocumentInput.js +5 -0
- package/dist/api/types/PromptRequestImageInput.d.ts +10 -0
- package/dist/api/types/PromptRequestImageInput.js +5 -0
- package/dist/api/types/PromptRequestInput.d.ts +1 -1
- package/dist/api/types/PromptRequestVideoInput.d.ts +10 -0
- package/dist/api/types/PromptRequestVideoInput.js +5 -0
- package/dist/api/types/VideoInputRequest.d.ts +13 -0
- package/dist/api/types/VideoInputRequest.js +5 -0
- package/dist/api/types/index.d.ts +20 -0
- package/dist/api/types/index.js +20 -0
- package/dist/serialization/types/AudioInputRequest.d.ts +15 -0
- package/dist/serialization/types/AudioInputRequest.js +46 -0
- package/dist/serialization/types/DelimiterChunkerConfig.d.ts +13 -0
- package/dist/serialization/types/DelimiterChunkerConfig.js +44 -0
- package/dist/serialization/types/DelimiterChunkerConfigRequest.d.ts +13 -0
- package/dist/serialization/types/DelimiterChunkerConfigRequest.js +44 -0
- package/dist/serialization/types/DelimiterChunking.d.ts +14 -0
- package/dist/serialization/types/DelimiterChunking.js +45 -0
- package/dist/serialization/types/DelimiterChunkingRequest.d.ts +14 -0
- package/dist/serialization/types/DelimiterChunkingRequest.js +45 -0
- package/dist/serialization/types/DocumentIndexChunking.d.ts +2 -1
- package/dist/serialization/types/DocumentIndexChunking.js +7 -1
- package/dist/serialization/types/DocumentIndexChunkingRequest.d.ts +2 -1
- package/dist/serialization/types/DocumentIndexChunkingRequest.js +2 -0
- package/dist/serialization/types/DocumentInputRequest.d.ts +15 -0
- package/dist/serialization/types/DocumentInputRequest.js +46 -0
- package/dist/serialization/types/ExecutionAudioVellumValue.d.ts +16 -0
- package/dist/serialization/types/ExecutionAudioVellumValue.js +47 -0
- package/dist/serialization/types/ExecutionDocumentVellumValue.d.ts +16 -0
- package/dist/serialization/types/ExecutionDocumentVellumValue.js +47 -0
- package/dist/serialization/types/ExecutionImageVellumValue.d.ts +16 -0
- package/dist/serialization/types/ExecutionImageVellumValue.js +47 -0
- package/dist/serialization/types/ExecutionVellumValue.d.ts +5 -1
- package/dist/serialization/types/ExecutionVellumValue.js +8 -0
- package/dist/serialization/types/ExecutionVideoVellumValue.d.ts +16 -0
- package/dist/serialization/types/ExecutionVideoVellumValue.js +47 -0
- package/dist/serialization/types/ImageInputRequest.d.ts +15 -0
- package/dist/serialization/types/ImageInputRequest.js +46 -0
- package/dist/serialization/types/LogicalOperator.d.ts +1 -1
- package/dist/serialization/types/LogicalOperator.js +1 -0
- package/dist/serialization/types/NodeInputCompiledAudioValue.d.ts +16 -0
- package/dist/serialization/types/NodeInputCompiledAudioValue.js +47 -0
- package/dist/serialization/types/NodeInputCompiledDocumentValue.d.ts +16 -0
- package/dist/serialization/types/NodeInputCompiledDocumentValue.js +47 -0
- package/dist/serialization/types/NodeInputCompiledImageValue.d.ts +16 -0
- package/dist/serialization/types/NodeInputCompiledImageValue.js +47 -0
- package/dist/serialization/types/NodeInputCompiledVideoValue.d.ts +16 -0
- package/dist/serialization/types/NodeInputCompiledVideoValue.js +47 -0
- package/dist/serialization/types/NodeInputVariableCompiledValue.d.ts +5 -1
- package/dist/serialization/types/NodeInputVariableCompiledValue.js +8 -0
- package/dist/serialization/types/PromptDeploymentInputRequest.d.ts +5 -1
- package/dist/serialization/types/PromptDeploymentInputRequest.js +13 -1
- package/dist/serialization/types/PromptRequestAudioInput.d.ts +15 -0
- package/dist/serialization/types/PromptRequestAudioInput.js +46 -0
- package/dist/serialization/types/PromptRequestDocumentInput.d.ts +15 -0
- package/dist/serialization/types/PromptRequestDocumentInput.js +46 -0
- package/dist/serialization/types/PromptRequestImageInput.d.ts +15 -0
- package/dist/serialization/types/PromptRequestImageInput.js +46 -0
- package/dist/serialization/types/PromptRequestInput.d.ts +5 -1
- package/dist/serialization/types/PromptRequestInput.js +8 -0
- package/dist/serialization/types/PromptRequestVideoInput.d.ts +15 -0
- package/dist/serialization/types/PromptRequestVideoInput.js +46 -0
- package/dist/serialization/types/VideoInputRequest.d.ts +15 -0
- package/dist/serialization/types/VideoInputRequest.js +46 -0
- package/dist/serialization/types/index.d.ts +20 -0
- package/dist/serialization/types/index.js +20 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +9 -1
- package/serialization/types/AudioInputRequest.d.ts +15 -0
- package/serialization/types/AudioInputRequest.js +46 -0
- package/serialization/types/DelimiterChunkerConfig.d.ts +13 -0
- package/serialization/types/DelimiterChunkerConfig.js +44 -0
- package/serialization/types/DelimiterChunkerConfigRequest.d.ts +13 -0
- package/serialization/types/DelimiterChunkerConfigRequest.js +44 -0
- package/serialization/types/DelimiterChunking.d.ts +14 -0
- package/serialization/types/DelimiterChunking.js +45 -0
- package/serialization/types/DelimiterChunkingRequest.d.ts +14 -0
- package/serialization/types/DelimiterChunkingRequest.js +45 -0
- package/serialization/types/DocumentIndexChunking.d.ts +2 -1
- package/serialization/types/DocumentIndexChunking.js +7 -1
- package/serialization/types/DocumentIndexChunkingRequest.d.ts +2 -1
- package/serialization/types/DocumentIndexChunkingRequest.js +2 -0
- package/serialization/types/DocumentInputRequest.d.ts +15 -0
- package/serialization/types/DocumentInputRequest.js +46 -0
- package/serialization/types/ExecutionAudioVellumValue.d.ts +16 -0
- package/serialization/types/ExecutionAudioVellumValue.js +47 -0
- package/serialization/types/ExecutionDocumentVellumValue.d.ts +16 -0
- package/serialization/types/ExecutionDocumentVellumValue.js +47 -0
- package/serialization/types/ExecutionImageVellumValue.d.ts +16 -0
- package/serialization/types/ExecutionImageVellumValue.js +47 -0
- package/serialization/types/ExecutionVellumValue.d.ts +5 -1
- package/serialization/types/ExecutionVellumValue.js +8 -0
- package/serialization/types/ExecutionVideoVellumValue.d.ts +16 -0
- package/serialization/types/ExecutionVideoVellumValue.js +47 -0
- package/serialization/types/ImageInputRequest.d.ts +15 -0
- package/serialization/types/ImageInputRequest.js +46 -0
- package/serialization/types/LogicalOperator.d.ts +1 -1
- package/serialization/types/LogicalOperator.js +1 -0
- package/serialization/types/NodeInputCompiledAudioValue.d.ts +16 -0
- package/serialization/types/NodeInputCompiledAudioValue.js +47 -0
- package/serialization/types/NodeInputCompiledDocumentValue.d.ts +16 -0
- package/serialization/types/NodeInputCompiledDocumentValue.js +47 -0
- package/serialization/types/NodeInputCompiledImageValue.d.ts +16 -0
- package/serialization/types/NodeInputCompiledImageValue.js +47 -0
- package/serialization/types/NodeInputCompiledVideoValue.d.ts +16 -0
- package/serialization/types/NodeInputCompiledVideoValue.js +47 -0
- package/serialization/types/NodeInputVariableCompiledValue.d.ts +5 -1
- package/serialization/types/NodeInputVariableCompiledValue.js +8 -0
- package/serialization/types/PromptDeploymentInputRequest.d.ts +5 -1
- package/serialization/types/PromptDeploymentInputRequest.js +13 -1
- package/serialization/types/PromptRequestAudioInput.d.ts +15 -0
- package/serialization/types/PromptRequestAudioInput.js +46 -0
- package/serialization/types/PromptRequestDocumentInput.d.ts +15 -0
- package/serialization/types/PromptRequestDocumentInput.js +46 -0
- package/serialization/types/PromptRequestImageInput.d.ts +15 -0
- package/serialization/types/PromptRequestImageInput.js +46 -0
- package/serialization/types/PromptRequestInput.d.ts +5 -1
- package/serialization/types/PromptRequestInput.js +8 -0
- package/serialization/types/PromptRequestVideoInput.d.ts +15 -0
- package/serialization/types/PromptRequestVideoInput.js +46 -0
- package/serialization/types/VideoInputRequest.d.ts +15 -0
- package/serialization/types/VideoInputRequest.js +46 -0
- package/serialization/types/index.d.ts +20 -0
- package/serialization/types/index.js +20 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface NodeInputCompiledDocumentValue {
|
|
6
|
+
nodeInputId: string;
|
|
7
|
+
key: string;
|
|
8
|
+
type: "DOCUMENT";
|
|
9
|
+
value?: Vellum.VellumDocument | null;
|
|
10
|
+
}
|
|
@@ -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 NodeInputVariableCompiledValue = Vellum.NodeInputCompiledStringValue | Vellum.NodeInputCompiledNumberValue | Vellum.NodeInputCompiledJsonValue | Vellum.NodeInputCompiledChatHistoryValue | Vellum.NodeInputCompiledSearchResultsValue | Vellum.NodeInputCompiledErrorValue | Vellum.NodeInputCompiledArrayValue | Vellum.NodeInputCompiledFunctionCallValue | Vellum.NodeInputCompiledSecretValue;
|
|
5
|
+
export type NodeInputVariableCompiledValue = Vellum.NodeInputCompiledStringValue | Vellum.NodeInputCompiledNumberValue | Vellum.NodeInputCompiledJsonValue | Vellum.NodeInputCompiledChatHistoryValue | Vellum.NodeInputCompiledSearchResultsValue | Vellum.NodeInputCompiledErrorValue | Vellum.NodeInputCompiledArrayValue | Vellum.NodeInputCompiledFunctionCallValue | Vellum.NodeInputCompiledSecretValue | Vellum.NodeInputCompiledAudioValue | Vellum.NodeInputCompiledVideoValue | Vellum.NodeInputCompiledImageValue | Vellum.NodeInputCompiledDocumentValue;
|
|
@@ -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 PromptDeploymentInputRequest = Vellum.StringInputRequest | Vellum.JsonInputRequest | Vellum.ChatHistoryInputRequest;
|
|
5
|
+
export type PromptDeploymentInputRequest = Vellum.StringInputRequest | Vellum.JsonInputRequest | Vellum.ChatHistoryInputRequest | Vellum.AudioInputRequest | Vellum.VideoInputRequest | Vellum.ImageInputRequest | Vellum.DocumentInputRequest;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface PromptRequestAudioInput {
|
|
6
|
+
/** The variable's name, as defined in the Prompt. */
|
|
7
|
+
key: string;
|
|
8
|
+
type: "AUDIO";
|
|
9
|
+
value: Vellum.VellumAudio;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface PromptRequestDocumentInput {
|
|
6
|
+
/** The variable's name, as defined in the Prompt. */
|
|
7
|
+
key: string;
|
|
8
|
+
type: "DOCUMENT";
|
|
9
|
+
value: Vellum.VellumDocument;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface PromptRequestImageInput {
|
|
6
|
+
/** The variable's name, as defined in the Prompt. */
|
|
7
|
+
key: string;
|
|
8
|
+
type: "IMAGE";
|
|
9
|
+
value: Vellum.VellumImage;
|
|
10
|
+
}
|
|
@@ -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 PromptRequestInput = Vellum.PromptRequestStringInput | Vellum.PromptRequestJsonInput | Vellum.PromptRequestChatHistoryInput;
|
|
5
|
+
export type PromptRequestInput = Vellum.PromptRequestStringInput | Vellum.PromptRequestJsonInput | Vellum.PromptRequestChatHistoryInput | Vellum.PromptRequestAudioInput | Vellum.PromptRequestVideoInput | Vellum.PromptRequestImageInput | Vellum.PromptRequestDocumentInput;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface PromptRequestVideoInput {
|
|
6
|
+
/** The variable's name, as defined in the Prompt. */
|
|
7
|
+
key: string;
|
|
8
|
+
type: "VIDEO";
|
|
9
|
+
value: Vellum.VellumVideo;
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A user input representing a Vellum Video value
|
|
7
|
+
*/
|
|
8
|
+
export interface VideoInputRequest {
|
|
9
|
+
/** The variable's name */
|
|
10
|
+
name: string;
|
|
11
|
+
type: "VIDEO";
|
|
12
|
+
value: Vellum.VellumVideoRequest;
|
|
13
|
+
}
|
package/api/types/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export * from "./ArrayVellumValue";
|
|
|
21
21
|
export * from "./ArrayVellumValueRequest";
|
|
22
22
|
export * from "./AudioChatMessageContent";
|
|
23
23
|
export * from "./AudioChatMessageContentRequest";
|
|
24
|
+
export * from "./AudioInputRequest";
|
|
24
25
|
export * from "./AudioPromptBlock";
|
|
25
26
|
export * from "./AudioVellumValue";
|
|
26
27
|
export * from "./AudioVellumValueRequest";
|
|
@@ -68,6 +69,10 @@ export * from "./ContainerImageBuildConfig";
|
|
|
68
69
|
export * from "./ContainerImageContainerImageTag";
|
|
69
70
|
export * from "./ContainerImageRead";
|
|
70
71
|
export * from "./CreateTestSuiteTestCaseRequest";
|
|
72
|
+
export * from "./DelimiterChunkerConfig";
|
|
73
|
+
export * from "./DelimiterChunkerConfigRequest";
|
|
74
|
+
export * from "./DelimiterChunking";
|
|
75
|
+
export * from "./DelimiterChunkingRequest";
|
|
71
76
|
export * from "./DeploymentHistoryItem";
|
|
72
77
|
export * from "./DeploymentProviderPayloadResponsePayload";
|
|
73
78
|
export * from "./DeploymentProviderPayloadResponse";
|
|
@@ -83,6 +88,7 @@ export * from "./DocumentIndexChunkingRequest";
|
|
|
83
88
|
export * from "./DocumentIndexIndexingConfig";
|
|
84
89
|
export * from "./DocumentIndexIndexingConfigRequest";
|
|
85
90
|
export * from "./DocumentIndexRead";
|
|
91
|
+
export * from "./DocumentInputRequest";
|
|
86
92
|
export * from "./DocumentProcessingState";
|
|
87
93
|
export * from "./DocumentPromptBlock";
|
|
88
94
|
export * from "./DocumentRead";
|
|
@@ -107,15 +113,19 @@ export * from "./ExecutePromptResponse";
|
|
|
107
113
|
export * from "./ExecuteWorkflowResponse";
|
|
108
114
|
export * from "./ExecuteWorkflowWorkflowResultEvent";
|
|
109
115
|
export * from "./ExecutionArrayVellumValue";
|
|
116
|
+
export * from "./ExecutionAudioVellumValue";
|
|
110
117
|
export * from "./ExecutionChatHistoryVellumValue";
|
|
118
|
+
export * from "./ExecutionDocumentVellumValue";
|
|
111
119
|
export * from "./ExecutionErrorVellumValue";
|
|
112
120
|
export * from "./ExecutionFunctionCallVellumValue";
|
|
121
|
+
export * from "./ExecutionImageVellumValue";
|
|
113
122
|
export * from "./ExecutionJsonVellumValue";
|
|
114
123
|
export * from "./ExecutionNumberVellumValue";
|
|
115
124
|
export * from "./ExecutionSearchResultsVellumValue";
|
|
116
125
|
export * from "./ExecutionStringVellumValue";
|
|
117
126
|
export * from "./ExecutionThinkingVellumValue";
|
|
118
127
|
export * from "./ExecutionVellumValue";
|
|
128
|
+
export * from "./ExecutionVideoVellumValue";
|
|
119
129
|
export * from "./ExternalInputDescriptor";
|
|
120
130
|
export * from "./ExternalParentContext";
|
|
121
131
|
export * from "./ExternalTestCaseExecution";
|
|
@@ -174,6 +184,7 @@ export * from "./HkunlpInstructorXlVectorizer";
|
|
|
174
184
|
export * from "./HkunlpInstructorXlVectorizerRequest";
|
|
175
185
|
export * from "./ImageChatMessageContent";
|
|
176
186
|
export * from "./ImageChatMessageContentRequest";
|
|
187
|
+
export * from "./ImageInputRequest";
|
|
177
188
|
export * from "./ImagePromptBlock";
|
|
178
189
|
export * from "./ImageVellumValue";
|
|
179
190
|
export * from "./ImageVellumValueRequest";
|
|
@@ -249,14 +260,18 @@ export * from "./NodeExecutionSpanAttributes";
|
|
|
249
260
|
export * from "./NodeExecutionStreamingBody";
|
|
250
261
|
export * from "./NodeExecutionStreamingEvent";
|
|
251
262
|
export * from "./NodeInputCompiledArrayValue";
|
|
263
|
+
export * from "./NodeInputCompiledAudioValue";
|
|
252
264
|
export * from "./NodeInputCompiledChatHistoryValue";
|
|
265
|
+
export * from "./NodeInputCompiledDocumentValue";
|
|
253
266
|
export * from "./NodeInputCompiledErrorValue";
|
|
254
267
|
export * from "./NodeInputCompiledFunctionCallValue";
|
|
268
|
+
export * from "./NodeInputCompiledImageValue";
|
|
255
269
|
export * from "./NodeInputCompiledJsonValue";
|
|
256
270
|
export * from "./NodeInputCompiledNumberValue";
|
|
257
271
|
export * from "./NodeInputCompiledSearchResultsValue";
|
|
258
272
|
export * from "./NodeInputCompiledSecretValue";
|
|
259
273
|
export * from "./NodeInputCompiledStringValue";
|
|
274
|
+
export * from "./NodeInputCompiledVideoValue";
|
|
260
275
|
export * from "./NodeInputVariableCompiledValue";
|
|
261
276
|
export * from "./NodeOutputCompiledArrayValue";
|
|
262
277
|
export * from "./NodeOutputCompiledChatHistoryValue";
|
|
@@ -316,10 +331,14 @@ export * from "./PromptNodeResultData";
|
|
|
316
331
|
export * from "./PromptOutput";
|
|
317
332
|
export * from "./PromptParameters";
|
|
318
333
|
export * from "./PromptPushResponse";
|
|
334
|
+
export * from "./PromptRequestAudioInput";
|
|
319
335
|
export * from "./PromptRequestChatHistoryInput";
|
|
336
|
+
export * from "./PromptRequestDocumentInput";
|
|
337
|
+
export * from "./PromptRequestImageInput";
|
|
320
338
|
export * from "./PromptRequestInput";
|
|
321
339
|
export * from "./PromptRequestJsonInput";
|
|
322
340
|
export * from "./PromptRequestStringInput";
|
|
341
|
+
export * from "./PromptRequestVideoInput";
|
|
323
342
|
export * from "./PromptSettings";
|
|
324
343
|
export * from "./ComponentsSchemasPromptVersionBuildConfigSandbox";
|
|
325
344
|
export * from "./PromptVersionBuildConfigSandbox";
|
|
@@ -526,6 +545,7 @@ export * from "./VellumVideoRequest";
|
|
|
526
545
|
export * from "./VellumWorkflowExecutionEvent";
|
|
527
546
|
export * from "./VideoChatMessageContent";
|
|
528
547
|
export * from "./VideoChatMessageContentRequest";
|
|
548
|
+
export * from "./VideoInputRequest";
|
|
529
549
|
export * from "./VideoPromptBlock";
|
|
530
550
|
export * from "./VideoVellumValue";
|
|
531
551
|
export * from "./VideoVellumValueRequest";
|
package/api/types/index.js
CHANGED
|
@@ -37,6 +37,7 @@ __exportStar(require("./ArrayVellumValue"), exports);
|
|
|
37
37
|
__exportStar(require("./ArrayVellumValueRequest"), exports);
|
|
38
38
|
__exportStar(require("./AudioChatMessageContent"), exports);
|
|
39
39
|
__exportStar(require("./AudioChatMessageContentRequest"), exports);
|
|
40
|
+
__exportStar(require("./AudioInputRequest"), exports);
|
|
40
41
|
__exportStar(require("./AudioPromptBlock"), exports);
|
|
41
42
|
__exportStar(require("./AudioVellumValue"), exports);
|
|
42
43
|
__exportStar(require("./AudioVellumValueRequest"), exports);
|
|
@@ -84,6 +85,10 @@ __exportStar(require("./ContainerImageBuildConfig"), exports);
|
|
|
84
85
|
__exportStar(require("./ContainerImageContainerImageTag"), exports);
|
|
85
86
|
__exportStar(require("./ContainerImageRead"), exports);
|
|
86
87
|
__exportStar(require("./CreateTestSuiteTestCaseRequest"), exports);
|
|
88
|
+
__exportStar(require("./DelimiterChunkerConfig"), exports);
|
|
89
|
+
__exportStar(require("./DelimiterChunkerConfigRequest"), exports);
|
|
90
|
+
__exportStar(require("./DelimiterChunking"), exports);
|
|
91
|
+
__exportStar(require("./DelimiterChunkingRequest"), exports);
|
|
87
92
|
__exportStar(require("./DeploymentHistoryItem"), exports);
|
|
88
93
|
__exportStar(require("./DeploymentProviderPayloadResponsePayload"), exports);
|
|
89
94
|
__exportStar(require("./DeploymentProviderPayloadResponse"), exports);
|
|
@@ -99,6 +104,7 @@ __exportStar(require("./DocumentIndexChunkingRequest"), exports);
|
|
|
99
104
|
__exportStar(require("./DocumentIndexIndexingConfig"), exports);
|
|
100
105
|
__exportStar(require("./DocumentIndexIndexingConfigRequest"), exports);
|
|
101
106
|
__exportStar(require("./DocumentIndexRead"), exports);
|
|
107
|
+
__exportStar(require("./DocumentInputRequest"), exports);
|
|
102
108
|
__exportStar(require("./DocumentProcessingState"), exports);
|
|
103
109
|
__exportStar(require("./DocumentPromptBlock"), exports);
|
|
104
110
|
__exportStar(require("./DocumentRead"), exports);
|
|
@@ -123,15 +129,19 @@ __exportStar(require("./ExecutePromptResponse"), exports);
|
|
|
123
129
|
__exportStar(require("./ExecuteWorkflowResponse"), exports);
|
|
124
130
|
__exportStar(require("./ExecuteWorkflowWorkflowResultEvent"), exports);
|
|
125
131
|
__exportStar(require("./ExecutionArrayVellumValue"), exports);
|
|
132
|
+
__exportStar(require("./ExecutionAudioVellumValue"), exports);
|
|
126
133
|
__exportStar(require("./ExecutionChatHistoryVellumValue"), exports);
|
|
134
|
+
__exportStar(require("./ExecutionDocumentVellumValue"), exports);
|
|
127
135
|
__exportStar(require("./ExecutionErrorVellumValue"), exports);
|
|
128
136
|
__exportStar(require("./ExecutionFunctionCallVellumValue"), exports);
|
|
137
|
+
__exportStar(require("./ExecutionImageVellumValue"), exports);
|
|
129
138
|
__exportStar(require("./ExecutionJsonVellumValue"), exports);
|
|
130
139
|
__exportStar(require("./ExecutionNumberVellumValue"), exports);
|
|
131
140
|
__exportStar(require("./ExecutionSearchResultsVellumValue"), exports);
|
|
132
141
|
__exportStar(require("./ExecutionStringVellumValue"), exports);
|
|
133
142
|
__exportStar(require("./ExecutionThinkingVellumValue"), exports);
|
|
134
143
|
__exportStar(require("./ExecutionVellumValue"), exports);
|
|
144
|
+
__exportStar(require("./ExecutionVideoVellumValue"), exports);
|
|
135
145
|
__exportStar(require("./ExternalInputDescriptor"), exports);
|
|
136
146
|
__exportStar(require("./ExternalParentContext"), exports);
|
|
137
147
|
__exportStar(require("./ExternalTestCaseExecution"), exports);
|
|
@@ -190,6 +200,7 @@ __exportStar(require("./HkunlpInstructorXlVectorizer"), exports);
|
|
|
190
200
|
__exportStar(require("./HkunlpInstructorXlVectorizerRequest"), exports);
|
|
191
201
|
__exportStar(require("./ImageChatMessageContent"), exports);
|
|
192
202
|
__exportStar(require("./ImageChatMessageContentRequest"), exports);
|
|
203
|
+
__exportStar(require("./ImageInputRequest"), exports);
|
|
193
204
|
__exportStar(require("./ImagePromptBlock"), exports);
|
|
194
205
|
__exportStar(require("./ImageVellumValue"), exports);
|
|
195
206
|
__exportStar(require("./ImageVellumValueRequest"), exports);
|
|
@@ -265,14 +276,18 @@ __exportStar(require("./NodeExecutionSpanAttributes"), exports);
|
|
|
265
276
|
__exportStar(require("./NodeExecutionStreamingBody"), exports);
|
|
266
277
|
__exportStar(require("./NodeExecutionStreamingEvent"), exports);
|
|
267
278
|
__exportStar(require("./NodeInputCompiledArrayValue"), exports);
|
|
279
|
+
__exportStar(require("./NodeInputCompiledAudioValue"), exports);
|
|
268
280
|
__exportStar(require("./NodeInputCompiledChatHistoryValue"), exports);
|
|
281
|
+
__exportStar(require("./NodeInputCompiledDocumentValue"), exports);
|
|
269
282
|
__exportStar(require("./NodeInputCompiledErrorValue"), exports);
|
|
270
283
|
__exportStar(require("./NodeInputCompiledFunctionCallValue"), exports);
|
|
284
|
+
__exportStar(require("./NodeInputCompiledImageValue"), exports);
|
|
271
285
|
__exportStar(require("./NodeInputCompiledJsonValue"), exports);
|
|
272
286
|
__exportStar(require("./NodeInputCompiledNumberValue"), exports);
|
|
273
287
|
__exportStar(require("./NodeInputCompiledSearchResultsValue"), exports);
|
|
274
288
|
__exportStar(require("./NodeInputCompiledSecretValue"), exports);
|
|
275
289
|
__exportStar(require("./NodeInputCompiledStringValue"), exports);
|
|
290
|
+
__exportStar(require("./NodeInputCompiledVideoValue"), exports);
|
|
276
291
|
__exportStar(require("./NodeInputVariableCompiledValue"), exports);
|
|
277
292
|
__exportStar(require("./NodeOutputCompiledArrayValue"), exports);
|
|
278
293
|
__exportStar(require("./NodeOutputCompiledChatHistoryValue"), exports);
|
|
@@ -332,10 +347,14 @@ __exportStar(require("./PromptNodeResultData"), exports);
|
|
|
332
347
|
__exportStar(require("./PromptOutput"), exports);
|
|
333
348
|
__exportStar(require("./PromptParameters"), exports);
|
|
334
349
|
__exportStar(require("./PromptPushResponse"), exports);
|
|
350
|
+
__exportStar(require("./PromptRequestAudioInput"), exports);
|
|
335
351
|
__exportStar(require("./PromptRequestChatHistoryInput"), exports);
|
|
352
|
+
__exportStar(require("./PromptRequestDocumentInput"), exports);
|
|
353
|
+
__exportStar(require("./PromptRequestImageInput"), exports);
|
|
336
354
|
__exportStar(require("./PromptRequestInput"), exports);
|
|
337
355
|
__exportStar(require("./PromptRequestJsonInput"), exports);
|
|
338
356
|
__exportStar(require("./PromptRequestStringInput"), exports);
|
|
357
|
+
__exportStar(require("./PromptRequestVideoInput"), exports);
|
|
339
358
|
__exportStar(require("./PromptSettings"), exports);
|
|
340
359
|
__exportStar(require("./ComponentsSchemasPromptVersionBuildConfigSandbox"), exports);
|
|
341
360
|
__exportStar(require("./PromptVersionBuildConfigSandbox"), exports);
|
|
@@ -542,6 +561,7 @@ __exportStar(require("./VellumVideoRequest"), exports);
|
|
|
542
561
|
__exportStar(require("./VellumWorkflowExecutionEvent"), exports);
|
|
543
562
|
__exportStar(require("./VideoChatMessageContent"), exports);
|
|
544
563
|
__exportStar(require("./VideoChatMessageContentRequest"), exports);
|
|
564
|
+
__exportStar(require("./VideoInputRequest"), exports);
|
|
545
565
|
__exportStar(require("./VideoPromptBlock"), exports);
|
|
546
566
|
__exportStar(require("./VideoVellumValue"), exports);
|
|
547
567
|
__exportStar(require("./VideoVellumValueRequest"), exports);
|
package/dist/Client.js
CHANGED
|
@@ -182,7 +182,7 @@ class VellumClient {
|
|
|
182
182
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
183
183
|
unrecognizedObjectKeys: "strip",
|
|
184
184
|
})
|
|
185
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
185
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
186
186
|
contentType: "application/json",
|
|
187
187
|
requestType: "json",
|
|
188
188
|
body: serializers.ExecuteApiRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -268,7 +268,7 @@ class VellumClient {
|
|
|
268
268
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
269
269
|
unrecognizedObjectKeys: "strip",
|
|
270
270
|
})
|
|
271
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
271
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
272
272
|
contentType: "application/json",
|
|
273
273
|
requestType: "json",
|
|
274
274
|
body: serializers.CodeExecutor.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -354,7 +354,7 @@ class VellumClient {
|
|
|
354
354
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
355
355
|
unrecognizedObjectKeys: "strip",
|
|
356
356
|
})
|
|
357
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
357
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
358
358
|
contentType: "application/json",
|
|
359
359
|
requestType: "json",
|
|
360
360
|
body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -425,7 +425,7 @@ class VellumClient {
|
|
|
425
425
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
426
426
|
unrecognizedObjectKeys: "strip",
|
|
427
427
|
})
|
|
428
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
428
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
429
429
|
contentType: "application/json",
|
|
430
430
|
requestType: "json",
|
|
431
431
|
body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -527,7 +527,7 @@ class VellumClient {
|
|
|
527
527
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
528
528
|
unrecognizedObjectKeys: "strip",
|
|
529
529
|
})
|
|
530
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
530
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
531
531
|
contentType: "application/json",
|
|
532
532
|
requestType: "json",
|
|
533
533
|
body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -596,7 +596,7 @@ class VellumClient {
|
|
|
596
596
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
597
597
|
unrecognizedObjectKeys: "strip",
|
|
598
598
|
})
|
|
599
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
599
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
600
600
|
contentType: "application/json",
|
|
601
601
|
requestType: "json",
|
|
602
602
|
body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -704,7 +704,7 @@ class VellumClient {
|
|
|
704
704
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
705
705
|
unrecognizedObjectKeys: "strip",
|
|
706
706
|
})
|
|
707
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
707
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
708
708
|
contentType: "application/json",
|
|
709
709
|
requestType: "json",
|
|
710
710
|
body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -778,7 +778,7 @@ class VellumClient {
|
|
|
778
778
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
779
779
|
unrecognizedObjectKeys: "strip",
|
|
780
780
|
})
|
|
781
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
781
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
782
782
|
contentType: "application/json",
|
|
783
783
|
requestType: "json",
|
|
784
784
|
body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -872,7 +872,7 @@ class VellumClient {
|
|
|
872
872
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
873
873
|
unrecognizedObjectKeys: "strip",
|
|
874
874
|
})
|
|
875
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
875
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
876
876
|
contentType: "application/json",
|
|
877
877
|
requestType: "json",
|
|
878
878
|
body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -953,7 +953,7 @@ class VellumClient {
|
|
|
953
953
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
954
954
|
unrecognizedObjectKeys: "strip",
|
|
955
955
|
})
|
|
956
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
956
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
957
957
|
contentType: "application/json",
|
|
958
958
|
requestType: "json",
|
|
959
959
|
body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -1028,7 +1028,7 @@ class VellumClient {
|
|
|
1028
1028
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
1029
1029
|
unrecognizedObjectKeys: "strip",
|
|
1030
1030
|
})
|
|
1031
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
1031
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
1032
1032
|
contentType: "application/json",
|
|
1033
1033
|
requestType: "json",
|
|
1034
1034
|
body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
|
|
@@ -112,7 +112,7 @@ class AdHoc {
|
|
|
112
112
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
113
113
|
unrecognizedObjectKeys: "strip",
|
|
114
114
|
})
|
|
115
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
115
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
requestType: "json",
|
|
118
118
|
body: serializers.AdHocExecutePrompt.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -178,7 +178,7 @@ class AdHoc {
|
|
|
178
178
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
179
179
|
unrecognizedObjectKeys: "strip",
|
|
180
180
|
})
|
|
181
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
181
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
182
182
|
contentType: "application/json",
|
|
183
183
|
requestType: "json",
|
|
184
184
|
body: serializers.AdHocExecutePromptStream.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -92,7 +92,7 @@ class ContainerImages {
|
|
|
92
92
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
93
93
|
unrecognizedObjectKeys: "strip",
|
|
94
94
|
})
|
|
95
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
95
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
96
96
|
contentType: "application/json",
|
|
97
97
|
queryParameters: _queryParams,
|
|
98
98
|
requestType: "json",
|
|
@@ -158,7 +158,7 @@ class ContainerImages {
|
|
|
158
158
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
159
159
|
unrecognizedObjectKeys: "strip",
|
|
160
160
|
})
|
|
161
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
161
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
162
162
|
contentType: "application/json",
|
|
163
163
|
requestType: "json",
|
|
164
164
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -220,7 +220,7 @@ class ContainerImages {
|
|
|
220
220
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
221
221
|
unrecognizedObjectKeys: "strip",
|
|
222
222
|
})
|
|
223
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
223
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
224
224
|
contentType: "application/json",
|
|
225
225
|
requestType: "json",
|
|
226
226
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -287,7 +287,7 @@ class ContainerImages {
|
|
|
287
287
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
288
288
|
unrecognizedObjectKeys: "strip",
|
|
289
289
|
})
|
|
290
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.
|
|
290
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
|
|
291
291
|
contentType: "application/json",
|
|
292
292
|
requestType: "json",
|
|
293
293
|
body: serializers.PushContainerImageRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|