vellum-ai 0.8.30 → 0.9.0
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/.mock/definition/__package__.yml +16 -42
- package/.mock/openapi/openapi.yml +3450 -3761
- package/Client.js +10 -10
- package/api/resources/adHoc/client/Client.js +1 -1
- package/api/resources/deployments/client/Client.js +5 -5
- 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 +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 +4 -4
- package/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/api/resources/workflows/client/Client.js +1 -1
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/types/ArrayInputRequest.d.ts +1 -1
- package/api/types/ArrayVellumValue.d.ts +1 -1
- package/api/types/ArrayVellumValueRequest.d.ts +1 -1
- package/api/types/CodeExecutionNodeArrayResult.d.ts +1 -1
- package/api/types/ExecutionArrayVellumValue.d.ts +1 -1
- package/api/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
- package/api/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
- package/api/types/NodeInputCompiledArrayValue.d.ts +1 -1
- package/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/api/types/TemplatingNodeArrayResult.d.ts +1 -1
- package/api/types/TerminalNodeArrayResult.d.ts +1 -1
- package/api/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/api/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
- package/api/types/VellumVariableType.d.ts +3 -1
- package/api/types/VellumVariableType.js +1 -0
- package/api/types/WorkflowOutputArray.d.ts +1 -1
- package/api/types/index.d.ts +0 -2
- package/api/types/index.js +0 -2
- package/dist/Client.js +10 -10
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/deployments/client/Client.js +5 -5
- 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 +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 +4 -4
- package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/dist/api/resources/workflows/client/Client.js +1 -1
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/types/ArrayInputRequest.d.ts +1 -1
- package/dist/api/types/ArrayVellumValue.d.ts +1 -1
- package/dist/api/types/ArrayVellumValueRequest.d.ts +1 -1
- package/dist/api/types/CodeExecutionNodeArrayResult.d.ts +1 -1
- package/dist/api/types/ExecutionArrayVellumValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
- package/dist/api/types/NodeInputCompiledArrayValue.d.ts +1 -1
- package/dist/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/dist/api/types/TemplatingNodeArrayResult.d.ts +1 -1
- package/dist/api/types/TerminalNodeArrayResult.d.ts +1 -1
- package/dist/api/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/dist/api/types/TestSuiteRunExecutionArrayOutput.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/WorkflowOutputArray.d.ts +1 -1
- package/dist/api/types/index.d.ts +0 -2
- package/dist/api/types/index.js +0 -2
- package/dist/serialization/types/ArrayInputRequest.d.ts +1 -1
- package/dist/serialization/types/ArrayInputRequest.js +1 -1
- package/dist/serialization/types/ArrayVellumValue.d.ts +1 -1
- package/dist/serialization/types/ArrayVellumValue.js +1 -1
- package/dist/serialization/types/ArrayVellumValueRequest.d.ts +1 -1
- package/dist/serialization/types/ArrayVellumValueRequest.js +1 -1
- package/dist/serialization/types/CodeExecutionNodeArrayResult.d.ts +1 -1
- package/dist/serialization/types/CodeExecutionNodeArrayResult.js +1 -1
- package/dist/serialization/types/CodeExecutorResponse.d.ts +1 -2
- package/dist/serialization/types/CodeExecutorResponse.js +2 -2
- package/dist/serialization/types/ExecutionArrayVellumValue.d.ts +1 -1
- package/dist/serialization/types/ExecutionArrayVellumValue.js +1 -1
- package/dist/serialization/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
- package/dist/serialization/types/NamedTestCaseArrayVariableValue.js +1 -1
- package/dist/serialization/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
- package/dist/serialization/types/NamedTestCaseArrayVariableValueRequest.js +1 -1
- package/dist/serialization/types/NodeInputCompiledArrayValue.d.ts +1 -1
- package/dist/serialization/types/NodeInputCompiledArrayValue.js +1 -1
- package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/dist/serialization/types/NodeOutputCompiledArrayValue.js +1 -1
- package/dist/serialization/types/TemplatingNodeArrayResult.d.ts +1 -1
- package/dist/serialization/types/TemplatingNodeArrayResult.js +1 -1
- package/dist/serialization/types/TerminalNodeArrayResult.d.ts +1 -1
- package/dist/serialization/types/TerminalNodeArrayResult.js +1 -1
- package/dist/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseArrayVariableValue.js +1 -1
- package/dist/serialization/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
- package/dist/serialization/types/TestSuiteRunExecutionArrayOutput.js +1 -1
- package/dist/serialization/types/VellumValueLogicalConditionRequest.d.ts +2 -3
- package/dist/serialization/types/VellumValueLogicalConditionRequest.js +3 -3
- package/dist/serialization/types/VellumVariable.d.ts +1 -2
- package/dist/serialization/types/VellumVariable.js +2 -2
- package/dist/serialization/types/VellumVariableRequest.d.ts +1 -2
- package/dist/serialization/types/VellumVariableRequest.js +2 -2
- package/dist/serialization/types/VellumVariableType.d.ts +1 -1
- package/dist/serialization/types/VellumVariableType.js +1 -0
- package/dist/serialization/types/WorkflowOutputArray.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputArray.js +1 -1
- package/dist/serialization/types/index.d.ts +0 -2
- package/dist/serialization/types/index.js +0 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/ArrayInputRequest.d.ts +1 -1
- package/serialization/types/ArrayInputRequest.js +1 -1
- package/serialization/types/ArrayVellumValue.d.ts +1 -1
- package/serialization/types/ArrayVellumValue.js +1 -1
- package/serialization/types/ArrayVellumValueRequest.d.ts +1 -1
- package/serialization/types/ArrayVellumValueRequest.js +1 -1
- package/serialization/types/CodeExecutionNodeArrayResult.d.ts +1 -1
- package/serialization/types/CodeExecutionNodeArrayResult.js +1 -1
- package/serialization/types/CodeExecutorResponse.d.ts +1 -2
- package/serialization/types/CodeExecutorResponse.js +2 -2
- package/serialization/types/ExecutionArrayVellumValue.d.ts +1 -1
- package/serialization/types/ExecutionArrayVellumValue.js +1 -1
- package/serialization/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
- package/serialization/types/NamedTestCaseArrayVariableValue.js +1 -1
- package/serialization/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
- package/serialization/types/NamedTestCaseArrayVariableValueRequest.js +1 -1
- package/serialization/types/NodeInputCompiledArrayValue.d.ts +1 -1
- package/serialization/types/NodeInputCompiledArrayValue.js +1 -1
- package/serialization/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/serialization/types/NodeOutputCompiledArrayValue.js +1 -1
- package/serialization/types/TemplatingNodeArrayResult.d.ts +1 -1
- package/serialization/types/TemplatingNodeArrayResult.js +1 -1
- package/serialization/types/TerminalNodeArrayResult.d.ts +1 -1
- package/serialization/types/TerminalNodeArrayResult.js +1 -1
- package/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseArrayVariableValue.js +1 -1
- package/serialization/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
- package/serialization/types/TestSuiteRunExecutionArrayOutput.js +1 -1
- package/serialization/types/VellumValueLogicalConditionRequest.d.ts +2 -3
- package/serialization/types/VellumValueLogicalConditionRequest.js +3 -3
- package/serialization/types/VellumVariable.d.ts +1 -2
- package/serialization/types/VellumVariable.js +2 -2
- package/serialization/types/VellumVariableRequest.d.ts +1 -2
- package/serialization/types/VellumVariableRequest.js +2 -2
- package/serialization/types/VellumVariableType.d.ts +1 -1
- package/serialization/types/VellumVariableType.js +1 -0
- package/serialization/types/WorkflowOutputArray.d.ts +1 -1
- package/serialization/types/WorkflowOutputArray.js +1 -1
- package/serialization/types/index.d.ts +0 -2
- package/serialization/types/index.js +0 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/ArrayVellumValueItem.d.ts +0 -5
- package/api/types/ArrayVellumValueItem.js +0 -5
- package/api/types/ArrayVellumValueItemRequest.d.ts +0 -5
- package/api/types/ArrayVellumValueItemRequest.js +0 -5
- package/dist/api/types/ArrayVellumValueItem.d.ts +0 -5
- package/dist/api/types/ArrayVellumValueItem.js +0 -5
- package/dist/api/types/ArrayVellumValueItemRequest.d.ts +0 -5
- package/dist/api/types/ArrayVellumValueItemRequest.js +0 -5
- package/dist/serialization/types/ArrayVellumValueItem.d.ts +0 -18
- package/dist/serialization/types/ArrayVellumValueItem.js +0 -50
- package/dist/serialization/types/ArrayVellumValueItemRequest.d.ts +0 -18
- package/dist/serialization/types/ArrayVellumValueItemRequest.js +0 -50
- package/serialization/types/ArrayVellumValueItem.d.ts +0 -18
- package/serialization/types/ArrayVellumValueItem.js +0 -50
- package/serialization/types/ArrayVellumValueItemRequest.d.ts +0 -18
- package/serialization/types/ArrayVellumValueItemRequest.js +0 -50
|
@@ -803,7 +803,7 @@ types:
|
|
|
803
803
|
validation:
|
|
804
804
|
minLength: 1
|
|
805
805
|
type: literal<"ARRAY">
|
|
806
|
-
value: list<
|
|
806
|
+
value: list<VellumValueRequest>
|
|
807
807
|
source:
|
|
808
808
|
openapi: openapi/openapi.yml
|
|
809
809
|
ArrayVariableValue:
|
|
@@ -830,42 +830,14 @@ types:
|
|
|
830
830
|
docs: A value representing an array of Vellum variable values.
|
|
831
831
|
properties:
|
|
832
832
|
type: literal<"ARRAY">
|
|
833
|
-
value: optional<list<
|
|
834
|
-
source:
|
|
835
|
-
openapi: openapi/openapi.yml
|
|
836
|
-
ArrayVellumValueItem:
|
|
837
|
-
discriminated: false
|
|
838
|
-
union:
|
|
839
|
-
- StringVellumValue
|
|
840
|
-
- NumberVellumValue
|
|
841
|
-
- JsonVellumValue
|
|
842
|
-
- ImageVellumValue
|
|
843
|
-
- FunctionCallVellumValue
|
|
844
|
-
- ErrorVellumValue
|
|
845
|
-
- ChatHistoryVellumValue
|
|
846
|
-
- SearchResultsVellumValue
|
|
847
|
-
- ArrayVellumValue
|
|
848
|
-
source:
|
|
849
|
-
openapi: openapi/openapi.yml
|
|
850
|
-
ArrayVellumValueItemRequest:
|
|
851
|
-
discriminated: false
|
|
852
|
-
union:
|
|
853
|
-
- StringVellumValueRequest
|
|
854
|
-
- NumberVellumValueRequest
|
|
855
|
-
- JsonVellumValueRequest
|
|
856
|
-
- ImageVellumValueRequest
|
|
857
|
-
- FunctionCallVellumValueRequest
|
|
858
|
-
- ErrorVellumValueRequest
|
|
859
|
-
- ChatHistoryVellumValueRequest
|
|
860
|
-
- SearchResultsVellumValueRequest
|
|
861
|
-
- ArrayVellumValueRequest
|
|
833
|
+
value: optional<list<VellumValue>>
|
|
862
834
|
source:
|
|
863
835
|
openapi: openapi/openapi.yml
|
|
864
836
|
ArrayVellumValueRequest:
|
|
865
837
|
docs: A value representing an array of Vellum variable values.
|
|
866
838
|
properties:
|
|
867
839
|
type: literal<"ARRAY">
|
|
868
|
-
value: optional<list<
|
|
840
|
+
value: optional<list<VellumValueRequest>>
|
|
869
841
|
source:
|
|
870
842
|
openapi: openapi/openapi.yml
|
|
871
843
|
BasicVectorizerIntfloatMultilingualE5Large:
|
|
@@ -1030,7 +1002,7 @@ types:
|
|
|
1030
1002
|
properties:
|
|
1031
1003
|
id: string
|
|
1032
1004
|
type: literal<"ARRAY">
|
|
1033
|
-
value: optional<list<
|
|
1005
|
+
value: optional<list<VellumValue>>
|
|
1034
1006
|
source:
|
|
1035
1007
|
openapi: openapi/openapi.yml
|
|
1036
1008
|
CodeExecutionNodeChatHistoryResult:
|
|
@@ -1640,7 +1612,7 @@ types:
|
|
|
1640
1612
|
docs: The variable's uniquely identifying internal id.
|
|
1641
1613
|
name: string
|
|
1642
1614
|
type: literal<"ARRAY">
|
|
1643
|
-
value: optional<list<
|
|
1615
|
+
value: optional<list<VellumValue>>
|
|
1644
1616
|
source:
|
|
1645
1617
|
openapi: openapi/openapi.yml
|
|
1646
1618
|
ExecutionChatHistoryVellumValue:
|
|
@@ -2708,7 +2680,7 @@ types:
|
|
|
2708
2680
|
docs: Named Test Case value that is of type ARRAY
|
|
2709
2681
|
properties:
|
|
2710
2682
|
type: literal<"ARRAY">
|
|
2711
|
-
value: optional<list<
|
|
2683
|
+
value: optional<list<VellumValue>>
|
|
2712
2684
|
name: string
|
|
2713
2685
|
source:
|
|
2714
2686
|
openapi: openapi/openapi.yml
|
|
@@ -2716,7 +2688,7 @@ types:
|
|
|
2716
2688
|
docs: Named Test Case value that is of type ARRAY
|
|
2717
2689
|
properties:
|
|
2718
2690
|
type: literal<"ARRAY">
|
|
2719
|
-
value: optional<list<
|
|
2691
|
+
value: optional<list<VellumValueRequest>>
|
|
2720
2692
|
name:
|
|
2721
2693
|
type: string
|
|
2722
2694
|
validation:
|
|
@@ -2887,7 +2859,7 @@ types:
|
|
|
2887
2859
|
node_input_id: string
|
|
2888
2860
|
key: string
|
|
2889
2861
|
type: literal<"ARRAY">
|
|
2890
|
-
value: optional<list<
|
|
2862
|
+
value: optional<list<VellumValue>>
|
|
2891
2863
|
source:
|
|
2892
2864
|
openapi: openapi/openapi.yml
|
|
2893
2865
|
NodeInputCompiledChatHistoryValue:
|
|
@@ -2963,7 +2935,7 @@ types:
|
|
|
2963
2935
|
docs: An output returned by a node that is of type ARRAY.
|
|
2964
2936
|
properties:
|
|
2965
2937
|
type: literal<"ARRAY">
|
|
2966
|
-
value: optional<list<
|
|
2938
|
+
value: optional<list<VellumValue>>
|
|
2967
2939
|
node_output_id: string
|
|
2968
2940
|
state: optional<WorkflowNodeResultEventState>
|
|
2969
2941
|
source:
|
|
@@ -4324,7 +4296,7 @@ types:
|
|
|
4324
4296
|
properties:
|
|
4325
4297
|
id: string
|
|
4326
4298
|
type: literal<"ARRAY">
|
|
4327
|
-
value: optional<list<
|
|
4299
|
+
value: optional<list<VellumValue>>
|
|
4328
4300
|
source:
|
|
4329
4301
|
openapi: openapi/openapi.yml
|
|
4330
4302
|
TemplatingNodeChatHistoryResult:
|
|
@@ -4411,7 +4383,7 @@ types:
|
|
|
4411
4383
|
type: string
|
|
4412
4384
|
docs: The unique name given to the terminal node that produced this output.
|
|
4413
4385
|
type: literal<"ARRAY">
|
|
4414
|
-
value: optional<list<
|
|
4386
|
+
value: optional<list<VellumValue>>
|
|
4415
4387
|
source:
|
|
4416
4388
|
openapi: openapi/openapi.yml
|
|
4417
4389
|
TerminalNodeChatHistoryResult:
|
|
@@ -4536,7 +4508,7 @@ types:
|
|
|
4536
4508
|
variable_id: string
|
|
4537
4509
|
name: string
|
|
4538
4510
|
type: literal<"ARRAY">
|
|
4539
|
-
value: optional<list<
|
|
4511
|
+
value: optional<list<VellumValue>>
|
|
4540
4512
|
source:
|
|
4541
4513
|
openapi: openapi/openapi.yml
|
|
4542
4514
|
TestCaseChatHistoryVariableValue:
|
|
@@ -4714,7 +4686,7 @@ types:
|
|
|
4714
4686
|
properties:
|
|
4715
4687
|
name: string
|
|
4716
4688
|
type: literal<"ARRAY">
|
|
4717
|
-
value: optional<list<
|
|
4689
|
+
value: optional<list<VellumValue>>
|
|
4718
4690
|
output_variable_id:
|
|
4719
4691
|
type: string
|
|
4720
4692
|
validation:
|
|
@@ -5496,6 +5468,7 @@ types:
|
|
|
5496
5468
|
- ARRAY
|
|
5497
5469
|
- FUNCTION_CALL
|
|
5498
5470
|
- IMAGE
|
|
5471
|
+
- AUDIO
|
|
5499
5472
|
- 'NULL'
|
|
5500
5473
|
docs: |-
|
|
5501
5474
|
* `STRING` - STRING
|
|
@@ -5507,6 +5480,7 @@ types:
|
|
|
5507
5480
|
* `ARRAY` - ARRAY
|
|
5508
5481
|
* `FUNCTION_CALL` - FUNCTION_CALL
|
|
5509
5482
|
* `IMAGE` - IMAGE
|
|
5483
|
+
* `AUDIO` - AUDIO
|
|
5510
5484
|
* `NULL` - NULL
|
|
5511
5485
|
source:
|
|
5512
5486
|
openapi: openapi/openapi.yml
|
|
@@ -5813,7 +5787,7 @@ types:
|
|
|
5813
5787
|
type: string
|
|
5814
5788
|
docs: The output's name, as defined in the workflow
|
|
5815
5789
|
type: literal<"ARRAY">
|
|
5816
|
-
value: optional<list<
|
|
5790
|
+
value: optional<list<VellumValue>>
|
|
5817
5791
|
source:
|
|
5818
5792
|
openapi: openapi/openapi.yml
|
|
5819
5793
|
WorkflowOutputChatHistory:
|