vellum-ai 0.5.2 → 0.6.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/Client.js +9 -9
- package/README.md +1 -1
- package/api/resources/deployments/client/Client.js +3 -3
- package/api/resources/documentIndexes/client/Client.d.ts +0 -74
- package/api/resources/documentIndexes/client/Client.js +10 -81
- package/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
- package/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
- package/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
- package/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
- package/api/resources/documents/client/Client.d.ts +8 -2
- package/api/resources/documents/client/Client.js +13 -7
- package/api/resources/folderEntities/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +2 -2
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +3 -3
- package/api/resources/workflowDeployments/client/Client.js +2 -2
- package/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
- package/api/types/ArrayVariableValueItem.d.ts +1 -7
- package/api/types/ArrayVellumValueItem.d.ts +25 -0
- package/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
- package/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
- package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
- package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
- package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
- package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
- package/api/types/DocumentIndexChunking.d.ts +16 -0
- package/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
- package/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
- package/api/types/DocumentIndexIndexingConfig.js +5 -0
- package/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
- package/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
- package/api/types/DocumentIndexRead.d.ts +1 -2
- package/api/types/DocumentStatus.d.ts +3 -0
- package/api/types/FunctionCall.d.ts +8 -8
- package/api/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +2 -2
- package/api/types/FunctionCallRequest.js +5 -0
- package/api/types/FunctionCallVellumValue.d.ts +1 -1
- package/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
- package/api/types/HkunlpInstructorXlEnum.js +5 -0
- package/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
- package/api/types/HkunlpInstructorXlVectorizer.js +5 -0
- package/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
- package/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
- package/api/types/ImageVellumValue.d.ts +10 -0
- package/api/types/ImageVellumValue.js +5 -0
- package/api/types/IndexingConfigVectorizer.d.ts +28 -0
- package/api/types/IndexingConfigVectorizer.js +5 -0
- package/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
- package/api/types/IndexingConfigVectorizerRequest.js +5 -0
- package/api/types/InstructorVectorizerConfig.d.ts +11 -0
- package/api/types/InstructorVectorizerConfig.js +5 -0
- package/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
- package/api/types/InstructorVectorizerConfigRequest.js +5 -0
- package/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
- package/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
- package/api/types/MergeEnum.d.ts +4 -0
- package/api/types/MergeEnum.js +5 -0
- package/api/types/MergeNodeResult.d.ts +8 -0
- package/api/types/MergeNodeResult.js +5 -0
- package/api/types/MetricEnum.d.ts +4 -0
- package/api/types/MetricEnum.js +5 -0
- package/api/types/MetricNodeResult.d.ts +8 -0
- package/api/types/MetricNodeResult.js +5 -0
- package/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
- package/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
- package/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/api/types/NumberVellumValue.d.ts +9 -0
- package/api/types/NumberVellumValue.js +5 -0
- package/api/types/OpenAiVectorizerConfig.d.ts +10 -0
- package/api/types/OpenAiVectorizerConfig.js +5 -0
- package/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
- package/api/types/OpenAiVectorizerConfigRequest.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
- package/api/types/ReductoChunkerConfig.d.ts +9 -0
- package/api/types/ReductoChunkerConfig.js +5 -0
- package/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
- package/api/types/ReductoChunkerConfigRequest.js +5 -0
- package/api/types/ReductoChunkerEnum.d.ts +4 -0
- package/api/types/ReductoChunkerEnum.js +5 -0
- package/api/types/ReductoChunking.d.ts +10 -0
- package/api/types/ReductoChunking.js +5 -0
- package/api/types/ReductoChunkingRequest.d.ts +10 -0
- package/api/types/ReductoChunkingRequest.js +5 -0
- package/api/types/SearchResultDocument.d.ts +1 -1
- package/api/types/SearchResultDocumentRequest.d.ts +2 -0
- package/api/types/SentenceChunkerConfig.d.ts +10 -0
- package/api/types/SentenceChunkerConfig.js +5 -0
- package/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
- package/api/types/SentenceChunkerConfigRequest.js +5 -0
- package/api/types/SentenceChunkerEnum.d.ts +4 -0
- package/api/types/SentenceChunkerEnum.js +5 -0
- package/api/types/SentenceChunking.d.ts +10 -0
- package/api/types/SentenceChunking.js +5 -0
- package/api/types/SentenceChunkingRequest.d.ts +10 -0
- package/api/types/SentenceChunkingRequest.js +5 -0
- package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
- package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
- package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
- package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
- package/api/types/SubmitCompletionActualRequest.d.ts +2 -0
- package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
- package/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
- package/api/types/TextEmbedding3LargeEnum.js +5 -0
- package/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
- package/api/types/TextEmbedding3SmallEnum.js +5 -0
- package/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
- package/api/types/TextEmbeddingAda002Enum.js +5 -0
- package/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
- package/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
- package/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
- package/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
- package/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
- package/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
- package/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
- package/api/types/TokenOverlappingWindowChunking.js +5 -0
- package/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
- package/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
- package/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
- package/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
- package/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
- package/api/types/WorkflowNodeResultData.d.ts +7 -1
- package/api/types/WorkflowOutputArray.d.ts +1 -1
- package/api/types/index.d.ts +55 -5
- package/api/types/index.js +55 -5
- package/dist/Client.js +9 -9
- package/dist/api/resources/deployments/client/Client.js +3 -3
- package/dist/api/resources/documentIndexes/client/Client.d.ts +0 -74
- package/dist/api/resources/documentIndexes/client/Client.js +10 -81
- package/dist/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
- package/dist/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
- package/dist/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
- package/dist/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
- package/dist/api/resources/documents/client/Client.d.ts +8 -2
- package/dist/api/resources/documents/client/Client.js +13 -7
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +2 -2
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +3 -3
- package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
- package/dist/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
- package/dist/api/types/AddOpenaiApiKeyEnum.js +5 -0
- package/dist/api/types/ArrayVariableValueItem.d.ts +1 -7
- package/dist/api/types/ArrayVellumValueItem.d.ts +25 -0
- package/dist/api/types/ArrayVellumValueItem.js +5 -0
- package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
- package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.js +5 -0
- package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
- package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +5 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +5 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +5 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +5 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +5 -0
- package/dist/api/types/DocumentIndexChunking.d.ts +16 -0
- package/dist/api/types/DocumentIndexChunking.js +5 -0
- package/dist/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
- package/dist/api/types/DocumentIndexChunkingRequest.js +5 -0
- package/dist/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
- package/dist/api/types/DocumentIndexIndexingConfig.js +5 -0
- package/dist/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
- package/dist/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
- package/dist/api/types/DocumentIndexRead.d.ts +1 -2
- package/dist/api/types/DocumentStatus.d.ts +3 -0
- package/dist/api/types/FunctionCall.d.ts +8 -8
- package/dist/api/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +2 -2
- package/dist/api/types/FunctionCallRequest.js +5 -0
- package/dist/api/types/FunctionCallVellumValue.d.ts +1 -1
- package/dist/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
- package/dist/api/types/HkunlpInstructorXlEnum.js +5 -0
- package/dist/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
- package/dist/api/types/HkunlpInstructorXlVectorizer.js +5 -0
- package/dist/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
- package/dist/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
- package/dist/api/types/ImageVellumValue.d.ts +10 -0
- package/dist/api/types/ImageVellumValue.js +5 -0
- package/dist/api/types/IndexingConfigVectorizer.d.ts +28 -0
- package/dist/api/types/IndexingConfigVectorizer.js +5 -0
- package/dist/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
- package/dist/api/types/IndexingConfigVectorizerRequest.js +5 -0
- package/dist/api/types/InstructorVectorizerConfig.d.ts +11 -0
- package/dist/api/types/InstructorVectorizerConfig.js +5 -0
- package/dist/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
- package/dist/api/types/InstructorVectorizerConfigRequest.js +5 -0
- package/dist/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
- package/dist/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
- package/dist/api/types/MergeEnum.d.ts +4 -0
- package/dist/api/types/MergeEnum.js +5 -0
- package/dist/api/types/MergeNodeResult.d.ts +8 -0
- package/dist/api/types/MergeNodeResult.js +5 -0
- package/dist/api/types/MetricEnum.d.ts +4 -0
- package/dist/api/types/MetricEnum.js +5 -0
- package/dist/api/types/MetricNodeResult.d.ts +8 -0
- package/dist/api/types/MetricNodeResult.js +5 -0
- package/dist/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
- package/dist/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/dist/api/types/NumberVellumValue.d.ts +9 -0
- package/dist/api/types/NumberVellumValue.js +5 -0
- package/dist/api/types/OpenAiVectorizerConfig.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerConfig.js +5 -0
- package/dist/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerConfigRequest.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
- package/dist/api/types/ReductoChunkerConfig.d.ts +9 -0
- package/dist/api/types/ReductoChunkerConfig.js +5 -0
- package/dist/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
- package/dist/api/types/ReductoChunkerConfigRequest.js +5 -0
- package/dist/api/types/ReductoChunkerEnum.d.ts +4 -0
- package/dist/api/types/ReductoChunkerEnum.js +5 -0
- package/dist/api/types/ReductoChunking.d.ts +10 -0
- package/dist/api/types/ReductoChunking.js +5 -0
- package/dist/api/types/ReductoChunkingRequest.d.ts +10 -0
- package/dist/api/types/ReductoChunkingRequest.js +5 -0
- package/dist/api/types/SearchResultDocument.d.ts +1 -1
- package/dist/api/types/SearchResultDocumentRequest.d.ts +2 -0
- package/dist/api/types/SentenceChunkerConfig.d.ts +10 -0
- package/dist/api/types/SentenceChunkerConfig.js +5 -0
- package/dist/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
- package/dist/api/types/SentenceChunkerConfigRequest.js +5 -0
- package/dist/api/types/SentenceChunkerEnum.d.ts +4 -0
- package/dist/api/types/SentenceChunkerEnum.js +5 -0
- package/dist/api/types/SentenceChunking.d.ts +10 -0
- package/dist/api/types/SentenceChunking.js +5 -0
- package/dist/api/types/SentenceChunkingRequest.d.ts +10 -0
- package/dist/api/types/SentenceChunkingRequest.js +5 -0
- package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
- package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
- package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
- package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
- package/dist/api/types/SubmitCompletionActualRequest.d.ts +2 -0
- package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
- package/dist/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
- package/dist/api/types/TextEmbedding3LargeEnum.js +5 -0
- package/dist/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
- package/dist/api/types/TextEmbedding3SmallEnum.js +5 -0
- package/dist/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
- package/dist/api/types/TextEmbeddingAda002Enum.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
- package/dist/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
- package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
- package/dist/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
- package/dist/api/types/TokenOverlappingWindowChunking.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
- package/dist/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
- package/dist/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
- package/dist/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
- package/dist/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
- package/dist/api/types/WorkflowNodeResultData.d.ts +7 -1
- package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
- package/dist/api/types/index.d.ts +55 -5
- package/dist/api/types/index.js +55 -5
- package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
- package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
- package/dist/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
- package/dist/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
- package/dist/serialization/types/ArrayVariableValueItem.d.ts +1 -9
- package/dist/serialization/types/ArrayVariableValueItem.js +0 -4
- package/dist/serialization/types/ArrayVellumValueItem.d.ts +34 -0
- package/dist/serialization/types/ArrayVellumValueItem.js +49 -0
- package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
- package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
- package/dist/serialization/types/DocumentIndexChunking.d.ts +22 -0
- package/dist/serialization/types/DocumentIndexChunking.js +43 -0
- package/dist/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
- package/dist/serialization/types/DocumentIndexChunkingRequest.js +43 -0
- package/dist/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
- package/dist/serialization/types/DocumentIndexIndexingConfig.js +36 -0
- package/dist/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
- package/dist/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
- package/dist/serialization/types/DocumentIndexRead.d.ts +2 -1
- package/dist/serialization/types/DocumentIndexRead.js +2 -1
- package/dist/serialization/types/FunctionCall.d.ts +7 -9
- package/dist/serialization/types/FunctionCall.js +6 -10
- package/dist/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
- package/dist/serialization/types/{FulfilledFunctionCallRequest.js → FunctionCallRequest.js} +3 -3
- package/dist/serialization/types/FunctionCallVellumValue.d.ts +1 -1
- package/dist/serialization/types/FunctionCallVellumValue.js +1 -1
- package/dist/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
- package/dist/serialization/types/HkunlpInstructorXlEnum.js +31 -0
- package/dist/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
- package/dist/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
- package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
- package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
- package/dist/serialization/types/ImageVellumValue.d.ts +13 -0
- package/dist/serialization/types/{ChatHistoryVariableValue.js → ImageVellumValue.js} +4 -4
- package/dist/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
- package/dist/serialization/types/IndexingConfigVectorizer.js +51 -0
- package/dist/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
- package/dist/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
- package/dist/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
- package/dist/serialization/types/InstructorVectorizerConfig.js +35 -0
- package/dist/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
- package/dist/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
- package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
- package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
- package/dist/serialization/types/MergeEnum.d.ts +10 -0
- package/dist/serialization/types/MergeEnum.js +31 -0
- package/dist/serialization/types/MergeNodeResult.d.ts +11 -0
- package/dist/serialization/types/MergeNodeResult.js +31 -0
- package/dist/serialization/types/MetricEnum.d.ts +10 -0
- package/dist/serialization/types/MetricEnum.js +31 -0
- package/dist/serialization/types/MetricNodeResult.d.ts +11 -0
- package/dist/serialization/types/MetricNodeResult.js +31 -0
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
- package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +2 -2
- package/dist/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
- package/dist/serialization/types/NumberVellumValue.d.ts +12 -0
- package/{serialization/types/ChatHistoryVariableValue.js → dist/serialization/types/NumberVellumValue.js} +3 -4
- package/dist/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
- package/dist/serialization/types/{FulfilledFunctionCall.js → OpenAiVectorizerConfig.js} +4 -5
- package/dist/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
- package/dist/serialization/types/ReductoChunkerConfig.d.ts +12 -0
- package/dist/serialization/types/{SearchResultsVariableValue.js → ReductoChunkerConfig.js} +3 -4
- package/dist/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
- package/{serialization/types/SearchResultsVariableValue.js → dist/serialization/types/ReductoChunkerConfigRequest.js} +3 -4
- package/dist/serialization/types/ReductoChunkerEnum.d.ts +10 -0
- package/dist/serialization/types/ReductoChunkerEnum.js +31 -0
- package/dist/serialization/types/ReductoChunking.d.ts +13 -0
- package/dist/serialization/types/{RejectedFunctionCall.js → ReductoChunking.js} +4 -6
- package/dist/serialization/types/ReductoChunkingRequest.d.ts +13 -0
- package/dist/serialization/types/ReductoChunkingRequest.js +34 -0
- package/dist/serialization/types/SearchResultDocument.d.ts +1 -1
- package/dist/serialization/types/SearchResultDocument.js +1 -1
- package/dist/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
- package/dist/serialization/types/SearchResultDocumentRequest.js +1 -0
- package/dist/serialization/types/SentenceChunkerConfig.d.ts +13 -0
- package/dist/serialization/types/SentenceChunkerConfig.js +34 -0
- package/dist/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
- package/dist/serialization/types/SentenceChunkerConfigRequest.js +34 -0
- package/dist/serialization/types/SentenceChunkerEnum.d.ts +10 -0
- package/dist/serialization/types/SentenceChunkerEnum.js +31 -0
- package/dist/serialization/types/SentenceChunking.d.ts +13 -0
- package/dist/serialization/types/SentenceChunking.js +34 -0
- package/dist/serialization/types/SentenceChunkingRequest.d.ts +13 -0
- package/dist/serialization/types/SentenceChunkingRequest.js +34 -0
- package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
- package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
- package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
- package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
- package/dist/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
- package/dist/serialization/types/SubmitCompletionActualRequest.js +1 -0
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
- package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
- package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
- package/dist/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
- package/dist/serialization/types/TextEmbedding3LargeEnum.js +31 -0
- package/dist/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
- package/dist/serialization/types/TextEmbedding3SmallEnum.js +31 -0
- package/dist/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
- package/dist/serialization/types/TextEmbeddingAda002Enum.js +31 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
- package/dist/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
- package/dist/serialization/types/TokenOverlappingWindowChunking.js +34 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
- package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
- package/dist/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
- package/dist/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
- package/dist/serialization/types/WorkflowNodeResultData.d.ts +9 -1
- package/dist/serialization/types/WorkflowNodeResultData.js +4 -0
- package/dist/serialization/types/WorkflowOutputArray.d.ts +2 -2
- package/dist/serialization/types/WorkflowOutputArray.js +2 -2
- package/dist/serialization/types/index.d.ts +55 -5
- package/dist/serialization/types/index.js +55 -5
- package/package.json +1 -1
- package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
- package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
- package/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
- package/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
- package/serialization/types/ArrayVariableValueItem.d.ts +1 -9
- package/serialization/types/ArrayVariableValueItem.js +0 -4
- package/serialization/types/ArrayVellumValueItem.d.ts +34 -0
- package/serialization/types/ArrayVellumValueItem.js +49 -0
- package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
- package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
- package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
- package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
- package/serialization/types/DocumentIndexChunking.d.ts +22 -0
- package/serialization/types/DocumentIndexChunking.js +43 -0
- package/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
- package/serialization/types/DocumentIndexChunkingRequest.js +43 -0
- package/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
- package/serialization/types/DocumentIndexIndexingConfig.js +36 -0
- package/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
- package/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
- package/serialization/types/DocumentIndexRead.d.ts +2 -1
- package/serialization/types/DocumentIndexRead.js +2 -1
- package/serialization/types/FunctionCall.d.ts +7 -9
- package/serialization/types/FunctionCall.js +6 -10
- package/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
- package/serialization/types/{FulfilledFunctionCallRequest.js → FunctionCallRequest.js} +3 -3
- package/serialization/types/FunctionCallVellumValue.d.ts +1 -1
- package/serialization/types/FunctionCallVellumValue.js +1 -1
- package/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
- package/serialization/types/HkunlpInstructorXlEnum.js +31 -0
- package/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
- package/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
- package/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
- package/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
- package/serialization/types/ImageVellumValue.d.ts +13 -0
- package/serialization/types/ImageVellumValue.js +34 -0
- package/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
- package/serialization/types/IndexingConfigVectorizer.js +51 -0
- package/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
- package/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
- package/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
- package/serialization/types/InstructorVectorizerConfig.js +35 -0
- package/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
- package/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
- package/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
- package/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
- package/serialization/types/MergeEnum.d.ts +10 -0
- package/serialization/types/MergeEnum.js +31 -0
- package/serialization/types/MergeNodeResult.d.ts +11 -0
- package/serialization/types/MergeNodeResult.js +31 -0
- package/serialization/types/MetricEnum.d.ts +10 -0
- package/serialization/types/MetricEnum.js +31 -0
- package/serialization/types/MetricNodeResult.d.ts +11 -0
- package/serialization/types/MetricNodeResult.js +31 -0
- package/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
- package/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
- package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
- package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
- package/serialization/types/NodeOutputCompiledArrayValue.d.ts +2 -2
- package/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
- package/serialization/types/NumberVellumValue.d.ts +12 -0
- package/serialization/types/NumberVellumValue.js +33 -0
- package/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerConfig.js +34 -0
- package/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
- package/serialization/types/ReductoChunkerConfig.d.ts +12 -0
- package/serialization/types/ReductoChunkerConfig.js +33 -0
- package/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
- package/serialization/types/ReductoChunkerConfigRequest.js +33 -0
- package/serialization/types/ReductoChunkerEnum.d.ts +10 -0
- package/serialization/types/ReductoChunkerEnum.js +31 -0
- package/serialization/types/ReductoChunking.d.ts +13 -0
- package/serialization/types/ReductoChunking.js +34 -0
- package/serialization/types/ReductoChunkingRequest.d.ts +13 -0
- package/serialization/types/ReductoChunkingRequest.js +34 -0
- package/serialization/types/SearchResultDocument.d.ts +1 -1
- package/serialization/types/SearchResultDocument.js +1 -1
- package/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
- package/serialization/types/SearchResultDocumentRequest.js +1 -0
- package/serialization/types/SentenceChunkerConfig.d.ts +13 -0
- package/serialization/types/SentenceChunkerConfig.js +34 -0
- package/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
- package/serialization/types/SentenceChunkerConfigRequest.js +34 -0
- package/serialization/types/SentenceChunkerEnum.d.ts +10 -0
- package/serialization/types/SentenceChunkerEnum.js +31 -0
- package/serialization/types/SentenceChunking.d.ts +13 -0
- package/serialization/types/SentenceChunking.js +34 -0
- package/serialization/types/SentenceChunkingRequest.d.ts +13 -0
- package/serialization/types/SentenceChunkingRequest.js +34 -0
- package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
- package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
- package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
- package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
- package/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
- package/serialization/types/SubmitCompletionActualRequest.js +1 -0
- package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
- package/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
- package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
- package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
- package/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
- package/serialization/types/TextEmbedding3LargeEnum.js +31 -0
- package/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
- package/serialization/types/TextEmbedding3SmallEnum.js +31 -0
- package/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
- package/serialization/types/TextEmbeddingAda002Enum.js +31 -0
- package/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
- package/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
- package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
- package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
- package/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
- package/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
- package/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
- package/serialization/types/TokenOverlappingWindowChunking.js +34 -0
- package/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
- package/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
- package/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
- package/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
- package/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
- package/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
- package/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
- package/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
- package/serialization/types/WorkflowNodeResultData.d.ts +9 -1
- package/serialization/types/WorkflowNodeResultData.js +4 -0
- package/serialization/types/WorkflowOutputArray.d.ts +2 -2
- package/serialization/types/WorkflowOutputArray.js +2 -2
- package/serialization/types/index.d.ts +55 -5
- package/serialization/types/index.js +55 -5
- package/api/types/ChatHistoryVariableValue.d.ts +0 -7
- package/api/types/FulfilledFunctionCall.d.ts +0 -11
- package/api/types/RejectedFunctionCall.d.ts +0 -12
- package/api/types/SearchResultsVariableValue.d.ts +0 -7
- package/dist/api/types/ChatHistoryVariableValue.d.ts +0 -7
- package/dist/api/types/FulfilledFunctionCall.d.ts +0 -11
- package/dist/api/types/RejectedFunctionCall.d.ts +0 -12
- package/dist/api/types/SearchResultsVariableValue.d.ts +0 -7
- package/dist/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
- package/dist/serialization/types/FulfilledFunctionCall.d.ts +0 -14
- package/dist/serialization/types/RejectedFunctionCall.d.ts +0 -15
- package/dist/serialization/types/SearchResultsVariableValue.d.ts +0 -13
- package/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
- package/serialization/types/FulfilledFunctionCall.d.ts +0 -14
- package/serialization/types/FulfilledFunctionCall.js +0 -35
- package/serialization/types/RejectedFunctionCall.d.ts +0 -15
- package/serialization/types/RejectedFunctionCall.js +0 -36
- package/serialization/types/SearchResultsVariableValue.d.ts +0 -13
- /package/api/types/{ChatHistoryVariableValue.js → AddOpenaiApiKeyEnum.js} +0 -0
- /package/api/types/{FulfilledFunctionCall.js → ArrayVellumValueItem.js} +0 -0
- /package/api/types/{FulfilledFunctionCallRequest.js → BasicVectorizerIntfloatMultilingualE5Large.js} +0 -0
- /package/api/types/{RejectedFunctionCall.js → BasicVectorizerIntfloatMultilingualE5LargeRequest.js} +0 -0
- /package/api/types/{SearchResultsVariableValue.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js} +0 -0
- /package/{dist/api/types/ChatHistoryVariableValue.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js} +0 -0
- /package/{dist/api/types/FulfilledFunctionCall.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js} +0 -0
- /package/{dist/api/types/FulfilledFunctionCallRequest.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js} +0 -0
- /package/{dist/api/types/RejectedFunctionCall.js → api/types/DocumentIndexChunking.js} +0 -0
- /package/{dist/api/types/SearchResultsVariableValue.js → api/types/DocumentIndexChunkingRequest.js} +0 -0
|
@@ -10,6 +10,7 @@ export declare namespace WorkflowExecutionActualJsonRequest {
|
|
|
10
10
|
output_id?: string | null;
|
|
11
11
|
output_key?: string | null;
|
|
12
12
|
quality?: number | null;
|
|
13
|
+
metadata?: Record<string, unknown> | null;
|
|
13
14
|
timestamp?: number | null;
|
|
14
15
|
desired_output_value?: Record<string, unknown> | null;
|
|
15
16
|
}
|
|
@@ -32,6 +32,7 @@ exports.WorkflowExecutionActualJsonRequest = core.serialization.object({
|
|
|
32
32
|
outputId: core.serialization.property("output_id", core.serialization.string().optional()),
|
|
33
33
|
outputKey: core.serialization.property("output_key", core.serialization.string().optional()),
|
|
34
34
|
quality: core.serialization.number().optional(),
|
|
35
|
+
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
35
36
|
timestamp: core.serialization.number().optional(),
|
|
36
37
|
desiredOutputValue: core.serialization.property("desired_output_value", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
37
38
|
});
|
|
@@ -10,6 +10,7 @@ export declare namespace WorkflowExecutionActualStringRequest {
|
|
|
10
10
|
output_id?: string | null;
|
|
11
11
|
output_key?: string | null;
|
|
12
12
|
quality?: number | null;
|
|
13
|
+
metadata?: Record<string, unknown> | null;
|
|
13
14
|
timestamp?: number | null;
|
|
14
15
|
desired_output_value?: string | null;
|
|
15
16
|
}
|
|
@@ -32,6 +32,7 @@ exports.WorkflowExecutionActualStringRequest = core.serialization.object({
|
|
|
32
32
|
outputId: core.serialization.property("output_id", core.serialization.string().optional()),
|
|
33
33
|
outputKey: core.serialization.property("output_key", core.serialization.string().optional()),
|
|
34
34
|
quality: core.serialization.number().optional(),
|
|
35
|
+
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
35
36
|
timestamp: core.serialization.number().optional(),
|
|
36
37
|
desiredOutputValue: core.serialization.property("desired_output_value", core.serialization.string().optional()),
|
|
37
38
|
});
|
|
@@ -11,10 +11,12 @@ import { CodeExecutionNodeResult } from "./CodeExecutionNodeResult";
|
|
|
11
11
|
import { ConditionalNodeResult } from "./ConditionalNodeResult";
|
|
12
12
|
import { ApiNodeResult } from "./ApiNodeResult";
|
|
13
13
|
import { TerminalNodeResult } from "./TerminalNodeResult";
|
|
14
|
+
import { MergeNodeResult } from "./MergeNodeResult";
|
|
14
15
|
import { SubworkflowNodeResult } from "./SubworkflowNodeResult";
|
|
16
|
+
import { MetricNodeResult } from "./MetricNodeResult";
|
|
15
17
|
export declare const WorkflowNodeResultData: core.serialization.Schema<serializers.WorkflowNodeResultData.Raw, Vellum.WorkflowNodeResultData>;
|
|
16
18
|
export declare namespace WorkflowNodeResultData {
|
|
17
|
-
type Raw = WorkflowNodeResultData.Prompt | WorkflowNodeResultData.Search | WorkflowNodeResultData.Templating | WorkflowNodeResultData.CodeExecution | WorkflowNodeResultData.Conditional | WorkflowNodeResultData.Api | WorkflowNodeResultData.Terminal | WorkflowNodeResultData.Subworkflow;
|
|
19
|
+
type Raw = WorkflowNodeResultData.Prompt | WorkflowNodeResultData.Search | WorkflowNodeResultData.Templating | WorkflowNodeResultData.CodeExecution | WorkflowNodeResultData.Conditional | WorkflowNodeResultData.Api | WorkflowNodeResultData.Terminal | WorkflowNodeResultData.Merge | WorkflowNodeResultData.Subworkflow | WorkflowNodeResultData.Metric;
|
|
18
20
|
interface Prompt extends PromptNodeResult.Raw {
|
|
19
21
|
type: "PROMPT";
|
|
20
22
|
}
|
|
@@ -36,7 +38,13 @@ export declare namespace WorkflowNodeResultData {
|
|
|
36
38
|
interface Terminal extends TerminalNodeResult.Raw {
|
|
37
39
|
type: "TERMINAL";
|
|
38
40
|
}
|
|
41
|
+
interface Merge extends MergeNodeResult.Raw {
|
|
42
|
+
type: "MERGE";
|
|
43
|
+
}
|
|
39
44
|
interface Subworkflow extends SubworkflowNodeResult.Raw {
|
|
40
45
|
type: "SUBWORKFLOW";
|
|
41
46
|
}
|
|
47
|
+
interface Metric extends MetricNodeResult.Raw {
|
|
48
|
+
type: "METRIC";
|
|
49
|
+
}
|
|
42
50
|
}
|
|
@@ -35,7 +35,9 @@ const CodeExecutionNodeResult_1 = require("./CodeExecutionNodeResult");
|
|
|
35
35
|
const ConditionalNodeResult_1 = require("./ConditionalNodeResult");
|
|
36
36
|
const ApiNodeResult_1 = require("./ApiNodeResult");
|
|
37
37
|
const TerminalNodeResult_1 = require("./TerminalNodeResult");
|
|
38
|
+
const MergeNodeResult_1 = require("./MergeNodeResult");
|
|
38
39
|
const SubworkflowNodeResult_1 = require("./SubworkflowNodeResult");
|
|
40
|
+
const MetricNodeResult_1 = require("./MetricNodeResult");
|
|
39
41
|
exports.WorkflowNodeResultData = core.serialization
|
|
40
42
|
.union("type", {
|
|
41
43
|
PROMPT: PromptNodeResult_1.PromptNodeResult,
|
|
@@ -45,7 +47,9 @@ exports.WorkflowNodeResultData = core.serialization
|
|
|
45
47
|
CONDITIONAL: ConditionalNodeResult_1.ConditionalNodeResult,
|
|
46
48
|
API: ApiNodeResult_1.ApiNodeResult,
|
|
47
49
|
TERMINAL: TerminalNodeResult_1.TerminalNodeResult,
|
|
50
|
+
MERGE: MergeNodeResult_1.MergeNodeResult,
|
|
48
51
|
SUBWORKFLOW: SubworkflowNodeResult_1.SubworkflowNodeResult,
|
|
52
|
+
METRIC: MetricNodeResult_1.MetricNodeResult,
|
|
49
53
|
})
|
|
50
54
|
.transform({
|
|
51
55
|
transform: (value) => value,
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
import * as serializers from "..";
|
|
5
5
|
import * as Vellum from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { ArrayVellumValueItem } from "./ArrayVellumValueItem";
|
|
8
8
|
export declare const WorkflowOutputArray: core.serialization.ObjectSchema<serializers.WorkflowOutputArray.Raw, Vellum.WorkflowOutputArray>;
|
|
9
9
|
export declare namespace WorkflowOutputArray {
|
|
10
10
|
interface Raw {
|
|
11
11
|
id: string;
|
|
12
12
|
name: string;
|
|
13
|
-
value?:
|
|
13
|
+
value?: ArrayVellumValueItem.Raw[] | null;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -28,9 +28,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.WorkflowOutputArray = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const ArrayVellumValueItem_1 = require("./ArrayVellumValueItem");
|
|
32
32
|
exports.WorkflowOutputArray = core.serialization.object({
|
|
33
33
|
id: core.serialization.string(),
|
|
34
34
|
name: core.serialization.string(),
|
|
35
|
-
value: core.serialization.list(
|
|
35
|
+
value: core.serialization.list(ArrayVellumValueItem_1.ArrayVellumValueItem).optional(),
|
|
36
36
|
});
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./AddOpenaiApiKeyEnum";
|
|
1
2
|
export * from "./ApiNodeResult";
|
|
2
3
|
export * from "./ApiNodeResultData";
|
|
3
4
|
export * from "./ArrayChatMessageContent";
|
|
@@ -6,9 +7,15 @@ export * from "./ArrayChatMessageContentItemRequest";
|
|
|
6
7
|
export * from "./ArrayChatMessageContentRequest";
|
|
7
8
|
export * from "./ArrayEnum";
|
|
8
9
|
export * from "./ArrayVariableValueItem";
|
|
10
|
+
export * from "./ArrayVellumValueItem";
|
|
11
|
+
export * from "./BasicVectorizerIntfloatMultilingualE5Large";
|
|
12
|
+
export * from "./BasicVectorizerIntfloatMultilingualE5LargeRequest";
|
|
13
|
+
export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1";
|
|
14
|
+
export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request";
|
|
15
|
+
export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1";
|
|
16
|
+
export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request";
|
|
9
17
|
export * from "./ChatHistoryEnum";
|
|
10
18
|
export * from "./ChatHistoryInputRequest";
|
|
11
|
-
export * from "./ChatHistoryVariableValue";
|
|
12
19
|
export * from "./ChatMessage";
|
|
13
20
|
export * from "./ChatMessageContent";
|
|
14
21
|
export * from "./ChatMessageContentRequest";
|
|
@@ -30,6 +37,10 @@ export * from "./ConditionalNodeResultData";
|
|
|
30
37
|
export * from "./DeploymentProviderPayloadResponse";
|
|
31
38
|
export * from "./DeploymentRead";
|
|
32
39
|
export * from "./DocumentDocumentToDocumentIndex";
|
|
40
|
+
export * from "./DocumentIndexChunking";
|
|
41
|
+
export * from "./DocumentIndexChunkingRequest";
|
|
42
|
+
export * from "./DocumentIndexIndexingConfig";
|
|
43
|
+
export * from "./DocumentIndexIndexingConfigRequest";
|
|
33
44
|
export * from "./DocumentIndexRead";
|
|
34
45
|
export * from "./DocumentRead";
|
|
35
46
|
export * from "./DocumentStatus";
|
|
@@ -62,8 +73,6 @@ export * from "./FulfilledEnum";
|
|
|
62
73
|
export * from "./FulfilledExecutePromptEvent";
|
|
63
74
|
export * from "./FulfilledExecutePromptResponse";
|
|
64
75
|
export * from "./FulfilledExecuteWorkflowWorkflowResultEvent";
|
|
65
|
-
export * from "./FulfilledFunctionCall";
|
|
66
|
-
export * from "./FulfilledFunctionCallRequest";
|
|
67
76
|
export * from "./FulfilledPromptExecutionMeta";
|
|
68
77
|
export * from "./FulfilledWorkflowNodeResultEvent";
|
|
69
78
|
export * from "./FunctionCall";
|
|
@@ -72,6 +81,7 @@ export * from "./FunctionCallChatMessageContentRequest";
|
|
|
72
81
|
export * from "./FunctionCallChatMessageContentValue";
|
|
73
82
|
export * from "./FunctionCallChatMessageContentValueRequest";
|
|
74
83
|
export * from "./FunctionCallEnum";
|
|
84
|
+
export * from "./FunctionCallRequest";
|
|
75
85
|
export * from "./FunctionCallVariableValue";
|
|
76
86
|
export * from "./FunctionCallVellumValue";
|
|
77
87
|
export * from "./GenerateErrorResponse";
|
|
@@ -84,15 +94,22 @@ export * from "./GenerateResultError";
|
|
|
84
94
|
export * from "./GenerateStreamResponse";
|
|
85
95
|
export * from "./GenerateStreamResult";
|
|
86
96
|
export * from "./GenerateStreamResultData";
|
|
97
|
+
export * from "./HkunlpInstructorXlVectorizer";
|
|
98
|
+
export * from "./HkunlpInstructorXlVectorizerRequest";
|
|
87
99
|
export * from "./ImageChatMessageContent";
|
|
88
100
|
export * from "./ImageChatMessageContentRequest";
|
|
89
101
|
export * from "./ImageEnum";
|
|
90
102
|
export * from "./ImageVariableValue";
|
|
103
|
+
export * from "./ImageVellumValue";
|
|
104
|
+
export * from "./IndexingConfigVectorizer";
|
|
105
|
+
export * from "./IndexingConfigVectorizerRequest";
|
|
91
106
|
export * from "./IndexingStateEnum";
|
|
92
107
|
export * from "./InitiatedEnum";
|
|
93
108
|
export * from "./InitiatedExecutePromptEvent";
|
|
94
109
|
export * from "./InitiatedPromptExecutionMeta";
|
|
95
110
|
export * from "./InitiatedWorkflowNodeResultEvent";
|
|
111
|
+
export * from "./InstructorVectorizerConfig";
|
|
112
|
+
export * from "./InstructorVectorizerConfigRequest";
|
|
96
113
|
export * from "./JsonInputRequest";
|
|
97
114
|
export * from "./JsonEnum";
|
|
98
115
|
export * from "./JsonVariableValue";
|
|
@@ -100,9 +117,13 @@ export * from "./JsonVellumValue";
|
|
|
100
117
|
export * from "./LogicalOperator";
|
|
101
118
|
export * from "./LogprobsEnum";
|
|
102
119
|
export * from "./MlModelUsage";
|
|
120
|
+
export * from "./MergeEnum";
|
|
121
|
+
export * from "./MergeNodeResult";
|
|
103
122
|
export * from "./MetadataFilterConfigRequest";
|
|
104
123
|
export * from "./MetadataFilterRuleCombinator";
|
|
105
124
|
export * from "./MetadataFilterRuleRequest";
|
|
125
|
+
export * from "./MetricEnum";
|
|
126
|
+
export * from "./MetricNodeResult";
|
|
106
127
|
export * from "./NamedScenarioInputChatHistoryVariableValueRequest";
|
|
107
128
|
export * from "./NamedScenarioInputRequest";
|
|
108
129
|
export * from "./NamedScenarioInputStringVariableValueRequest";
|
|
@@ -144,6 +165,15 @@ export * from "./NormalizedLogProbs";
|
|
|
144
165
|
export * from "./NormalizedTokenLogProbs";
|
|
145
166
|
export * from "./NumberEnum";
|
|
146
167
|
export * from "./NumberVariableValue";
|
|
168
|
+
export * from "./NumberVellumValue";
|
|
169
|
+
export * from "./OpenAiVectorizerConfig";
|
|
170
|
+
export * from "./OpenAiVectorizerConfigRequest";
|
|
171
|
+
export * from "./OpenAiVectorizerTextEmbedding3Large";
|
|
172
|
+
export * from "./OpenAiVectorizerTextEmbedding3LargeRequest";
|
|
173
|
+
export * from "./OpenAiVectorizerTextEmbedding3Small";
|
|
174
|
+
export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
|
|
175
|
+
export * from "./OpenAiVectorizerTextEmbeddingAda002";
|
|
176
|
+
export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
|
|
147
177
|
export * from "./PaginatedDocumentIndexReadList";
|
|
148
178
|
export * from "./PaginatedSlimDeploymentReadList";
|
|
149
179
|
export * from "./PaginatedSlimDocumentList";
|
|
@@ -159,11 +189,14 @@ export * from "./PromptNodeResult";
|
|
|
159
189
|
export * from "./PromptNodeResultData";
|
|
160
190
|
export * from "./PromptOutput";
|
|
161
191
|
export * from "./RawPromptExecutionOverridesRequest";
|
|
192
|
+
export * from "./ReductoChunkerConfig";
|
|
193
|
+
export * from "./ReductoChunkerConfigRequest";
|
|
194
|
+
export * from "./ReductoChunking";
|
|
195
|
+
export * from "./ReductoChunkingRequest";
|
|
162
196
|
export * from "./RejectedEnum";
|
|
163
197
|
export * from "./RejectedExecutePromptEvent";
|
|
164
198
|
export * from "./RejectedExecutePromptResponse";
|
|
165
199
|
export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
|
|
166
|
-
export * from "./RejectedFunctionCall";
|
|
167
200
|
export * from "./RejectedPromptExecutionMeta";
|
|
168
201
|
export * from "./RejectedWorkflowNodeResultEvent";
|
|
169
202
|
export * from "./SandboxScenario";
|
|
@@ -182,8 +215,11 @@ export * from "./SearchResultDocumentRequest";
|
|
|
182
215
|
export * from "./SearchResultMergingRequest";
|
|
183
216
|
export * from "./SearchResultRequest";
|
|
184
217
|
export * from "./SearchResultsEnum";
|
|
185
|
-
export * from "./SearchResultsVariableValue";
|
|
186
218
|
export * from "./SearchWeightsRequest";
|
|
219
|
+
export * from "./SentenceChunkerConfig";
|
|
220
|
+
export * from "./SentenceChunkerConfigRequest";
|
|
221
|
+
export * from "./SentenceChunking";
|
|
222
|
+
export * from "./SentenceChunkingRequest";
|
|
187
223
|
export * from "./SlimDeploymentRead";
|
|
188
224
|
export * from "./SlimDocument";
|
|
189
225
|
export * from "./SlimWorkflowDeployment";
|
|
@@ -271,6 +307,10 @@ export * from "./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest";
|
|
|
271
307
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
|
|
272
308
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum";
|
|
273
309
|
export * from "./TestSuiteTestCase";
|
|
310
|
+
export * from "./TokenOverlappingWindowChunkerConfig";
|
|
311
|
+
export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
312
|
+
export * from "./TokenOverlappingWindowChunking";
|
|
313
|
+
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
274
314
|
export * from "./UploadDocumentErrorResponse";
|
|
275
315
|
export * from "./UploadDocumentResponse";
|
|
276
316
|
export * from "./VellumError";
|
|
@@ -318,3 +358,13 @@ export * from "./WorkflowResultEventOutputDataNumber";
|
|
|
318
358
|
export * from "./WorkflowResultEventOutputDataSearchResults";
|
|
319
359
|
export * from "./WorkflowResultEventOutputDataString";
|
|
320
360
|
export * from "./WorkflowStreamEvent";
|
|
361
|
+
export * from "./HkunlpInstructorXlEnum";
|
|
362
|
+
export * from "./IntfloatMultilingualE5LargeEnum";
|
|
363
|
+
export * from "./ReductoChunkerEnum";
|
|
364
|
+
export * from "./SentenceChunkerEnum";
|
|
365
|
+
export * from "./SentenceTransformersMultiQaMpnetBaseCosV1Enum";
|
|
366
|
+
export * from "./SentenceTransformersMultiQaMpnetBaseDotV1Enum";
|
|
367
|
+
export * from "./TextEmbedding3LargeEnum";
|
|
368
|
+
export * from "./TextEmbedding3SmallEnum";
|
|
369
|
+
export * from "./TextEmbeddingAda002Enum";
|
|
370
|
+
export * from "./TokenOverlappingWindowChunkerEnum";
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./AddOpenaiApiKeyEnum"), exports);
|
|
17
18
|
__exportStar(require("./ApiNodeResult"), exports);
|
|
18
19
|
__exportStar(require("./ApiNodeResultData"), exports);
|
|
19
20
|
__exportStar(require("./ArrayChatMessageContent"), exports);
|
|
@@ -22,9 +23,15 @@ __exportStar(require("./ArrayChatMessageContentItemRequest"), exports);
|
|
|
22
23
|
__exportStar(require("./ArrayChatMessageContentRequest"), exports);
|
|
23
24
|
__exportStar(require("./ArrayEnum"), exports);
|
|
24
25
|
__exportStar(require("./ArrayVariableValueItem"), exports);
|
|
26
|
+
__exportStar(require("./ArrayVellumValueItem"), exports);
|
|
27
|
+
__exportStar(require("./BasicVectorizerIntfloatMultilingualE5Large"), exports);
|
|
28
|
+
__exportStar(require("./BasicVectorizerIntfloatMultilingualE5LargeRequest"), exports);
|
|
29
|
+
__exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1"), exports);
|
|
30
|
+
__exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request"), exports);
|
|
31
|
+
__exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1"), exports);
|
|
32
|
+
__exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request"), exports);
|
|
25
33
|
__exportStar(require("./ChatHistoryEnum"), exports);
|
|
26
34
|
__exportStar(require("./ChatHistoryInputRequest"), exports);
|
|
27
|
-
__exportStar(require("./ChatHistoryVariableValue"), exports);
|
|
28
35
|
__exportStar(require("./ChatMessage"), exports);
|
|
29
36
|
__exportStar(require("./ChatMessageContent"), exports);
|
|
30
37
|
__exportStar(require("./ChatMessageContentRequest"), exports);
|
|
@@ -46,6 +53,10 @@ __exportStar(require("./ConditionalNodeResultData"), exports);
|
|
|
46
53
|
__exportStar(require("./DeploymentProviderPayloadResponse"), exports);
|
|
47
54
|
__exportStar(require("./DeploymentRead"), exports);
|
|
48
55
|
__exportStar(require("./DocumentDocumentToDocumentIndex"), exports);
|
|
56
|
+
__exportStar(require("./DocumentIndexChunking"), exports);
|
|
57
|
+
__exportStar(require("./DocumentIndexChunkingRequest"), exports);
|
|
58
|
+
__exportStar(require("./DocumentIndexIndexingConfig"), exports);
|
|
59
|
+
__exportStar(require("./DocumentIndexIndexingConfigRequest"), exports);
|
|
49
60
|
__exportStar(require("./DocumentIndexRead"), exports);
|
|
50
61
|
__exportStar(require("./DocumentRead"), exports);
|
|
51
62
|
__exportStar(require("./DocumentStatus"), exports);
|
|
@@ -78,8 +89,6 @@ __exportStar(require("./FulfilledEnum"), exports);
|
|
|
78
89
|
__exportStar(require("./FulfilledExecutePromptEvent"), exports);
|
|
79
90
|
__exportStar(require("./FulfilledExecutePromptResponse"), exports);
|
|
80
91
|
__exportStar(require("./FulfilledExecuteWorkflowWorkflowResultEvent"), exports);
|
|
81
|
-
__exportStar(require("./FulfilledFunctionCall"), exports);
|
|
82
|
-
__exportStar(require("./FulfilledFunctionCallRequest"), exports);
|
|
83
92
|
__exportStar(require("./FulfilledPromptExecutionMeta"), exports);
|
|
84
93
|
__exportStar(require("./FulfilledWorkflowNodeResultEvent"), exports);
|
|
85
94
|
__exportStar(require("./FunctionCall"), exports);
|
|
@@ -88,6 +97,7 @@ __exportStar(require("./FunctionCallChatMessageContentRequest"), exports);
|
|
|
88
97
|
__exportStar(require("./FunctionCallChatMessageContentValue"), exports);
|
|
89
98
|
__exportStar(require("./FunctionCallChatMessageContentValueRequest"), exports);
|
|
90
99
|
__exportStar(require("./FunctionCallEnum"), exports);
|
|
100
|
+
__exportStar(require("./FunctionCallRequest"), exports);
|
|
91
101
|
__exportStar(require("./FunctionCallVariableValue"), exports);
|
|
92
102
|
__exportStar(require("./FunctionCallVellumValue"), exports);
|
|
93
103
|
__exportStar(require("./GenerateErrorResponse"), exports);
|
|
@@ -100,15 +110,22 @@ __exportStar(require("./GenerateResultError"), exports);
|
|
|
100
110
|
__exportStar(require("./GenerateStreamResponse"), exports);
|
|
101
111
|
__exportStar(require("./GenerateStreamResult"), exports);
|
|
102
112
|
__exportStar(require("./GenerateStreamResultData"), exports);
|
|
113
|
+
__exportStar(require("./HkunlpInstructorXlVectorizer"), exports);
|
|
114
|
+
__exportStar(require("./HkunlpInstructorXlVectorizerRequest"), exports);
|
|
103
115
|
__exportStar(require("./ImageChatMessageContent"), exports);
|
|
104
116
|
__exportStar(require("./ImageChatMessageContentRequest"), exports);
|
|
105
117
|
__exportStar(require("./ImageEnum"), exports);
|
|
106
118
|
__exportStar(require("./ImageVariableValue"), exports);
|
|
119
|
+
__exportStar(require("./ImageVellumValue"), exports);
|
|
120
|
+
__exportStar(require("./IndexingConfigVectorizer"), exports);
|
|
121
|
+
__exportStar(require("./IndexingConfigVectorizerRequest"), exports);
|
|
107
122
|
__exportStar(require("./IndexingStateEnum"), exports);
|
|
108
123
|
__exportStar(require("./InitiatedEnum"), exports);
|
|
109
124
|
__exportStar(require("./InitiatedExecutePromptEvent"), exports);
|
|
110
125
|
__exportStar(require("./InitiatedPromptExecutionMeta"), exports);
|
|
111
126
|
__exportStar(require("./InitiatedWorkflowNodeResultEvent"), exports);
|
|
127
|
+
__exportStar(require("./InstructorVectorizerConfig"), exports);
|
|
128
|
+
__exportStar(require("./InstructorVectorizerConfigRequest"), exports);
|
|
112
129
|
__exportStar(require("./JsonInputRequest"), exports);
|
|
113
130
|
__exportStar(require("./JsonEnum"), exports);
|
|
114
131
|
__exportStar(require("./JsonVariableValue"), exports);
|
|
@@ -116,9 +133,13 @@ __exportStar(require("./JsonVellumValue"), exports);
|
|
|
116
133
|
__exportStar(require("./LogicalOperator"), exports);
|
|
117
134
|
__exportStar(require("./LogprobsEnum"), exports);
|
|
118
135
|
__exportStar(require("./MlModelUsage"), exports);
|
|
136
|
+
__exportStar(require("./MergeEnum"), exports);
|
|
137
|
+
__exportStar(require("./MergeNodeResult"), exports);
|
|
119
138
|
__exportStar(require("./MetadataFilterConfigRequest"), exports);
|
|
120
139
|
__exportStar(require("./MetadataFilterRuleCombinator"), exports);
|
|
121
140
|
__exportStar(require("./MetadataFilterRuleRequest"), exports);
|
|
141
|
+
__exportStar(require("./MetricEnum"), exports);
|
|
142
|
+
__exportStar(require("./MetricNodeResult"), exports);
|
|
122
143
|
__exportStar(require("./NamedScenarioInputChatHistoryVariableValueRequest"), exports);
|
|
123
144
|
__exportStar(require("./NamedScenarioInputRequest"), exports);
|
|
124
145
|
__exportStar(require("./NamedScenarioInputStringVariableValueRequest"), exports);
|
|
@@ -160,6 +181,15 @@ __exportStar(require("./NormalizedLogProbs"), exports);
|
|
|
160
181
|
__exportStar(require("./NormalizedTokenLogProbs"), exports);
|
|
161
182
|
__exportStar(require("./NumberEnum"), exports);
|
|
162
183
|
__exportStar(require("./NumberVariableValue"), exports);
|
|
184
|
+
__exportStar(require("./NumberVellumValue"), exports);
|
|
185
|
+
__exportStar(require("./OpenAiVectorizerConfig"), exports);
|
|
186
|
+
__exportStar(require("./OpenAiVectorizerConfigRequest"), exports);
|
|
187
|
+
__exportStar(require("./OpenAiVectorizerTextEmbedding3Large"), exports);
|
|
188
|
+
__exportStar(require("./OpenAiVectorizerTextEmbedding3LargeRequest"), exports);
|
|
189
|
+
__exportStar(require("./OpenAiVectorizerTextEmbedding3Small"), exports);
|
|
190
|
+
__exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
|
|
191
|
+
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
|
|
192
|
+
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
|
|
163
193
|
__exportStar(require("./PaginatedDocumentIndexReadList"), exports);
|
|
164
194
|
__exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
|
|
165
195
|
__exportStar(require("./PaginatedSlimDocumentList"), exports);
|
|
@@ -175,11 +205,14 @@ __exportStar(require("./PromptNodeResult"), exports);
|
|
|
175
205
|
__exportStar(require("./PromptNodeResultData"), exports);
|
|
176
206
|
__exportStar(require("./PromptOutput"), exports);
|
|
177
207
|
__exportStar(require("./RawPromptExecutionOverridesRequest"), exports);
|
|
208
|
+
__exportStar(require("./ReductoChunkerConfig"), exports);
|
|
209
|
+
__exportStar(require("./ReductoChunkerConfigRequest"), exports);
|
|
210
|
+
__exportStar(require("./ReductoChunking"), exports);
|
|
211
|
+
__exportStar(require("./ReductoChunkingRequest"), exports);
|
|
178
212
|
__exportStar(require("./RejectedEnum"), exports);
|
|
179
213
|
__exportStar(require("./RejectedExecutePromptEvent"), exports);
|
|
180
214
|
__exportStar(require("./RejectedExecutePromptResponse"), exports);
|
|
181
215
|
__exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
|
|
182
|
-
__exportStar(require("./RejectedFunctionCall"), exports);
|
|
183
216
|
__exportStar(require("./RejectedPromptExecutionMeta"), exports);
|
|
184
217
|
__exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
|
|
185
218
|
__exportStar(require("./SandboxScenario"), exports);
|
|
@@ -198,8 +231,11 @@ __exportStar(require("./SearchResultDocumentRequest"), exports);
|
|
|
198
231
|
__exportStar(require("./SearchResultMergingRequest"), exports);
|
|
199
232
|
__exportStar(require("./SearchResultRequest"), exports);
|
|
200
233
|
__exportStar(require("./SearchResultsEnum"), exports);
|
|
201
|
-
__exportStar(require("./SearchResultsVariableValue"), exports);
|
|
202
234
|
__exportStar(require("./SearchWeightsRequest"), exports);
|
|
235
|
+
__exportStar(require("./SentenceChunkerConfig"), exports);
|
|
236
|
+
__exportStar(require("./SentenceChunkerConfigRequest"), exports);
|
|
237
|
+
__exportStar(require("./SentenceChunking"), exports);
|
|
238
|
+
__exportStar(require("./SentenceChunkingRequest"), exports);
|
|
203
239
|
__exportStar(require("./SlimDeploymentRead"), exports);
|
|
204
240
|
__exportStar(require("./SlimDocument"), exports);
|
|
205
241
|
__exportStar(require("./SlimWorkflowDeployment"), exports);
|
|
@@ -287,6 +323,10 @@ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest"), e
|
|
|
287
323
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigRequest"), exports);
|
|
288
324
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum"), exports);
|
|
289
325
|
__exportStar(require("./TestSuiteTestCase"), exports);
|
|
326
|
+
__exportStar(require("./TokenOverlappingWindowChunkerConfig"), exports);
|
|
327
|
+
__exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
|
|
328
|
+
__exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
329
|
+
__exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
|
|
290
330
|
__exportStar(require("./UploadDocumentErrorResponse"), exports);
|
|
291
331
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
292
332
|
__exportStar(require("./VellumError"), exports);
|
|
@@ -334,3 +374,13 @@ __exportStar(require("./WorkflowResultEventOutputDataNumber"), exports);
|
|
|
334
374
|
__exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
|
|
335
375
|
__exportStar(require("./WorkflowResultEventOutputDataString"), exports);
|
|
336
376
|
__exportStar(require("./WorkflowStreamEvent"), exports);
|
|
377
|
+
__exportStar(require("./HkunlpInstructorXlEnum"), exports);
|
|
378
|
+
__exportStar(require("./IntfloatMultilingualE5LargeEnum"), exports);
|
|
379
|
+
__exportStar(require("./ReductoChunkerEnum"), exports);
|
|
380
|
+
__exportStar(require("./SentenceChunkerEnum"), exports);
|
|
381
|
+
__exportStar(require("./SentenceTransformersMultiQaMpnetBaseCosV1Enum"), exports);
|
|
382
|
+
__exportStar(require("./SentenceTransformersMultiQaMpnetBaseDotV1Enum"), exports);
|
|
383
|
+
__exportStar(require("./TextEmbedding3LargeEnum"), exports);
|
|
384
|
+
__exportStar(require("./TextEmbedding3SmallEnum"), exports);
|
|
385
|
+
__exportStar(require("./TextEmbeddingAda002Enum"), exports);
|
|
386
|
+
__exportStar(require("./TokenOverlappingWindowChunkerEnum"), exports);
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Vellum from "..";
|
|
5
|
-
/**
|
|
6
|
-
* Returned if the function call failed to parse for some reason.
|
|
7
|
-
*/
|
|
8
|
-
export interface RejectedFunctionCall {
|
|
9
|
-
error: Vellum.VellumError;
|
|
10
|
-
id?: string;
|
|
11
|
-
name: string;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Vellum from "..";
|
|
5
|
-
/**
|
|
6
|
-
* Returned if the function call failed to parse for some reason.
|
|
7
|
-
*/
|
|
8
|
-
export interface RejectedFunctionCall {
|
|
9
|
-
error: Vellum.VellumError;
|
|
10
|
-
id?: string;
|
|
11
|
-
name: string;
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "..";
|
|
5
|
-
import * as Vellum from "../../api";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
import { ChatMessage } from "./ChatMessage";
|
|
8
|
-
export declare const ChatHistoryVariableValue: core.serialization.ObjectSchema<serializers.ChatHistoryVariableValue.Raw, Vellum.ChatHistoryVariableValue>;
|
|
9
|
-
export declare namespace ChatHistoryVariableValue {
|
|
10
|
-
interface Raw {
|
|
11
|
-
value?: ChatMessage.Raw[] | null;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "..";
|
|
5
|
-
import * as Vellum from "../../api";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
export declare const FulfilledFunctionCall: core.serialization.ObjectSchema<serializers.FulfilledFunctionCall.Raw, Vellum.FulfilledFunctionCall>;
|
|
8
|
-
export declare namespace FulfilledFunctionCall {
|
|
9
|
-
interface Raw {
|
|
10
|
-
arguments: Record<string, unknown>;
|
|
11
|
-
id?: string | null;
|
|
12
|
-
name: string;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "..";
|
|
5
|
-
import * as Vellum from "../../api";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
import { VellumError } from "./VellumError";
|
|
8
|
-
export declare const RejectedFunctionCall: core.serialization.ObjectSchema<serializers.RejectedFunctionCall.Raw, Vellum.RejectedFunctionCall>;
|
|
9
|
-
export declare namespace RejectedFunctionCall {
|
|
10
|
-
interface Raw {
|
|
11
|
-
error: VellumError.Raw;
|
|
12
|
-
id?: string | null;
|
|
13
|
-
name: string;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "..";
|
|
5
|
-
import * as Vellum from "../../api";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
import { SearchResult } from "./SearchResult";
|
|
8
|
-
export declare const SearchResultsVariableValue: core.serialization.ObjectSchema<serializers.SearchResultsVariableValue.Raw, Vellum.SearchResultsVariableValue>;
|
|
9
|
-
export declare namespace SearchResultsVariableValue {
|
|
10
|
-
interface Raw {
|
|
11
|
-
value?: SearchResult.Raw[] | null;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "..";
|
|
5
|
-
import * as Vellum from "../../api";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
import { ChatMessage } from "./ChatMessage";
|
|
8
|
-
export declare const ChatHistoryVariableValue: core.serialization.ObjectSchema<serializers.ChatHistoryVariableValue.Raw, Vellum.ChatHistoryVariableValue>;
|
|
9
|
-
export declare namespace ChatHistoryVariableValue {
|
|
10
|
-
interface Raw {
|
|
11
|
-
value?: ChatMessage.Raw[] | null;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "..";
|
|
5
|
-
import * as Vellum from "../../api";
|
|
6
|
-
import * as core from "../../core";
|
|
7
|
-
export declare const FulfilledFunctionCall: core.serialization.ObjectSchema<serializers.FulfilledFunctionCall.Raw, Vellum.FulfilledFunctionCall>;
|
|
8
|
-
export declare namespace FulfilledFunctionCall {
|
|
9
|
-
interface Raw {
|
|
10
|
-
arguments: Record<string, unknown>;
|
|
11
|
-
id?: string | null;
|
|
12
|
-
name: string;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.FulfilledFunctionCall = void 0;
|
|
30
|
-
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.FulfilledFunctionCall = core.serialization.object({
|
|
32
|
-
arguments: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
|
|
33
|
-
id: core.serialization.string().optional(),
|
|
34
|
-
name: core.serialization.string(),
|
|
35
|
-
});
|