vellum-ai 0.8.30 → 0.9.1
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 +67 -42
- package/.mock/definition/containerImages.yml +122 -0
- package/.mock/openapi/openapi.yml +3627 -3761
- package/Client.d.ts +3 -0
- package/Client.js +39 -34
- package/api/resources/adHoc/client/Client.js +1 -1
- package/api/resources/containerImages/client/Client.d.ts +61 -0
- package/api/resources/containerImages/client/Client.js +231 -0
- package/api/resources/containerImages/client/index.d.ts +1 -0
- package/api/resources/containerImages/client/index.js +17 -0
- package/api/resources/containerImages/client/requests/ContainerImagesListRequest.d.ts +21 -0
- package/api/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +16 -0
- package/api/resources/containerImages/client/requests/index.d.ts +2 -0
- package/api/resources/containerImages/client/requests/index.js +2 -0
- package/api/resources/containerImages/index.d.ts +1 -0
- package/api/resources/containerImages/index.js +17 -0
- 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/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- 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/ContainerImageRead.d.ts +14 -0
- package/api/types/EntityVisibility.d.ts +16 -0
- package/api/types/EntityVisibility.js +12 -0
- 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/PaginatedContainerImageReadList.d.ts +10 -0
- 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 +3 -2
- package/api/types/index.js +3 -2
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +39 -34
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/containerImages/client/Client.d.ts +61 -0
- package/dist/api/resources/containerImages/client/Client.js +231 -0
- package/dist/api/resources/containerImages/client/index.d.ts +1 -0
- package/dist/api/resources/containerImages/client/index.js +17 -0
- package/dist/api/resources/containerImages/client/requests/ContainerImagesListRequest.d.ts +21 -0
- package/dist/api/resources/containerImages/client/requests/ContainerImagesListRequest.js +5 -0
- package/dist/api/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +16 -0
- package/dist/api/resources/containerImages/client/requests/PushContainerImageRequest.js +5 -0
- package/dist/api/resources/containerImages/client/requests/index.d.ts +2 -0
- package/dist/api/resources/containerImages/client/requests/index.js +2 -0
- package/dist/api/resources/containerImages/index.d.ts +1 -0
- package/dist/api/resources/containerImages/index.js +17 -0
- 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/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- 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/ContainerImageRead.d.ts +14 -0
- package/dist/api/types/ContainerImageRead.js +5 -0
- package/dist/api/types/EntityVisibility.d.ts +16 -0
- package/dist/api/types/EntityVisibility.js +12 -0
- 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/PaginatedContainerImageReadList.d.ts +10 -0
- package/dist/api/types/PaginatedContainerImageReadList.js +5 -0
- 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 +3 -2
- package/dist/api/types/index.js +3 -2
- package/dist/serialization/resources/containerImages/client/index.d.ts +1 -0
- package/dist/serialization/resources/containerImages/client/index.js +17 -0
- package/dist/serialization/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +14 -0
- package/dist/serialization/resources/containerImages/client/requests/PushContainerImageRequest.js +35 -0
- package/dist/serialization/resources/containerImages/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/containerImages/client/requests/index.js +5 -0
- package/dist/serialization/resources/containerImages/index.d.ts +1 -0
- package/dist/serialization/resources/containerImages/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- 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/ContainerImageRead.d.ts +20 -0
- package/{serialization/types/ArrayVellumValueItem.js → dist/serialization/types/ContainerImageRead.js} +12 -21
- package/dist/serialization/types/EntityVisibility.d.ts +10 -0
- package/dist/serialization/types/{ArrayVellumValueItem.js → EntityVisibility.js} +2 -21
- 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/PaginatedContainerImageReadList.d.ts +16 -0
- package/dist/serialization/types/PaginatedContainerImageReadList.js +37 -0
- 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 +3 -2
- package/dist/serialization/types/index.js +3 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +195 -0
- package/serialization/resources/containerImages/client/index.d.ts +1 -0
- package/serialization/resources/containerImages/client/index.js +17 -0
- package/serialization/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +14 -0
- package/serialization/resources/containerImages/client/requests/PushContainerImageRequest.js +35 -0
- package/serialization/resources/containerImages/client/requests/index.d.ts +1 -0
- package/serialization/resources/containerImages/client/requests/index.js +5 -0
- package/serialization/resources/containerImages/index.d.ts +1 -0
- package/serialization/resources/containerImages/index.js +17 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -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/ContainerImageRead.d.ts +20 -0
- package/serialization/types/ContainerImageRead.js +41 -0
- package/serialization/types/EntityVisibility.d.ts +10 -0
- package/serialization/types/EntityVisibility.js +31 -0
- 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/PaginatedContainerImageReadList.d.ts +16 -0
- package/serialization/types/PaginatedContainerImageReadList.js +37 -0
- 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 +3 -2
- package/serialization/types/index.js +3 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/ArrayVellumValueItem.d.ts +0 -5
- package/api/types/ArrayVellumValueItemRequest.d.ts +0 -5
- package/dist/api/types/ArrayVellumValueItem.d.ts +0 -5
- package/dist/api/types/ArrayVellumValueItemRequest.d.ts +0 -5
- package/dist/serialization/types/ArrayVellumValueItem.d.ts +0 -18
- 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/ArrayVellumValueItemRequest.d.ts +0 -18
- package/serialization/types/ArrayVellumValueItemRequest.js +0 -50
- /package/api/{types/ArrayVellumValueItem.js → resources/containerImages/client/requests/ContainerImagesListRequest.js} +0 -0
- /package/api/{types/ArrayVellumValueItemRequest.js → resources/containerImages/client/requests/PushContainerImageRequest.js} +0 -0
- /package/{dist/api/types/ArrayVellumValueItem.js → api/types/ContainerImageRead.js} +0 -0
- /package/{dist/api/types/ArrayVellumValueItemRequest.js → api/types/PaginatedContainerImageReadList.js} +0 -0
|
@@ -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:
|
|
@@ -1220,6 +1192,30 @@ types:
|
|
|
1220
1192
|
source_handle_id: optional<string>
|
|
1221
1193
|
source:
|
|
1222
1194
|
openapi: openapi/openapi.yml
|
|
1195
|
+
ContainerImageRead:
|
|
1196
|
+
properties:
|
|
1197
|
+
id:
|
|
1198
|
+
type: string
|
|
1199
|
+
validation:
|
|
1200
|
+
format: uuid
|
|
1201
|
+
name:
|
|
1202
|
+
type: string
|
|
1203
|
+
validation:
|
|
1204
|
+
maxLength: 4096
|
|
1205
|
+
visibility: EntityVisibility
|
|
1206
|
+
created: datetime
|
|
1207
|
+
modified: datetime
|
|
1208
|
+
repository:
|
|
1209
|
+
type: string
|
|
1210
|
+
validation:
|
|
1211
|
+
maxLength: 4096
|
|
1212
|
+
sha:
|
|
1213
|
+
type: string
|
|
1214
|
+
validation:
|
|
1215
|
+
maxLength: 256
|
|
1216
|
+
tags: list<string>
|
|
1217
|
+
source:
|
|
1218
|
+
openapi: openapi/openapi.yml
|
|
1223
1219
|
CreateEnum: literal<"CREATE">
|
|
1224
1220
|
CreateTestSuiteTestCaseRequest:
|
|
1225
1221
|
docs: Information about the Test Case to create
|
|
@@ -1526,6 +1522,19 @@ types:
|
|
|
1526
1522
|
* `ARCHIVED` - Archived
|
|
1527
1523
|
source:
|
|
1528
1524
|
openapi: openapi/openapi.yml
|
|
1525
|
+
EntityVisibility:
|
|
1526
|
+
enum:
|
|
1527
|
+
- DEFAULT
|
|
1528
|
+
- PUBLIC
|
|
1529
|
+
- PRIVATE
|
|
1530
|
+
- DISABLED
|
|
1531
|
+
docs: |-
|
|
1532
|
+
* `DEFAULT` - Default
|
|
1533
|
+
* `PUBLIC` - Public
|
|
1534
|
+
* `PRIVATE` - Private
|
|
1535
|
+
* `DISABLED` - Disabled
|
|
1536
|
+
source:
|
|
1537
|
+
openapi: openapi/openapi.yml
|
|
1529
1538
|
EnvironmentEnum:
|
|
1530
1539
|
enum:
|
|
1531
1540
|
- DEVELOPMENT
|
|
@@ -1640,7 +1649,7 @@ types:
|
|
|
1640
1649
|
docs: The variable's uniquely identifying internal id.
|
|
1641
1650
|
name: string
|
|
1642
1651
|
type: literal<"ARRAY">
|
|
1643
|
-
value: optional<list<
|
|
1652
|
+
value: optional<list<VellumValue>>
|
|
1644
1653
|
source:
|
|
1645
1654
|
openapi: openapi/openapi.yml
|
|
1646
1655
|
ExecutionChatHistoryVellumValue:
|
|
@@ -2708,7 +2717,7 @@ types:
|
|
|
2708
2717
|
docs: Named Test Case value that is of type ARRAY
|
|
2709
2718
|
properties:
|
|
2710
2719
|
type: literal<"ARRAY">
|
|
2711
|
-
value: optional<list<
|
|
2720
|
+
value: optional<list<VellumValue>>
|
|
2712
2721
|
name: string
|
|
2713
2722
|
source:
|
|
2714
2723
|
openapi: openapi/openapi.yml
|
|
@@ -2716,7 +2725,7 @@ types:
|
|
|
2716
2725
|
docs: Named Test Case value that is of type ARRAY
|
|
2717
2726
|
properties:
|
|
2718
2727
|
type: literal<"ARRAY">
|
|
2719
|
-
value: optional<list<
|
|
2728
|
+
value: optional<list<VellumValueRequest>>
|
|
2720
2729
|
name:
|
|
2721
2730
|
type: string
|
|
2722
2731
|
validation:
|
|
@@ -2887,7 +2896,7 @@ types:
|
|
|
2887
2896
|
node_input_id: string
|
|
2888
2897
|
key: string
|
|
2889
2898
|
type: literal<"ARRAY">
|
|
2890
|
-
value: optional<list<
|
|
2899
|
+
value: optional<list<VellumValue>>
|
|
2891
2900
|
source:
|
|
2892
2901
|
openapi: openapi/openapi.yml
|
|
2893
2902
|
NodeInputCompiledChatHistoryValue:
|
|
@@ -2963,7 +2972,7 @@ types:
|
|
|
2963
2972
|
docs: An output returned by a node that is of type ARRAY.
|
|
2964
2973
|
properties:
|
|
2965
2974
|
type: literal<"ARRAY">
|
|
2966
|
-
value: optional<list<
|
|
2975
|
+
value: optional<list<VellumValue>>
|
|
2967
2976
|
node_output_id: string
|
|
2968
2977
|
state: optional<WorkflowNodeResultEventState>
|
|
2969
2978
|
source:
|
|
@@ -3145,6 +3154,20 @@ types:
|
|
|
3145
3154
|
model_name: literal<"text-embedding-ada-002">
|
|
3146
3155
|
source:
|
|
3147
3156
|
openapi: openapi/openapi.yml
|
|
3157
|
+
PaginatedContainerImageReadList:
|
|
3158
|
+
properties:
|
|
3159
|
+
count: optional<integer>
|
|
3160
|
+
next:
|
|
3161
|
+
type: optional<string>
|
|
3162
|
+
validation:
|
|
3163
|
+
format: uri
|
|
3164
|
+
previous:
|
|
3165
|
+
type: optional<string>
|
|
3166
|
+
validation:
|
|
3167
|
+
format: uri
|
|
3168
|
+
results: optional<list<ContainerImageRead>>
|
|
3169
|
+
source:
|
|
3170
|
+
openapi: openapi/openapi.yml
|
|
3148
3171
|
PaginatedDocumentIndexReadList:
|
|
3149
3172
|
properties:
|
|
3150
3173
|
count: optional<integer>
|
|
@@ -4324,7 +4347,7 @@ types:
|
|
|
4324
4347
|
properties:
|
|
4325
4348
|
id: string
|
|
4326
4349
|
type: literal<"ARRAY">
|
|
4327
|
-
value: optional<list<
|
|
4350
|
+
value: optional<list<VellumValue>>
|
|
4328
4351
|
source:
|
|
4329
4352
|
openapi: openapi/openapi.yml
|
|
4330
4353
|
TemplatingNodeChatHistoryResult:
|
|
@@ -4411,7 +4434,7 @@ types:
|
|
|
4411
4434
|
type: string
|
|
4412
4435
|
docs: The unique name given to the terminal node that produced this output.
|
|
4413
4436
|
type: literal<"ARRAY">
|
|
4414
|
-
value: optional<list<
|
|
4437
|
+
value: optional<list<VellumValue>>
|
|
4415
4438
|
source:
|
|
4416
4439
|
openapi: openapi/openapi.yml
|
|
4417
4440
|
TerminalNodeChatHistoryResult:
|
|
@@ -4536,7 +4559,7 @@ types:
|
|
|
4536
4559
|
variable_id: string
|
|
4537
4560
|
name: string
|
|
4538
4561
|
type: literal<"ARRAY">
|
|
4539
|
-
value: optional<list<
|
|
4562
|
+
value: optional<list<VellumValue>>
|
|
4540
4563
|
source:
|
|
4541
4564
|
openapi: openapi/openapi.yml
|
|
4542
4565
|
TestCaseChatHistoryVariableValue:
|
|
@@ -4714,7 +4737,7 @@ types:
|
|
|
4714
4737
|
properties:
|
|
4715
4738
|
name: string
|
|
4716
4739
|
type: literal<"ARRAY">
|
|
4717
|
-
value: optional<list<
|
|
4740
|
+
value: optional<list<VellumValue>>
|
|
4718
4741
|
output_variable_id:
|
|
4719
4742
|
type: string
|
|
4720
4743
|
validation:
|
|
@@ -5496,6 +5519,7 @@ types:
|
|
|
5496
5519
|
- ARRAY
|
|
5497
5520
|
- FUNCTION_CALL
|
|
5498
5521
|
- IMAGE
|
|
5522
|
+
- AUDIO
|
|
5499
5523
|
- 'NULL'
|
|
5500
5524
|
docs: |-
|
|
5501
5525
|
* `STRING` - STRING
|
|
@@ -5507,6 +5531,7 @@ types:
|
|
|
5507
5531
|
* `ARRAY` - ARRAY
|
|
5508
5532
|
* `FUNCTION_CALL` - FUNCTION_CALL
|
|
5509
5533
|
* `IMAGE` - IMAGE
|
|
5534
|
+
* `AUDIO` - AUDIO
|
|
5510
5535
|
* `NULL` - NULL
|
|
5511
5536
|
source:
|
|
5512
5537
|
openapi: openapi/openapi.yml
|
|
@@ -5813,7 +5838,7 @@ types:
|
|
|
5813
5838
|
type: string
|
|
5814
5839
|
docs: The output's name, as defined in the workflow
|
|
5815
5840
|
type: literal<"ARRAY">
|
|
5816
|
-
value: optional<list<
|
|
5841
|
+
value: optional<list<VellumValue>>
|
|
5817
5842
|
source:
|
|
5818
5843
|
openapi: openapi/openapi.yml
|
|
5819
5844
|
WorkflowOutputChatHistory:
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
imports:
|
|
2
|
+
root: __package__.yml
|
|
3
|
+
service:
|
|
4
|
+
auth: false
|
|
5
|
+
base-path: ''
|
|
6
|
+
endpoints:
|
|
7
|
+
list:
|
|
8
|
+
path: /v1/container-images
|
|
9
|
+
method: GET
|
|
10
|
+
auth: true
|
|
11
|
+
docs: Retrieve a list of container images for the organization.
|
|
12
|
+
request:
|
|
13
|
+
name: ContainerImagesListRequest
|
|
14
|
+
query-parameters:
|
|
15
|
+
limit:
|
|
16
|
+
type: optional<integer>
|
|
17
|
+
docs: Number of results to return per page.
|
|
18
|
+
offset:
|
|
19
|
+
type: optional<integer>
|
|
20
|
+
docs: The initial index from which to return the results.
|
|
21
|
+
ordering:
|
|
22
|
+
type: optional<string>
|
|
23
|
+
docs: Which field to use when ordering the results.
|
|
24
|
+
response:
|
|
25
|
+
docs: ''
|
|
26
|
+
type: root.PaginatedContainerImageReadList
|
|
27
|
+
url: Default
|
|
28
|
+
availability: pre-release
|
|
29
|
+
examples:
|
|
30
|
+
- response:
|
|
31
|
+
body:
|
|
32
|
+
count: 123
|
|
33
|
+
next: http://api.example.org/accounts/?offset=400&limit=100
|
|
34
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100
|
|
35
|
+
results:
|
|
36
|
+
- id: id
|
|
37
|
+
name: name
|
|
38
|
+
visibility: DEFAULT
|
|
39
|
+
created: '2024-01-15T09:30:00Z'
|
|
40
|
+
modified: '2024-01-15T09:30:00Z'
|
|
41
|
+
repository: repository
|
|
42
|
+
sha: sha
|
|
43
|
+
tags:
|
|
44
|
+
- tags
|
|
45
|
+
audiences:
|
|
46
|
+
- internal
|
|
47
|
+
retrieve:
|
|
48
|
+
path: /v1/container-images/{id}
|
|
49
|
+
method: GET
|
|
50
|
+
auth: true
|
|
51
|
+
docs: Retrieve a Container Image by its ID or name.
|
|
52
|
+
path-parameters:
|
|
53
|
+
id:
|
|
54
|
+
type: string
|
|
55
|
+
docs: Either the Container Image's ID or its unique name
|
|
56
|
+
response:
|
|
57
|
+
docs: ''
|
|
58
|
+
type: root.ContainerImageRead
|
|
59
|
+
url: Default
|
|
60
|
+
availability: pre-release
|
|
61
|
+
examples:
|
|
62
|
+
- path-parameters:
|
|
63
|
+
id: id
|
|
64
|
+
response:
|
|
65
|
+
body:
|
|
66
|
+
id: id
|
|
67
|
+
name: name
|
|
68
|
+
visibility: DEFAULT
|
|
69
|
+
created: '2024-01-15T09:30:00Z'
|
|
70
|
+
modified: '2024-01-15T09:30:00Z'
|
|
71
|
+
repository: repository
|
|
72
|
+
sha: sha
|
|
73
|
+
tags:
|
|
74
|
+
- tags
|
|
75
|
+
audiences:
|
|
76
|
+
- internal
|
|
77
|
+
push_container_image:
|
|
78
|
+
path: /v1/container-images/push
|
|
79
|
+
method: POST
|
|
80
|
+
auth: true
|
|
81
|
+
docs: >-
|
|
82
|
+
An internal-only endpoint that's subject to breaking changes without
|
|
83
|
+
notice. Not intended for public use.
|
|
84
|
+
request:
|
|
85
|
+
name: PushContainerImageRequest
|
|
86
|
+
body:
|
|
87
|
+
properties:
|
|
88
|
+
name:
|
|
89
|
+
type: string
|
|
90
|
+
validation:
|
|
91
|
+
minLength: 1
|
|
92
|
+
sha:
|
|
93
|
+
type: string
|
|
94
|
+
validation:
|
|
95
|
+
minLength: 1
|
|
96
|
+
tags: list<string>
|
|
97
|
+
response:
|
|
98
|
+
docs: ''
|
|
99
|
+
type: root.ContainerImageRead
|
|
100
|
+
url: Default
|
|
101
|
+
availability: pre-release
|
|
102
|
+
examples:
|
|
103
|
+
- request:
|
|
104
|
+
name: name
|
|
105
|
+
sha: sha
|
|
106
|
+
tags:
|
|
107
|
+
- tags
|
|
108
|
+
response:
|
|
109
|
+
body:
|
|
110
|
+
id: id
|
|
111
|
+
name: name
|
|
112
|
+
visibility: DEFAULT
|
|
113
|
+
created: '2024-01-15T09:30:00Z'
|
|
114
|
+
modified: '2024-01-15T09:30:00Z'
|
|
115
|
+
repository: repository
|
|
116
|
+
sha: sha
|
|
117
|
+
tags:
|
|
118
|
+
- tags
|
|
119
|
+
audiences:
|
|
120
|
+
- internal
|
|
121
|
+
source:
|
|
122
|
+
openapi: openapi/openapi.yml
|