vellum-ai 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +9 -9
- 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/DocumentIndexIndexingConfigRequest.d.ts +8 -0
- package/api/types/DocumentIndexRead.d.ts +1 -2
- package/api/types/ErrorVellumValue.d.ts +10 -0
- package/api/types/ErrorVellumValue.js +5 -0
- package/api/types/FunctionCall.d.ts +8 -8
- package/{dist/api/types/FulfilledFunctionCallRequest.d.ts → api/types/FunctionCallRequest.d.ts} +2 -2
- package/api/types/FunctionCallRequest.js +5 -0
- package/api/types/FunctionCallVariableValue.d.ts +1 -1
- package/{dist/api/types/NodeOutputCompiledFunctionValue.d.ts → api/types/FunctionCallVellumValue.d.ts} +4 -2
- package/api/types/FunctionCallVellumValue.js +5 -0
- 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/JsonVellumValue.d.ts +9 -0
- package/api/types/JsonVellumValue.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 +5 -1
- package/api/types/NodeOutputCompiledChatHistoryValue.d.ts +5 -1
- package/api/types/NodeOutputCompiledErrorValue.d.ts +5 -1
- package/api/types/NodeOutputCompiledFunctionCallValue.d.ts +12 -0
- package/api/types/NodeOutputCompiledFunctionCallValue.js +5 -0
- package/api/types/NodeOutputCompiledJsonValue.d.ts +6 -1
- package/api/types/NodeOutputCompiledNumberValue.d.ts +6 -1
- package/api/types/NodeOutputCompiledSearchResultsValue.d.ts +5 -1
- package/api/types/NodeOutputCompiledStringValue.d.ts +6 -1
- package/api/types/NodeOutputCompiledValue.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/PromptOutput.d.ts +4 -4
- 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/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/StringVellumValue.d.ts +9 -0
- package/api/types/StringVellumValue.js +5 -0
- package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
- 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 +4 -1
- package/api/types/WorkflowOutputArray.d.ts +1 -1
- package/api/types/index.d.ts +58 -6
- package/api/types/index.js +58 -6
- 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/ErrorVellumValue.d.ts +10 -0
- package/dist/api/types/ErrorVellumValue.js +5 -0
- package/dist/api/types/FunctionCall.d.ts +8 -8
- package/{api/types/FulfilledFunctionCallRequest.d.ts → dist/api/types/FunctionCallRequest.d.ts} +2 -2
- package/dist/api/types/FunctionCallRequest.js +5 -0
- package/dist/api/types/FunctionCallVariableValue.d.ts +1 -1
- package/{api/types/NodeOutputCompiledFunctionValue.d.ts → dist/api/types/FunctionCallVellumValue.d.ts} +4 -2
- package/dist/api/types/FunctionCallVellumValue.js +5 -0
- 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/JsonVellumValue.d.ts +9 -0
- package/dist/api/types/JsonVellumValue.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 +5 -1
- package/dist/api/types/NodeOutputCompiledChatHistoryValue.d.ts +5 -1
- package/dist/api/types/NodeOutputCompiledErrorValue.d.ts +5 -1
- package/dist/api/types/NodeOutputCompiledFunctionCallValue.d.ts +12 -0
- package/dist/api/types/NodeOutputCompiledFunctionCallValue.js +5 -0
- package/dist/api/types/NodeOutputCompiledJsonValue.d.ts +6 -1
- package/dist/api/types/NodeOutputCompiledNumberValue.d.ts +6 -1
- package/dist/api/types/NodeOutputCompiledSearchResultsValue.d.ts +5 -1
- package/dist/api/types/NodeOutputCompiledStringValue.d.ts +6 -1
- package/dist/api/types/NodeOutputCompiledValue.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/PromptOutput.d.ts +4 -4
- 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/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/StringVellumValue.d.ts +9 -0
- package/dist/api/types/StringVellumValue.js +5 -0
- package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
- 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 +4 -1
- package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
- package/dist/api/types/index.d.ts +58 -6
- package/dist/api/types/index.js +58 -6
- 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/ErrorVellumValue.d.ts +13 -0
- package/dist/serialization/types/{RejectedFunctionCall.js → ErrorVellumValue.js} +3 -5
- 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/{serialization/types/FulfilledFunctionCallRequest.js → dist/serialization/types/FunctionCallRequest.js} +3 -3
- package/dist/serialization/types/FunctionCallVariableValue.d.ts +1 -1
- package/dist/serialization/types/FunctionCallVariableValue.js +1 -1
- package/{serialization/types/NodeOutputCompiledFunctionValue.d.ts → dist/serialization/types/FunctionCallVellumValue.d.ts} +2 -3
- package/{serialization/types/NodeOutputCompiledFunctionValue.js → dist/serialization/types/FunctionCallVellumValue.js} +2 -3
- 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/JsonVellumValue.d.ts +12 -0
- package/{serialization/types/ChatHistoryVariableValue.js → dist/serialization/types/JsonVellumValue.js} +3 -4
- 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 +4 -2
- package/dist/serialization/types/NodeOutputCompiledArrayValue.js +4 -2
- package/dist/serialization/types/NodeOutputCompiledChatHistoryValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledChatHistoryValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledErrorValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledErrorValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledFunctionCallValue.d.ts +16 -0
- package/dist/serialization/types/NodeOutputCompiledFunctionCallValue.js +37 -0
- package/dist/serialization/types/NodeOutputCompiledJsonValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledJsonValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledNumberValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledNumberValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledSearchResultsValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledSearchResultsValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledStringValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledStringValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledValue.d.ts +2 -2
- package/dist/serialization/types/NodeOutputCompiledValue.js +2 -2
- package/dist/serialization/types/NumberVellumValue.d.ts +12 -0
- package/{serialization/types/SearchResultsVariableValue.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/PromptOutput.d.ts +8 -8
- package/dist/serialization/types/PromptOutput.js +8 -8
- 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/dist/serialization/types/ReductoChunkerConfigRequest.js +33 -0
- 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/ReductoChunking.js +34 -0
- package/dist/serialization/types/ReductoChunkingRequest.d.ts +13 -0
- package/dist/serialization/types/ReductoChunkingRequest.js +34 -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/StringVellumValue.d.ts +12 -0
- package/dist/serialization/types/StringVellumValue.js +33 -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 +5 -1
- package/dist/serialization/types/WorkflowNodeResultData.js +2 -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 +58 -6
- package/dist/serialization/types/index.js +58 -6
- 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/ErrorVellumValue.d.ts +13 -0
- package/serialization/types/{RejectedFunctionCall.js → ErrorVellumValue.js} +3 -5
- 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/{dist/serialization/types/FulfilledFunctionCallRequest.js → serialization/types/FunctionCallRequest.js} +3 -3
- package/serialization/types/FunctionCallVariableValue.d.ts +1 -1
- package/serialization/types/FunctionCallVariableValue.js +1 -1
- package/{dist/serialization/types/NodeOutputCompiledFunctionValue.d.ts → serialization/types/FunctionCallVellumValue.d.ts} +2 -3
- package/{dist/serialization/types/NodeOutputCompiledFunctionValue.js → serialization/types/FunctionCallVellumValue.js} +2 -3
- 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/JsonVellumValue.d.ts +12 -0
- package/serialization/types/JsonVellumValue.js +33 -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 +4 -2
- package/serialization/types/NodeOutputCompiledArrayValue.js +4 -2
- package/serialization/types/NodeOutputCompiledChatHistoryValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledChatHistoryValue.js +3 -1
- package/serialization/types/NodeOutputCompiledErrorValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledErrorValue.js +3 -1
- package/serialization/types/NodeOutputCompiledFunctionCallValue.d.ts +16 -0
- package/serialization/types/NodeOutputCompiledFunctionCallValue.js +37 -0
- package/serialization/types/NodeOutputCompiledJsonValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledJsonValue.js +3 -1
- package/serialization/types/NodeOutputCompiledNumberValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledNumberValue.js +3 -1
- package/serialization/types/NodeOutputCompiledSearchResultsValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledSearchResultsValue.js +3 -1
- package/serialization/types/NodeOutputCompiledStringValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledStringValue.js +3 -1
- package/serialization/types/NodeOutputCompiledValue.d.ts +2 -2
- package/serialization/types/NodeOutputCompiledValue.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/PromptOutput.d.ts +8 -8
- package/serialization/types/PromptOutput.js +8 -8
- 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/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/StringVellumValue.d.ts +12 -0
- package/serialization/types/StringVellumValue.js +33 -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 +5 -1
- package/serialization/types/WorkflowNodeResultData.js +2 -0
- package/serialization/types/WorkflowOutputArray.d.ts +2 -2
- package/serialization/types/WorkflowOutputArray.js +2 -2
- package/serialization/types/index.d.ts +58 -6
- package/serialization/types/index.js +58 -6
- 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/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/{NodeOutputCompiledFunctionValue.js → BasicVectorizerIntfloatMultilingualE5LargeRequest.js} +0 -0
- /package/api/types/{RejectedFunctionCall.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js} +0 -0
- /package/api/types/{SearchResultsVariableValue.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js} +0 -0
- /package/{dist/api/types/ChatHistoryVariableValue.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js} +0 -0
- /package/{dist/api/types/FulfilledFunctionCall.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js} +0 -0
- /package/{dist/api/types/FulfilledFunctionCallRequest.js → api/types/DocumentIndexChunking.js} +0 -0
- /package/{dist/api/types/NodeOutputCompiledFunctionValue.js → api/types/DocumentIndexChunkingRequest.js} +0 -0
- /package/{dist/api/types/RejectedFunctionCall.js → api/types/DocumentIndexIndexingConfig.js} +0 -0
- /package/{dist/api/types/SearchResultsVariableValue.js → api/types/DocumentIndexIndexingConfigRequest.js} +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
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.SentenceChunkerEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SentenceChunkerEnum = core.serialization.stringLiteral("sentence-chunker");
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { SentenceChunkerConfig } from "./SentenceChunkerConfig";
|
|
8
|
+
export declare const SentenceChunking: core.serialization.ObjectSchema<serializers.SentenceChunking.Raw, Vellum.SentenceChunking>;
|
|
9
|
+
export declare namespace SentenceChunking {
|
|
10
|
+
interface Raw {
|
|
11
|
+
chunker_config?: SentenceChunkerConfig.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.SentenceChunking = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const SentenceChunkerConfig_1 = require("./SentenceChunkerConfig");
|
|
32
|
+
exports.SentenceChunking = core.serialization.object({
|
|
33
|
+
chunkerConfig: core.serialization.property("chunker_config", SentenceChunkerConfig_1.SentenceChunkerConfig.optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { SentenceChunkerConfigRequest } from "./SentenceChunkerConfigRequest";
|
|
8
|
+
export declare const SentenceChunkingRequest: core.serialization.ObjectSchema<serializers.SentenceChunkingRequest.Raw, Vellum.SentenceChunkingRequest>;
|
|
9
|
+
export declare namespace SentenceChunkingRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
chunker_config?: SentenceChunkerConfigRequest.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.SentenceChunkingRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const SentenceChunkerConfigRequest_1 = require("./SentenceChunkerConfigRequest");
|
|
32
|
+
exports.SentenceChunkingRequest = core.serialization.object({
|
|
33
|
+
chunkerConfig: core.serialization.property("chunker_config", SentenceChunkerConfigRequest_1.SentenceChunkerConfigRequest.optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 SentenceTransformersMultiQaMpnetBaseCosV1Enum: core.serialization.Schema<serializers.SentenceTransformersMultiQaMpnetBaseCosV1Enum.Raw, Vellum.SentenceTransformersMultiQaMpnetBaseCosV1Enum>;
|
|
8
|
+
export declare namespace SentenceTransformersMultiQaMpnetBaseCosV1Enum {
|
|
9
|
+
type Raw = "sentence-transformers/multi-qa-mpnet-base-cos-v1";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.SentenceTransformersMultiQaMpnetBaseCosV1Enum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SentenceTransformersMultiQaMpnetBaseCosV1Enum = core.serialization.stringLiteral("sentence-transformers/multi-qa-mpnet-base-cos-v1");
|
|
@@ -0,0 +1,10 @@
|
|
|
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 SentenceTransformersMultiQaMpnetBaseDotV1Enum: core.serialization.Schema<serializers.SentenceTransformersMultiQaMpnetBaseDotV1Enum.Raw, Vellum.SentenceTransformersMultiQaMpnetBaseDotV1Enum>;
|
|
8
|
+
export declare namespace SentenceTransformersMultiQaMpnetBaseDotV1Enum {
|
|
9
|
+
type Raw = "sentence-transformers/multi-qa-mpnet-base-dot-v1";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.SentenceTransformersMultiQaMpnetBaseDotV1Enum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SentenceTransformersMultiQaMpnetBaseDotV1Enum = core.serialization.stringLiteral("sentence-transformers/multi-qa-mpnet-base-dot-v1");
|
|
@@ -0,0 +1,12 @@
|
|
|
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 StringVellumValue: core.serialization.ObjectSchema<serializers.StringVellumValue.Raw, Vellum.StringVellumValue>;
|
|
8
|
+
export declare namespace StringVellumValue {
|
|
9
|
+
interface Raw {
|
|
10
|
+
value?: string | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.StringVellumValue = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.StringVellumValue = core.serialization.object({
|
|
32
|
+
value: core.serialization.string().optional(),
|
|
33
|
+
});
|
|
@@ -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 { FunctionCall } from "./FunctionCall";
|
|
8
8
|
export declare const TestCaseFunctionCallVariableValue: core.serialization.ObjectSchema<serializers.TestCaseFunctionCallVariableValue.Raw, Vellum.TestCaseFunctionCallVariableValue>;
|
|
9
9
|
export declare namespace TestCaseFunctionCallVariableValue {
|
|
10
10
|
interface Raw {
|
|
11
11
|
variable_id: string;
|
|
12
12
|
name: string;
|
|
13
|
-
value?:
|
|
13
|
+
value?: FunctionCall.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.TestCaseFunctionCallVariableValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const FunctionCall_1 = require("./FunctionCall");
|
|
32
32
|
exports.TestCaseFunctionCallVariableValue = core.serialization.object({
|
|
33
33
|
variableId: core.serialization.property("variable_id", core.serialization.string()),
|
|
34
34
|
name: core.serialization.string(),
|
|
35
|
-
value:
|
|
35
|
+
value: FunctionCall_1.FunctionCall.optional(),
|
|
36
36
|
});
|
|
@@ -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 { FunctionCall } from "./FunctionCall";
|
|
8
8
|
export declare const TestSuiteRunExecutionFunctionCallOutput: core.serialization.ObjectSchema<serializers.TestSuiteRunExecutionFunctionCallOutput.Raw, Vellum.TestSuiteRunExecutionFunctionCallOutput>;
|
|
9
9
|
export declare namespace TestSuiteRunExecutionFunctionCallOutput {
|
|
10
10
|
interface Raw {
|
|
11
11
|
name: string;
|
|
12
|
-
value?:
|
|
12
|
+
value?: FunctionCall.Raw | null;
|
|
13
13
|
output_variable_id: string;
|
|
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.TestSuiteRunExecutionFunctionCallOutput = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const FunctionCall_1 = require("./FunctionCall");
|
|
32
32
|
exports.TestSuiteRunExecutionFunctionCallOutput = core.serialization.object({
|
|
33
33
|
name: core.serialization.string(),
|
|
34
|
-
value:
|
|
34
|
+
value: FunctionCall_1.FunctionCall.optional(),
|
|
35
35
|
outputVariableId: core.serialization.property("output_variable_id", core.serialization.string()),
|
|
36
36
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 TextEmbedding3LargeEnum: core.serialization.Schema<serializers.TextEmbedding3LargeEnum.Raw, Vellum.TextEmbedding3LargeEnum>;
|
|
8
|
+
export declare namespace TextEmbedding3LargeEnum {
|
|
9
|
+
type Raw = "text-embedding-3-large";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.TextEmbedding3LargeEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TextEmbedding3LargeEnum = core.serialization.stringLiteral("text-embedding-3-large");
|
|
@@ -0,0 +1,10 @@
|
|
|
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 TextEmbedding3SmallEnum: core.serialization.Schema<serializers.TextEmbedding3SmallEnum.Raw, Vellum.TextEmbedding3SmallEnum>;
|
|
8
|
+
export declare namespace TextEmbedding3SmallEnum {
|
|
9
|
+
type Raw = "text-embedding-3-small";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.TextEmbedding3SmallEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TextEmbedding3SmallEnum = core.serialization.stringLiteral("text-embedding-3-small");
|
|
@@ -0,0 +1,10 @@
|
|
|
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 TextEmbeddingAda002Enum: core.serialization.Schema<serializers.TextEmbeddingAda002Enum.Raw, Vellum.TextEmbeddingAda002Enum>;
|
|
8
|
+
export declare namespace TextEmbeddingAda002Enum {
|
|
9
|
+
type Raw = "text-embedding-ada-002";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.TextEmbeddingAda002Enum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TextEmbeddingAda002Enum = core.serialization.stringLiteral("text-embedding-ada-002");
|
|
@@ -0,0 +1,13 @@
|
|
|
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 TokenOverlappingWindowChunkerConfig: core.serialization.ObjectSchema<serializers.TokenOverlappingWindowChunkerConfig.Raw, Vellum.TokenOverlappingWindowChunkerConfig>;
|
|
8
|
+
export declare namespace TokenOverlappingWindowChunkerConfig {
|
|
9
|
+
interface Raw {
|
|
10
|
+
token_limit?: number | null;
|
|
11
|
+
overlap_ratio?: number | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.TokenOverlappingWindowChunkerConfig = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TokenOverlappingWindowChunkerConfig = core.serialization.object({
|
|
32
|
+
tokenLimit: core.serialization.property("token_limit", core.serialization.number().optional()),
|
|
33
|
+
overlapRatio: core.serialization.property("overlap_ratio", core.serialization.number().optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 TokenOverlappingWindowChunkerConfigRequest: core.serialization.ObjectSchema<serializers.TokenOverlappingWindowChunkerConfigRequest.Raw, Vellum.TokenOverlappingWindowChunkerConfigRequest>;
|
|
8
|
+
export declare namespace TokenOverlappingWindowChunkerConfigRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
token_limit?: number | null;
|
|
11
|
+
overlap_ratio?: number | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.TokenOverlappingWindowChunkerConfigRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TokenOverlappingWindowChunkerConfigRequest = core.serialization.object({
|
|
32
|
+
tokenLimit: core.serialization.property("token_limit", core.serialization.number().optional()),
|
|
33
|
+
overlapRatio: core.serialization.property("overlap_ratio", core.serialization.number().optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 TokenOverlappingWindowChunkerEnum: core.serialization.Schema<serializers.TokenOverlappingWindowChunkerEnum.Raw, Vellum.TokenOverlappingWindowChunkerEnum>;
|
|
8
|
+
export declare namespace TokenOverlappingWindowChunkerEnum {
|
|
9
|
+
type Raw = "token-overlapping-window-chunker";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.TokenOverlappingWindowChunkerEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TokenOverlappingWindowChunkerEnum = core.serialization.stringLiteral("token-overlapping-window-chunker");
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { TokenOverlappingWindowChunkerConfig } from "./TokenOverlappingWindowChunkerConfig";
|
|
8
|
+
export declare const TokenOverlappingWindowChunking: core.serialization.ObjectSchema<serializers.TokenOverlappingWindowChunking.Raw, Vellum.TokenOverlappingWindowChunking>;
|
|
9
|
+
export declare namespace TokenOverlappingWindowChunking {
|
|
10
|
+
interface Raw {
|
|
11
|
+
chunker_config?: TokenOverlappingWindowChunkerConfig.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|