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,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "..";
|
|
5
|
+
/**
|
|
6
|
+
* Token overlapping window chunking
|
|
7
|
+
*/
|
|
8
|
+
export interface TokenOverlappingWindowChunking {
|
|
9
|
+
chunkerConfig?: Vellum.TokenOverlappingWindowChunkerConfig;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "..";
|
|
5
|
+
/**
|
|
6
|
+
* Token overlapping window chunking
|
|
7
|
+
*/
|
|
8
|
+
export interface TokenOverlappingWindowChunkingRequest {
|
|
9
|
+
chunkerConfig?: Vellum.TokenOverlappingWindowChunkerConfigRequest;
|
|
10
|
+
}
|
|
@@ -9,6 +9,8 @@ export interface WorkflowExecutionActualChatHistoryRequest {
|
|
|
9
9
|
outputKey?: string;
|
|
10
10
|
/** Optionally provide a decimal number between 0.0 and 1.0 (inclusive) representing the quality of the output. 0 is the worst, 1 is the best. */
|
|
11
11
|
quality?: number;
|
|
12
|
+
/** Optionally provide additional metadata about the feedback submission. */
|
|
13
|
+
metadata?: Record<string, unknown>;
|
|
12
14
|
/** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
|
|
13
15
|
timestamp?: number;
|
|
14
16
|
/** Optionally provide the value that the output ideally should have been. */
|
|
@@ -8,6 +8,8 @@ export interface WorkflowExecutionActualJsonRequest {
|
|
|
8
8
|
outputKey?: string;
|
|
9
9
|
/** Optionally provide a decimal number between 0.0 and 1.0 (inclusive) representing the quality of the output. 0 is the worst, 1 is the best. */
|
|
10
10
|
quality?: number;
|
|
11
|
+
/** Optionally provide additional metadata about the feedback submission. */
|
|
12
|
+
metadata?: Record<string, unknown>;
|
|
11
13
|
/** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
|
|
12
14
|
timestamp?: number;
|
|
13
15
|
/** Optionally provide the value that the output ideally should have been. */
|
|
@@ -8,6 +8,8 @@ export interface WorkflowExecutionActualStringRequest {
|
|
|
8
8
|
outputKey?: string;
|
|
9
9
|
/** Optionally provide a decimal number between 0.0 and 1.0 (inclusive) representing the quality of the output. 0 is the worst, 1 is the best. */
|
|
10
10
|
quality?: number;
|
|
11
|
+
/** Optionally provide additional metadata about the feedback submission. */
|
|
12
|
+
metadata?: Record<string, unknown>;
|
|
11
13
|
/** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
|
|
12
14
|
timestamp?: number;
|
|
13
15
|
/** Optionally provide the value that the output ideally should have been. */
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "..";
|
|
5
|
-
export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Subworkflow;
|
|
5
|
+
export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Subworkflow | Vellum.WorkflowNodeResultData.Metric;
|
|
6
6
|
export declare namespace WorkflowNodeResultData {
|
|
7
7
|
interface Prompt extends Vellum.PromptNodeResult {
|
|
8
8
|
type: "PROMPT";
|
|
@@ -28,4 +28,7 @@ export declare namespace WorkflowNodeResultData {
|
|
|
28
28
|
interface Subworkflow extends Vellum.SubworkflowNodeResult {
|
|
29
29
|
type: "SUBWORKFLOW";
|
|
30
30
|
}
|
|
31
|
+
interface Metric extends Vellum.MetricNodeResult {
|
|
32
|
+
type: "METRIC";
|
|
33
|
+
}
|
|
31
34
|
}
|
package/api/types/index.d.ts
CHANGED
|
@@ -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";
|
|
@@ -38,6 +49,7 @@ export * from "./EntityStatus";
|
|
|
38
49
|
export * from "./EnvironmentEnum";
|
|
39
50
|
export * from "./ErrorEnum";
|
|
40
51
|
export * from "./ErrorVariableValue";
|
|
52
|
+
export * from "./ErrorVellumValue";
|
|
41
53
|
export * from "./ExecutePromptApiErrorResponse";
|
|
42
54
|
export * from "./ExecutePromptEvent";
|
|
43
55
|
export * from "./ExecutePromptResponse";
|
|
@@ -61,8 +73,6 @@ export * from "./FulfilledEnum";
|
|
|
61
73
|
export * from "./FulfilledExecutePromptEvent";
|
|
62
74
|
export * from "./FulfilledExecutePromptResponse";
|
|
63
75
|
export * from "./FulfilledExecuteWorkflowWorkflowResultEvent";
|
|
64
|
-
export * from "./FulfilledFunctionCall";
|
|
65
|
-
export * from "./FulfilledFunctionCallRequest";
|
|
66
76
|
export * from "./FulfilledPromptExecutionMeta";
|
|
67
77
|
export * from "./FulfilledWorkflowNodeResultEvent";
|
|
68
78
|
export * from "./FunctionCall";
|
|
@@ -71,7 +81,9 @@ export * from "./FunctionCallChatMessageContentRequest";
|
|
|
71
81
|
export * from "./FunctionCallChatMessageContentValue";
|
|
72
82
|
export * from "./FunctionCallChatMessageContentValueRequest";
|
|
73
83
|
export * from "./FunctionCallEnum";
|
|
84
|
+
export * from "./FunctionCallRequest";
|
|
74
85
|
export * from "./FunctionCallVariableValue";
|
|
86
|
+
export * from "./FunctionCallVellumValue";
|
|
75
87
|
export * from "./GenerateErrorResponse";
|
|
76
88
|
export * from "./GenerateOptionsRequest";
|
|
77
89
|
export * from "./GenerateRequest";
|
|
@@ -82,24 +94,34 @@ export * from "./GenerateResultError";
|
|
|
82
94
|
export * from "./GenerateStreamResponse";
|
|
83
95
|
export * from "./GenerateStreamResult";
|
|
84
96
|
export * from "./GenerateStreamResultData";
|
|
97
|
+
export * from "./HkunlpInstructorXlVectorizer";
|
|
98
|
+
export * from "./HkunlpInstructorXlVectorizerRequest";
|
|
85
99
|
export * from "./ImageChatMessageContent";
|
|
86
100
|
export * from "./ImageChatMessageContentRequest";
|
|
87
101
|
export * from "./ImageEnum";
|
|
88
102
|
export * from "./ImageVariableValue";
|
|
103
|
+
export * from "./ImageVellumValue";
|
|
104
|
+
export * from "./IndexingConfigVectorizer";
|
|
105
|
+
export * from "./IndexingConfigVectorizerRequest";
|
|
89
106
|
export * from "./IndexingStateEnum";
|
|
90
107
|
export * from "./InitiatedEnum";
|
|
91
108
|
export * from "./InitiatedExecutePromptEvent";
|
|
92
109
|
export * from "./InitiatedPromptExecutionMeta";
|
|
93
110
|
export * from "./InitiatedWorkflowNodeResultEvent";
|
|
111
|
+
export * from "./InstructorVectorizerConfig";
|
|
112
|
+
export * from "./InstructorVectorizerConfigRequest";
|
|
94
113
|
export * from "./JsonInputRequest";
|
|
95
114
|
export * from "./JsonEnum";
|
|
96
115
|
export * from "./JsonVariableValue";
|
|
116
|
+
export * from "./JsonVellumValue";
|
|
97
117
|
export * from "./LogicalOperator";
|
|
98
118
|
export * from "./LogprobsEnum";
|
|
99
119
|
export * from "./MlModelUsage";
|
|
100
120
|
export * from "./MetadataFilterConfigRequest";
|
|
101
121
|
export * from "./MetadataFilterRuleCombinator";
|
|
102
122
|
export * from "./MetadataFilterRuleRequest";
|
|
123
|
+
export * from "./MetricEnum";
|
|
124
|
+
export * from "./MetricNodeResult";
|
|
103
125
|
export * from "./NamedScenarioInputChatHistoryVariableValueRequest";
|
|
104
126
|
export * from "./NamedScenarioInputRequest";
|
|
105
127
|
export * from "./NamedScenarioInputStringVariableValueRequest";
|
|
@@ -131,7 +153,7 @@ export * from "./NodeInputVariableCompiledValue";
|
|
|
131
153
|
export * from "./NodeOutputCompiledArrayValue";
|
|
132
154
|
export * from "./NodeOutputCompiledChatHistoryValue";
|
|
133
155
|
export * from "./NodeOutputCompiledErrorValue";
|
|
134
|
-
export * from "./
|
|
156
|
+
export * from "./NodeOutputCompiledFunctionCallValue";
|
|
135
157
|
export * from "./NodeOutputCompiledJsonValue";
|
|
136
158
|
export * from "./NodeOutputCompiledNumberValue";
|
|
137
159
|
export * from "./NodeOutputCompiledSearchResultsValue";
|
|
@@ -141,6 +163,15 @@ export * from "./NormalizedLogProbs";
|
|
|
141
163
|
export * from "./NormalizedTokenLogProbs";
|
|
142
164
|
export * from "./NumberEnum";
|
|
143
165
|
export * from "./NumberVariableValue";
|
|
166
|
+
export * from "./NumberVellumValue";
|
|
167
|
+
export * from "./OpenAiVectorizerConfig";
|
|
168
|
+
export * from "./OpenAiVectorizerConfigRequest";
|
|
169
|
+
export * from "./OpenAiVectorizerTextEmbedding3Large";
|
|
170
|
+
export * from "./OpenAiVectorizerTextEmbedding3LargeRequest";
|
|
171
|
+
export * from "./OpenAiVectorizerTextEmbedding3Small";
|
|
172
|
+
export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
|
|
173
|
+
export * from "./OpenAiVectorizerTextEmbeddingAda002";
|
|
174
|
+
export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
|
|
144
175
|
export * from "./PaginatedDocumentIndexReadList";
|
|
145
176
|
export * from "./PaginatedSlimDeploymentReadList";
|
|
146
177
|
export * from "./PaginatedSlimDocumentList";
|
|
@@ -156,11 +187,14 @@ export * from "./PromptNodeResult";
|
|
|
156
187
|
export * from "./PromptNodeResultData";
|
|
157
188
|
export * from "./PromptOutput";
|
|
158
189
|
export * from "./RawPromptExecutionOverridesRequest";
|
|
190
|
+
export * from "./ReductoChunkerConfig";
|
|
191
|
+
export * from "./ReductoChunkerConfigRequest";
|
|
192
|
+
export * from "./ReductoChunking";
|
|
193
|
+
export * from "./ReductoChunkingRequest";
|
|
159
194
|
export * from "./RejectedEnum";
|
|
160
195
|
export * from "./RejectedExecutePromptEvent";
|
|
161
196
|
export * from "./RejectedExecutePromptResponse";
|
|
162
197
|
export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
|
|
163
|
-
export * from "./RejectedFunctionCall";
|
|
164
198
|
export * from "./RejectedPromptExecutionMeta";
|
|
165
199
|
export * from "./RejectedWorkflowNodeResultEvent";
|
|
166
200
|
export * from "./SandboxScenario";
|
|
@@ -179,8 +213,11 @@ export * from "./SearchResultDocumentRequest";
|
|
|
179
213
|
export * from "./SearchResultMergingRequest";
|
|
180
214
|
export * from "./SearchResultRequest";
|
|
181
215
|
export * from "./SearchResultsEnum";
|
|
182
|
-
export * from "./SearchResultsVariableValue";
|
|
183
216
|
export * from "./SearchWeightsRequest";
|
|
217
|
+
export * from "./SentenceChunkerConfig";
|
|
218
|
+
export * from "./SentenceChunkerConfigRequest";
|
|
219
|
+
export * from "./SentenceChunking";
|
|
220
|
+
export * from "./SentenceChunkingRequest";
|
|
184
221
|
export * from "./SlimDeploymentRead";
|
|
185
222
|
export * from "./SlimDocument";
|
|
186
223
|
export * from "./SlimWorkflowDeployment";
|
|
@@ -193,6 +230,7 @@ export * from "./StringChatMessageContentRequest";
|
|
|
193
230
|
export * from "./StringEnum";
|
|
194
231
|
export * from "./StringInputRequest";
|
|
195
232
|
export * from "./StringVariableValue";
|
|
233
|
+
export * from "./StringVellumValue";
|
|
196
234
|
export * from "./SubmitCompletionActualRequest";
|
|
197
235
|
export * from "./SubmitCompletionActualsErrorResponse";
|
|
198
236
|
export * from "./SubmitWorkflowExecutionActualRequest";
|
|
@@ -267,6 +305,10 @@ export * from "./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest";
|
|
|
267
305
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
|
|
268
306
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum";
|
|
269
307
|
export * from "./TestSuiteTestCase";
|
|
308
|
+
export * from "./TokenOverlappingWindowChunkerConfig";
|
|
309
|
+
export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
310
|
+
export * from "./TokenOverlappingWindowChunking";
|
|
311
|
+
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
270
312
|
export * from "./UploadDocumentErrorResponse";
|
|
271
313
|
export * from "./UploadDocumentResponse";
|
|
272
314
|
export * from "./VellumError";
|
|
@@ -314,3 +356,13 @@ export * from "./WorkflowResultEventOutputDataNumber";
|
|
|
314
356
|
export * from "./WorkflowResultEventOutputDataSearchResults";
|
|
315
357
|
export * from "./WorkflowResultEventOutputDataString";
|
|
316
358
|
export * from "./WorkflowStreamEvent";
|
|
359
|
+
export * from "./HkunlpInstructorXlEnum";
|
|
360
|
+
export * from "./IntfloatMultilingualE5LargeEnum";
|
|
361
|
+
export * from "./ReductoChunkerEnum";
|
|
362
|
+
export * from "./SentenceChunkerEnum";
|
|
363
|
+
export * from "./SentenceTransformersMultiQaMpnetBaseCosV1Enum";
|
|
364
|
+
export * from "./SentenceTransformersMultiQaMpnetBaseDotV1Enum";
|
|
365
|
+
export * from "./TextEmbedding3LargeEnum";
|
|
366
|
+
export * from "./TextEmbedding3SmallEnum";
|
|
367
|
+
export * from "./TextEmbeddingAda002Enum";
|
|
368
|
+
export * from "./TokenOverlappingWindowChunkerEnum";
|
package/api/types/index.js
CHANGED
|
@@ -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);
|
|
@@ -54,6 +65,7 @@ __exportStar(require("./EntityStatus"), exports);
|
|
|
54
65
|
__exportStar(require("./EnvironmentEnum"), exports);
|
|
55
66
|
__exportStar(require("./ErrorEnum"), exports);
|
|
56
67
|
__exportStar(require("./ErrorVariableValue"), exports);
|
|
68
|
+
__exportStar(require("./ErrorVellumValue"), exports);
|
|
57
69
|
__exportStar(require("./ExecutePromptApiErrorResponse"), exports);
|
|
58
70
|
__exportStar(require("./ExecutePromptEvent"), exports);
|
|
59
71
|
__exportStar(require("./ExecutePromptResponse"), exports);
|
|
@@ -77,8 +89,6 @@ __exportStar(require("./FulfilledEnum"), exports);
|
|
|
77
89
|
__exportStar(require("./FulfilledExecutePromptEvent"), exports);
|
|
78
90
|
__exportStar(require("./FulfilledExecutePromptResponse"), exports);
|
|
79
91
|
__exportStar(require("./FulfilledExecuteWorkflowWorkflowResultEvent"), exports);
|
|
80
|
-
__exportStar(require("./FulfilledFunctionCall"), exports);
|
|
81
|
-
__exportStar(require("./FulfilledFunctionCallRequest"), exports);
|
|
82
92
|
__exportStar(require("./FulfilledPromptExecutionMeta"), exports);
|
|
83
93
|
__exportStar(require("./FulfilledWorkflowNodeResultEvent"), exports);
|
|
84
94
|
__exportStar(require("./FunctionCall"), exports);
|
|
@@ -87,7 +97,9 @@ __exportStar(require("./FunctionCallChatMessageContentRequest"), exports);
|
|
|
87
97
|
__exportStar(require("./FunctionCallChatMessageContentValue"), exports);
|
|
88
98
|
__exportStar(require("./FunctionCallChatMessageContentValueRequest"), exports);
|
|
89
99
|
__exportStar(require("./FunctionCallEnum"), exports);
|
|
100
|
+
__exportStar(require("./FunctionCallRequest"), exports);
|
|
90
101
|
__exportStar(require("./FunctionCallVariableValue"), exports);
|
|
102
|
+
__exportStar(require("./FunctionCallVellumValue"), exports);
|
|
91
103
|
__exportStar(require("./GenerateErrorResponse"), exports);
|
|
92
104
|
__exportStar(require("./GenerateOptionsRequest"), exports);
|
|
93
105
|
__exportStar(require("./GenerateRequest"), exports);
|
|
@@ -98,24 +110,34 @@ __exportStar(require("./GenerateResultError"), exports);
|
|
|
98
110
|
__exportStar(require("./GenerateStreamResponse"), exports);
|
|
99
111
|
__exportStar(require("./GenerateStreamResult"), exports);
|
|
100
112
|
__exportStar(require("./GenerateStreamResultData"), exports);
|
|
113
|
+
__exportStar(require("./HkunlpInstructorXlVectorizer"), exports);
|
|
114
|
+
__exportStar(require("./HkunlpInstructorXlVectorizerRequest"), exports);
|
|
101
115
|
__exportStar(require("./ImageChatMessageContent"), exports);
|
|
102
116
|
__exportStar(require("./ImageChatMessageContentRequest"), exports);
|
|
103
117
|
__exportStar(require("./ImageEnum"), exports);
|
|
104
118
|
__exportStar(require("./ImageVariableValue"), exports);
|
|
119
|
+
__exportStar(require("./ImageVellumValue"), exports);
|
|
120
|
+
__exportStar(require("./IndexingConfigVectorizer"), exports);
|
|
121
|
+
__exportStar(require("./IndexingConfigVectorizerRequest"), exports);
|
|
105
122
|
__exportStar(require("./IndexingStateEnum"), exports);
|
|
106
123
|
__exportStar(require("./InitiatedEnum"), exports);
|
|
107
124
|
__exportStar(require("./InitiatedExecutePromptEvent"), exports);
|
|
108
125
|
__exportStar(require("./InitiatedPromptExecutionMeta"), exports);
|
|
109
126
|
__exportStar(require("./InitiatedWorkflowNodeResultEvent"), exports);
|
|
127
|
+
__exportStar(require("./InstructorVectorizerConfig"), exports);
|
|
128
|
+
__exportStar(require("./InstructorVectorizerConfigRequest"), exports);
|
|
110
129
|
__exportStar(require("./JsonInputRequest"), exports);
|
|
111
130
|
__exportStar(require("./JsonEnum"), exports);
|
|
112
131
|
__exportStar(require("./JsonVariableValue"), exports);
|
|
132
|
+
__exportStar(require("./JsonVellumValue"), exports);
|
|
113
133
|
__exportStar(require("./LogicalOperator"), exports);
|
|
114
134
|
__exportStar(require("./LogprobsEnum"), exports);
|
|
115
135
|
__exportStar(require("./MlModelUsage"), exports);
|
|
116
136
|
__exportStar(require("./MetadataFilterConfigRequest"), exports);
|
|
117
137
|
__exportStar(require("./MetadataFilterRuleCombinator"), exports);
|
|
118
138
|
__exportStar(require("./MetadataFilterRuleRequest"), exports);
|
|
139
|
+
__exportStar(require("./MetricEnum"), exports);
|
|
140
|
+
__exportStar(require("./MetricNodeResult"), exports);
|
|
119
141
|
__exportStar(require("./NamedScenarioInputChatHistoryVariableValueRequest"), exports);
|
|
120
142
|
__exportStar(require("./NamedScenarioInputRequest"), exports);
|
|
121
143
|
__exportStar(require("./NamedScenarioInputStringVariableValueRequest"), exports);
|
|
@@ -147,7 +169,7 @@ __exportStar(require("./NodeInputVariableCompiledValue"), exports);
|
|
|
147
169
|
__exportStar(require("./NodeOutputCompiledArrayValue"), exports);
|
|
148
170
|
__exportStar(require("./NodeOutputCompiledChatHistoryValue"), exports);
|
|
149
171
|
__exportStar(require("./NodeOutputCompiledErrorValue"), exports);
|
|
150
|
-
__exportStar(require("./
|
|
172
|
+
__exportStar(require("./NodeOutputCompiledFunctionCallValue"), exports);
|
|
151
173
|
__exportStar(require("./NodeOutputCompiledJsonValue"), exports);
|
|
152
174
|
__exportStar(require("./NodeOutputCompiledNumberValue"), exports);
|
|
153
175
|
__exportStar(require("./NodeOutputCompiledSearchResultsValue"), exports);
|
|
@@ -157,6 +179,15 @@ __exportStar(require("./NormalizedLogProbs"), exports);
|
|
|
157
179
|
__exportStar(require("./NormalizedTokenLogProbs"), exports);
|
|
158
180
|
__exportStar(require("./NumberEnum"), exports);
|
|
159
181
|
__exportStar(require("./NumberVariableValue"), exports);
|
|
182
|
+
__exportStar(require("./NumberVellumValue"), exports);
|
|
183
|
+
__exportStar(require("./OpenAiVectorizerConfig"), exports);
|
|
184
|
+
__exportStar(require("./OpenAiVectorizerConfigRequest"), exports);
|
|
185
|
+
__exportStar(require("./OpenAiVectorizerTextEmbedding3Large"), exports);
|
|
186
|
+
__exportStar(require("./OpenAiVectorizerTextEmbedding3LargeRequest"), exports);
|
|
187
|
+
__exportStar(require("./OpenAiVectorizerTextEmbedding3Small"), exports);
|
|
188
|
+
__exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
|
|
189
|
+
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
|
|
190
|
+
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
|
|
160
191
|
__exportStar(require("./PaginatedDocumentIndexReadList"), exports);
|
|
161
192
|
__exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
|
|
162
193
|
__exportStar(require("./PaginatedSlimDocumentList"), exports);
|
|
@@ -172,11 +203,14 @@ __exportStar(require("./PromptNodeResult"), exports);
|
|
|
172
203
|
__exportStar(require("./PromptNodeResultData"), exports);
|
|
173
204
|
__exportStar(require("./PromptOutput"), exports);
|
|
174
205
|
__exportStar(require("./RawPromptExecutionOverridesRequest"), exports);
|
|
206
|
+
__exportStar(require("./ReductoChunkerConfig"), exports);
|
|
207
|
+
__exportStar(require("./ReductoChunkerConfigRequest"), exports);
|
|
208
|
+
__exportStar(require("./ReductoChunking"), exports);
|
|
209
|
+
__exportStar(require("./ReductoChunkingRequest"), exports);
|
|
175
210
|
__exportStar(require("./RejectedEnum"), exports);
|
|
176
211
|
__exportStar(require("./RejectedExecutePromptEvent"), exports);
|
|
177
212
|
__exportStar(require("./RejectedExecutePromptResponse"), exports);
|
|
178
213
|
__exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
|
|
179
|
-
__exportStar(require("./RejectedFunctionCall"), exports);
|
|
180
214
|
__exportStar(require("./RejectedPromptExecutionMeta"), exports);
|
|
181
215
|
__exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
|
|
182
216
|
__exportStar(require("./SandboxScenario"), exports);
|
|
@@ -195,8 +229,11 @@ __exportStar(require("./SearchResultDocumentRequest"), exports);
|
|
|
195
229
|
__exportStar(require("./SearchResultMergingRequest"), exports);
|
|
196
230
|
__exportStar(require("./SearchResultRequest"), exports);
|
|
197
231
|
__exportStar(require("./SearchResultsEnum"), exports);
|
|
198
|
-
__exportStar(require("./SearchResultsVariableValue"), exports);
|
|
199
232
|
__exportStar(require("./SearchWeightsRequest"), exports);
|
|
233
|
+
__exportStar(require("./SentenceChunkerConfig"), exports);
|
|
234
|
+
__exportStar(require("./SentenceChunkerConfigRequest"), exports);
|
|
235
|
+
__exportStar(require("./SentenceChunking"), exports);
|
|
236
|
+
__exportStar(require("./SentenceChunkingRequest"), exports);
|
|
200
237
|
__exportStar(require("./SlimDeploymentRead"), exports);
|
|
201
238
|
__exportStar(require("./SlimDocument"), exports);
|
|
202
239
|
__exportStar(require("./SlimWorkflowDeployment"), exports);
|
|
@@ -209,6 +246,7 @@ __exportStar(require("./StringChatMessageContentRequest"), exports);
|
|
|
209
246
|
__exportStar(require("./StringEnum"), exports);
|
|
210
247
|
__exportStar(require("./StringInputRequest"), exports);
|
|
211
248
|
__exportStar(require("./StringVariableValue"), exports);
|
|
249
|
+
__exportStar(require("./StringVellumValue"), exports);
|
|
212
250
|
__exportStar(require("./SubmitCompletionActualRequest"), exports);
|
|
213
251
|
__exportStar(require("./SubmitCompletionActualsErrorResponse"), exports);
|
|
214
252
|
__exportStar(require("./SubmitWorkflowExecutionActualRequest"), exports);
|
|
@@ -283,6 +321,10 @@ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest"), e
|
|
|
283
321
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigRequest"), exports);
|
|
284
322
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum"), exports);
|
|
285
323
|
__exportStar(require("./TestSuiteTestCase"), exports);
|
|
324
|
+
__exportStar(require("./TokenOverlappingWindowChunkerConfig"), exports);
|
|
325
|
+
__exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
|
|
326
|
+
__exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
327
|
+
__exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
|
|
286
328
|
__exportStar(require("./UploadDocumentErrorResponse"), exports);
|
|
287
329
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
288
330
|
__exportStar(require("./VellumError"), exports);
|
|
@@ -330,3 +372,13 @@ __exportStar(require("./WorkflowResultEventOutputDataNumber"), exports);
|
|
|
330
372
|
__exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
|
|
331
373
|
__exportStar(require("./WorkflowResultEventOutputDataString"), exports);
|
|
332
374
|
__exportStar(require("./WorkflowStreamEvent"), exports);
|
|
375
|
+
__exportStar(require("./HkunlpInstructorXlEnum"), exports);
|
|
376
|
+
__exportStar(require("./IntfloatMultilingualE5LargeEnum"), exports);
|
|
377
|
+
__exportStar(require("./ReductoChunkerEnum"), exports);
|
|
378
|
+
__exportStar(require("./SentenceChunkerEnum"), exports);
|
|
379
|
+
__exportStar(require("./SentenceTransformersMultiQaMpnetBaseCosV1Enum"), exports);
|
|
380
|
+
__exportStar(require("./SentenceTransformersMultiQaMpnetBaseDotV1Enum"), exports);
|
|
381
|
+
__exportStar(require("./TextEmbedding3LargeEnum"), exports);
|
|
382
|
+
__exportStar(require("./TextEmbedding3SmallEnum"), exports);
|
|
383
|
+
__exportStar(require("./TextEmbeddingAda002Enum"), exports);
|
|
384
|
+
__exportStar(require("./TokenOverlappingWindowChunkerEnum"), exports);
|
package/dist/Client.js
CHANGED
|
@@ -71,7 +71,7 @@ class VellumClient {
|
|
|
71
71
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
72
72
|
.predict, "v1/execute-prompt"),
|
|
73
73
|
method: "POST",
|
|
74
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
74
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
75
75
|
contentType: "application/json",
|
|
76
76
|
body: yield serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
77
77
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -127,7 +127,7 @@ class VellumClient {
|
|
|
127
127
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
128
128
|
.predict, "v1/execute-prompt-stream"),
|
|
129
129
|
method: "POST",
|
|
130
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
130
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
131
131
|
contentType: "application/json",
|
|
132
132
|
body: yield serializers.ExecutePromptStreamRequest.jsonOrThrow(request, {
|
|
133
133
|
unrecognizedObjectKeys: "strip",
|
|
@@ -195,7 +195,7 @@ class VellumClient {
|
|
|
195
195
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
196
196
|
.predict, "v1/execute-workflow"),
|
|
197
197
|
method: "POST",
|
|
198
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
198
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
199
199
|
contentType: "application/json",
|
|
200
200
|
body: yield serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
201
201
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -249,7 +249,7 @@ class VellumClient {
|
|
|
249
249
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
250
250
|
.predict, "v1/execute-workflow-stream"),
|
|
251
251
|
method: "POST",
|
|
252
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
252
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
253
253
|
contentType: "application/json",
|
|
254
254
|
body: yield serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, {
|
|
255
255
|
unrecognizedObjectKeys: "strip",
|
|
@@ -325,7 +325,7 @@ class VellumClient {
|
|
|
325
325
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
326
326
|
.predict, "v1/generate"),
|
|
327
327
|
method: "POST",
|
|
328
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
328
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
329
329
|
contentType: "application/json",
|
|
330
330
|
body: yield serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
331
331
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -383,7 +383,7 @@ class VellumClient {
|
|
|
383
383
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
384
384
|
.predict, "v1/generate-stream"),
|
|
385
385
|
method: "POST",
|
|
386
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
386
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
387
387
|
contentType: "application/json",
|
|
388
388
|
body: yield serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
389
389
|
responseType: "streaming",
|
|
@@ -456,7 +456,7 @@ class VellumClient {
|
|
|
456
456
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
457
457
|
.predict, "v1/search"),
|
|
458
458
|
method: "POST",
|
|
459
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
459
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
460
460
|
contentType: "application/json",
|
|
461
461
|
body: yield serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
462
462
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -520,7 +520,7 @@ class VellumClient {
|
|
|
520
520
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
521
521
|
.predict, "v1/submit-completion-actuals"),
|
|
522
522
|
method: "POST",
|
|
523
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
523
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
524
524
|
contentType: "application/json",
|
|
525
525
|
body: yield serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, {
|
|
526
526
|
unrecognizedObjectKeys: "strip",
|
|
@@ -578,7 +578,7 @@ class VellumClient {
|
|
|
578
578
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
579
579
|
.predict, "v1/submit-workflow-execution-actuals"),
|
|
580
580
|
method: "POST",
|
|
581
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
581
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
582
582
|
contentType: "application/json",
|
|
583
583
|
body: yield serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
|
|
584
584
|
unrecognizedObjectKeys: "strip",
|
|
@@ -70,7 +70,7 @@ class Deployments {
|
|
|
70
70
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
71
71
|
.default, "v1/deployments"),
|
|
72
72
|
method: "GET",
|
|
73
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
73
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
74
74
|
contentType: "application/json",
|
|
75
75
|
queryParameters: _queryParams,
|
|
76
76
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -118,7 +118,7 @@ class Deployments {
|
|
|
118
118
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
119
119
|
.default, `v1/deployments/${id}`),
|
|
120
120
|
method: "GET",
|
|
121
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
121
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
124
124
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
@@ -170,7 +170,7 @@ class Deployments {
|
|
|
170
170
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
171
171
|
.default, "v1/deployments/provider-payload"),
|
|
172
172
|
method: "POST",
|
|
173
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
173
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
174
174
|
contentType: "application/json",
|
|
175
175
|
body: yield serializers.DeploymentProviderPayloadRequest.jsonOrThrow(request, {
|
|
176
176
|
unrecognizedObjectKeys: "strip",
|