vellum-ai 0.8.4 → 0.8.6
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.d.ts +6 -6
- package/Client.js +23 -23
- package/api/client/requests/ExecutePromptRequest.d.ts +1 -1
- package/api/client/requests/ExecutePromptStreamRequest.d.ts +1 -1
- package/api/errors/index.d.ts +1 -1
- package/api/errors/index.js +1 -1
- package/api/resources/adHoc/client/Client.d.ts +31 -0
- package/api/resources/adHoc/client/Client.js +126 -0
- package/api/resources/adHoc/client/requests/AdHocExecutePromptStreamRequest.d.ts +65 -0
- package/api/resources/adHoc/client/requests/index.d.ts +1 -0
- package/api/resources/deployments/client/Client.d.ts +3 -3
- package/api/resources/deployments/client/Client.js +6 -6
- package/api/resources/documentIndexes/client/Client.d.ts +3 -3
- package/api/resources/documentIndexes/client/Client.js +9 -9
- package/api/resources/documents/client/Client.d.ts +3 -3
- package/api/resources/documents/client/Client.js +6 -6
- package/api/resources/folderEntities/client/Client.d.ts +3 -3
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/index.d.ts +2 -2
- package/api/resources/index.js +3 -3
- package/api/resources/sandboxes/client/Client.d.ts +5 -5
- package/api/resources/sandboxes/client/Client.js +6 -8
- package/{dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts → api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequest.d.ts} +1 -1
- package/api/resources/sandboxes/client/requests/index.d.ts +1 -1
- package/api/resources/testSuiteRuns/client/Client.d.ts +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +4 -4
- package/api/resources/testSuites/client/Client.d.ts +3 -3
- package/api/resources/testSuites/client/Client.js +5 -5
- package/api/resources/workflowDeployments/client/Client.d.ts +3 -3
- package/api/resources/workflowDeployments/client/Client.js +5 -5
- package/api/resources/workflowSandboxes/client/Client.d.ts +3 -3
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/types/AdHocExecutePromptEvent.d.ts +5 -0
- package/api/types/AdHocExpandMetaRequest.d.ts +12 -0
- package/api/types/AdHocFulfilledPromptExecutionMeta.d.ts +12 -0
- package/api/types/AdHocInitiatedPromptExecutionMeta.d.ts +10 -0
- package/api/types/AdHocRejectedPromptExecutionMeta.d.ts +11 -0
- package/api/types/AdHocStreamingPromptExecutionMeta.d.ts +9 -0
- package/api/types/ChatMessagePromptBlockPropertiesRequest.d.ts +13 -0
- package/api/types/ChatMessagePromptBlockRequest.d.ts +14 -0
- package/api/types/{MlModelDeveloperEnumValueLabel.d.ts → EphemeralPromptCacheConfigRequest.d.ts} +2 -3
- package/api/types/EphemeralPromptCacheConfigTypeEnum.d.ts +7 -0
- package/api/types/FulfilledAdHocExecutePromptEvent.d.ts +13 -0
- package/api/types/FunctionDefinitionPromptBlockPropertiesRequest.d.ts +15 -0
- package/api/types/FunctionDefinitionPromptBlockRequest.d.ts +14 -0
- package/api/types/InitiatedAdHocExecutePromptEvent.d.ts +12 -0
- package/api/types/JinjaPromptBlockPropertiesRequest.d.ts +8 -0
- package/api/types/JinjaPromptBlockRequest.d.ts +14 -0
- package/api/types/MlModelUsage.d.ts +2 -0
- package/api/types/PlainTextPromptBlockRequest.d.ts +14 -0
- package/api/types/PromptBlockRequest.d.ts +5 -0
- package/api/types/PromptBlockState.d.ts +12 -0
- package/api/types/{VisibilityEnum.js → PromptBlockState.js} +3 -5
- package/api/types/{PromptDeploymentExpandMetaRequestRequest.d.ts → PromptDeploymentExpandMetaRequest.d.ts} +1 -1
- package/api/types/PromptParametersRequest.d.ts +14 -0
- package/api/types/PromptRequestChatHistoryInputRequest.d.ts +10 -0
- package/api/types/PromptRequestInputRequest.d.ts +5 -0
- package/api/types/PromptRequestJsonInputRequest.d.ts +9 -0
- package/api/types/PromptRequestStringInputRequest.d.ts +9 -0
- package/api/types/RejectedAdHocExecutePromptEvent.d.ts +13 -0
- package/api/types/RichTextChildBlockRequest.d.ts +5 -0
- package/api/types/RichTextPromptBlockRequest.d.ts +14 -0
- package/api/types/StreamingAdHocExecutePromptEvent.d.ts +16 -0
- package/api/types/VariablePromptBlockRequest.d.ts +14 -0
- package/api/types/{MlModelFamilyEnumValueLabel.d.ts → VellumVariableRequest.d.ts} +4 -3
- package/api/types/index.d.ts +31 -51
- package/api/types/index.js +31 -51
- package/dist/Client.d.ts +6 -6
- package/dist/Client.js +23 -23
- package/dist/api/client/requests/ExecutePromptRequest.d.ts +1 -1
- package/dist/api/client/requests/ExecutePromptStreamRequest.d.ts +1 -1
- package/dist/api/errors/index.d.ts +1 -1
- package/dist/api/errors/index.js +1 -1
- package/dist/api/resources/adHoc/client/Client.d.ts +31 -0
- package/dist/api/resources/adHoc/client/Client.js +126 -0
- package/dist/api/resources/adHoc/client/requests/AdHocExecutePromptStreamRequest.d.ts +65 -0
- package/dist/api/resources/adHoc/client/requests/index.d.ts +1 -0
- package/dist/api/resources/deployments/client/Client.d.ts +3 -3
- package/dist/api/resources/deployments/client/Client.js +6 -6
- package/dist/api/resources/documentIndexes/client/Client.d.ts +3 -3
- package/dist/api/resources/documentIndexes/client/Client.js +9 -9
- package/dist/api/resources/documents/client/Client.d.ts +3 -3
- package/dist/api/resources/documents/client/Client.js +6 -6
- package/dist/api/resources/folderEntities/client/Client.d.ts +3 -3
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/api/resources/index.js +3 -3
- package/dist/api/resources/sandboxes/client/Client.d.ts +5 -5
- package/dist/api/resources/sandboxes/client/Client.js +6 -8
- package/{api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts → dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequest.d.ts} +1 -1
- package/dist/api/resources/sandboxes/client/requests/index.d.ts +1 -1
- package/dist/api/resources/testSuiteRuns/client/Client.d.ts +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +4 -4
- package/dist/api/resources/testSuites/client/Client.d.ts +3 -3
- package/dist/api/resources/testSuites/client/Client.js +5 -5
- package/dist/api/resources/workflowDeployments/client/Client.d.ts +3 -3
- package/dist/api/resources/workflowDeployments/client/Client.js +5 -5
- package/dist/api/resources/workflowSandboxes/client/Client.d.ts +3 -3
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/types/AdHocExecutePromptEvent.d.ts +5 -0
- package/dist/api/types/AdHocExpandMetaRequest.d.ts +12 -0
- package/dist/api/types/AdHocFulfilledPromptExecutionMeta.d.ts +12 -0
- package/dist/api/types/AdHocInitiatedPromptExecutionMeta.d.ts +10 -0
- package/dist/api/types/AdHocRejectedPromptExecutionMeta.d.ts +11 -0
- package/dist/api/types/AdHocStreamingPromptExecutionMeta.d.ts +9 -0
- package/dist/api/types/ChatMessagePromptBlockPropertiesRequest.d.ts +13 -0
- package/dist/api/types/ChatMessagePromptBlockRequest.d.ts +14 -0
- package/{api/types/MlModelDisplayTagEnumValueLabel.d.ts → dist/api/types/EphemeralPromptCacheConfigRequest.d.ts} +2 -3
- package/dist/api/types/EphemeralPromptCacheConfigTypeEnum.d.ts +7 -0
- package/dist/api/types/FulfilledAdHocExecutePromptEvent.d.ts +13 -0
- package/dist/api/types/FunctionDefinitionPromptBlockPropertiesRequest.d.ts +15 -0
- package/dist/api/types/FunctionDefinitionPromptBlockRequest.d.ts +14 -0
- package/dist/api/types/InitiatedAdHocExecutePromptEvent.d.ts +12 -0
- package/dist/api/types/JinjaPromptBlockPropertiesRequest.d.ts +8 -0
- package/dist/api/types/JinjaPromptBlockRequest.d.ts +14 -0
- package/dist/api/types/MlModelUsage.d.ts +2 -0
- package/dist/api/types/PlainTextPromptBlockRequest.d.ts +14 -0
- package/dist/api/types/PromptBlockRequest.d.ts +5 -0
- package/dist/api/types/PromptBlockState.d.ts +12 -0
- package/dist/api/types/{VisibilityEnum.js → PromptBlockState.js} +3 -5
- package/dist/api/types/{PromptDeploymentExpandMetaRequestRequest.d.ts → PromptDeploymentExpandMetaRequest.d.ts} +1 -1
- package/dist/api/types/PromptParametersRequest.d.ts +14 -0
- package/dist/api/types/PromptRequestChatHistoryInputRequest.d.ts +10 -0
- package/dist/api/types/PromptRequestInputRequest.d.ts +5 -0
- package/dist/api/types/PromptRequestJsonInputRequest.d.ts +9 -0
- package/dist/api/types/PromptRequestStringInputRequest.d.ts +9 -0
- package/dist/api/types/RejectedAdHocExecutePromptEvent.d.ts +13 -0
- package/dist/api/types/RichTextChildBlockRequest.d.ts +5 -0
- package/dist/api/types/RichTextPromptBlockRequest.d.ts +14 -0
- package/dist/api/types/StreamingAdHocExecutePromptEvent.d.ts +16 -0
- package/dist/api/types/VariablePromptBlockRequest.d.ts +14 -0
- package/dist/api/types/{MlModelDeveloperEnumValueLabel.d.ts → VellumVariableRequest.d.ts} +4 -3
- package/dist/api/types/index.d.ts +31 -51
- package/dist/api/types/index.js +31 -51
- package/dist/serialization/client/requests/ExecutePromptRequest.d.ts +2 -2
- package/dist/serialization/client/requests/ExecutePromptRequest.js +2 -2
- package/dist/serialization/client/requests/ExecutePromptStreamRequest.d.ts +2 -2
- package/dist/serialization/client/requests/ExecutePromptStreamRequest.js +2 -2
- package/dist/serialization/resources/adHoc/client/requests/AdHocExecutePromptStreamRequest.d.ts +21 -0
- package/{serialization/resources/mlModels/client/requests/MlModelUpdateRequest.js → dist/serialization/resources/adHoc/client/requests/AdHocExecutePromptStreamRequest.js} +13 -10
- package/dist/serialization/resources/adHoc/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/adHoc/client/requests/index.js +5 -0
- package/dist/serialization/resources/index.d.ts +2 -2
- package/dist/serialization/resources/index.js +3 -3
- package/{serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts → dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequest.d.ts} +2 -2
- package/{serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js → dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequest.js} +2 -2
- package/dist/serialization/resources/sandboxes/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/sandboxes/client/requests/index.js +3 -3
- package/dist/serialization/types/AdHocExecutePromptEvent.d.ts +14 -0
- package/dist/serialization/types/AdHocExecutePromptEvent.js +40 -0
- package/dist/serialization/types/AdHocExpandMetaRequest.d.ts +15 -0
- package/dist/serialization/types/AdHocExpandMetaRequest.js +36 -0
- package/dist/serialization/types/AdHocFulfilledPromptExecutionMeta.d.ts +16 -0
- package/dist/serialization/types/AdHocFulfilledPromptExecutionMeta.js +37 -0
- package/dist/serialization/types/AdHocInitiatedPromptExecutionMeta.d.ts +13 -0
- package/{serialization/types/HuggingFaceTokenizerConfigRequest.js → dist/serialization/types/AdHocInitiatedPromptExecutionMeta.js} +4 -5
- package/dist/serialization/types/AdHocRejectedPromptExecutionMeta.d.ts +14 -0
- package/dist/serialization/types/AdHocRejectedPromptExecutionMeta.js +35 -0
- package/dist/serialization/types/AdHocStreamingPromptExecutionMeta.d.ts +12 -0
- package/dist/serialization/types/{MlModelDisplayTag.js → AdHocStreamingPromptExecutionMeta.js} +4 -2
- package/dist/serialization/types/ChatMessagePromptBlockPropertiesRequest.d.ts +16 -0
- package/{serialization/types/OpenApiOneOfProperty.js → dist/serialization/types/ChatMessagePromptBlockPropertiesRequest.js} +7 -6
- package/dist/serialization/types/ChatMessagePromptBlockRequest.d.ts +18 -0
- package/dist/serialization/types/{OpenApiOneOfProperty.js → ChatMessagePromptBlockRequest.js} +9 -6
- package/dist/serialization/types/EphemeralPromptCacheConfigRequest.d.ts +13 -0
- package/dist/serialization/types/EphemeralPromptCacheConfigRequest.js +34 -0
- package/dist/serialization/types/EphemeralPromptCacheConfigTypeEnum.d.ts +10 -0
- package/{serialization/types/MlModelRequestAuthorizationConfigTypeEnum.js → dist/serialization/types/EphemeralPromptCacheConfigTypeEnum.js} +2 -2
- package/dist/serialization/types/FulfilledAdHocExecutePromptEvent.d.ts +17 -0
- package/dist/serialization/types/FulfilledAdHocExecutePromptEvent.js +38 -0
- package/dist/serialization/types/FunctionDefinitionPromptBlockPropertiesRequest.d.ts +16 -0
- package/{serialization/types/MlModelRequestConfig.js → dist/serialization/types/FunctionDefinitionPromptBlockPropertiesRequest.js} +7 -6
- package/dist/serialization/types/FunctionDefinitionPromptBlockRequest.d.ts +19 -0
- package/dist/serialization/types/FunctionDefinitionPromptBlockRequest.js +40 -0
- package/dist/serialization/types/InitiatedAdHocExecutePromptEvent.d.ts +15 -0
- package/dist/serialization/types/InitiatedAdHocExecutePromptEvent.js +36 -0
- package/dist/serialization/types/JinjaPromptBlockPropertiesRequest.d.ts +14 -0
- package/dist/serialization/types/{MlModelRequestAuthorizationConfig.js → JinjaPromptBlockPropertiesRequest.js} +5 -4
- package/dist/serialization/types/JinjaPromptBlockRequest.d.ts +19 -0
- package/dist/serialization/types/JinjaPromptBlockRequest.js +40 -0
- package/dist/serialization/types/MlModelUsage.d.ts +2 -0
- package/dist/serialization/types/MlModelUsage.js +2 -0
- package/dist/serialization/types/PlainTextPromptBlockRequest.d.ts +18 -0
- package/dist/serialization/types/{MlModelDisplayConfigRequest.js → PlainTextPromptBlockRequest.js} +9 -7
- package/dist/serialization/types/PromptBlockRequest.d.ts +14 -0
- package/dist/serialization/types/PromptBlockRequest.js +42 -0
- package/dist/serialization/types/PromptBlockState.d.ts +10 -0
- package/dist/serialization/types/{VisibilityEnum.js → PromptBlockState.js} +2 -2
- package/dist/serialization/types/{PromptDeploymentExpandMetaRequestRequest.d.ts → PromptDeploymentExpandMetaRequest.d.ts} +2 -2
- package/{serialization/types/PromptDeploymentExpandMetaRequestRequest.js → dist/serialization/types/PromptDeploymentExpandMetaRequest.js} +2 -2
- package/dist/serialization/types/PromptParametersRequest.d.ts +20 -0
- package/dist/serialization/types/{MlModelParameterConfig.js → PromptParametersRequest.js} +11 -16
- package/dist/serialization/types/PromptRequestChatHistoryInputRequest.d.ts +15 -0
- package/dist/serialization/types/PromptRequestChatHistoryInputRequest.js +36 -0
- package/dist/serialization/types/PromptRequestInputRequest.d.ts +13 -0
- package/dist/serialization/types/{MlModelFamily.js → PromptRequestInputRequest.js} +8 -22
- package/dist/serialization/types/PromptRequestJsonInputRequest.d.ts +14 -0
- package/dist/serialization/types/{MlModelDeveloperEnumValueLabel.js → PromptRequestJsonInputRequest.js} +5 -5
- package/dist/serialization/types/PromptRequestStringInputRequest.d.ts +14 -0
- package/dist/serialization/types/{TikTokenTokenizerConfigRequest.js → PromptRequestStringInputRequest.js} +5 -4
- package/dist/serialization/types/RejectedAdHocExecutePromptEvent.d.ts +17 -0
- package/{serialization/types/MlModelDisplayTagEnumValueLabel.js → dist/serialization/types/RejectedAdHocExecutePromptEvent.js} +8 -5
- package/dist/serialization/types/RichTextChildBlockRequest.d.ts +12 -0
- package/dist/serialization/types/{HostedByEnum.js → RichTextChildBlockRequest.js} +4 -20
- package/dist/serialization/types/RichTextPromptBlockRequest.d.ts +19 -0
- package/dist/serialization/types/RichTextPromptBlockRequest.js +40 -0
- package/dist/serialization/types/StreamingAdHocExecutePromptEvent.d.ts +19 -0
- package/dist/serialization/types/StreamingAdHocExecutePromptEvent.js +40 -0
- package/dist/serialization/types/VariablePromptBlockRequest.d.ts +18 -0
- package/{serialization/types/HuggingFaceTokenizerConfig.js → dist/serialization/types/VariablePromptBlockRequest.js} +9 -5
- package/dist/serialization/types/VellumVariableRequest.d.ts +15 -0
- package/dist/serialization/types/{MlModelDisplayTagEnumValueLabel.js → VellumVariableRequest.js} +6 -5
- package/dist/serialization/types/index.d.ts +31 -51
- package/dist/serialization/types/index.js +31 -51
- package/package.json +1 -1
- package/reference.md +121 -347
- package/serialization/client/requests/ExecutePromptRequest.d.ts +2 -2
- package/serialization/client/requests/ExecutePromptRequest.js +2 -2
- package/serialization/client/requests/ExecutePromptStreamRequest.d.ts +2 -2
- package/serialization/client/requests/ExecutePromptStreamRequest.js +2 -2
- package/serialization/resources/adHoc/client/requests/AdHocExecutePromptStreamRequest.d.ts +21 -0
- package/{dist/serialization/resources/mlModels/client/requests/MlModelUpdateRequest.js → serialization/resources/adHoc/client/requests/AdHocExecutePromptStreamRequest.js} +13 -10
- package/serialization/resources/adHoc/client/requests/index.d.ts +1 -0
- package/serialization/resources/adHoc/client/requests/index.js +5 -0
- package/serialization/resources/index.d.ts +2 -2
- package/serialization/resources/index.js +3 -3
- package/{dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts → serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequest.d.ts} +2 -2
- package/{dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js → serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequest.js} +2 -2
- package/serialization/resources/sandboxes/client/requests/index.d.ts +1 -1
- package/serialization/resources/sandboxes/client/requests/index.js +3 -3
- package/serialization/types/AdHocExecutePromptEvent.d.ts +14 -0
- package/serialization/types/AdHocExecutePromptEvent.js +40 -0
- package/serialization/types/AdHocExpandMetaRequest.d.ts +15 -0
- package/serialization/types/AdHocExpandMetaRequest.js +36 -0
- package/serialization/types/AdHocFulfilledPromptExecutionMeta.d.ts +16 -0
- package/serialization/types/AdHocFulfilledPromptExecutionMeta.js +37 -0
- package/serialization/types/AdHocInitiatedPromptExecutionMeta.d.ts +13 -0
- package/{dist/serialization/types/HuggingFaceTokenizerConfigRequest.js → serialization/types/AdHocInitiatedPromptExecutionMeta.js} +4 -5
- package/serialization/types/AdHocRejectedPromptExecutionMeta.d.ts +14 -0
- package/serialization/types/AdHocRejectedPromptExecutionMeta.js +35 -0
- package/serialization/types/AdHocStreamingPromptExecutionMeta.d.ts +12 -0
- package/serialization/types/{MlModelDisplayTag.js → AdHocStreamingPromptExecutionMeta.js} +4 -2
- package/serialization/types/ChatMessagePromptBlockPropertiesRequest.d.ts +16 -0
- package/serialization/types/{OpenApiOneOfPropertyRequest.js → ChatMessagePromptBlockPropertiesRequest.js} +7 -6
- package/serialization/types/ChatMessagePromptBlockRequest.d.ts +18 -0
- package/{dist/serialization/types/OpenApiOneOfPropertyRequest.js → serialization/types/ChatMessagePromptBlockRequest.js} +9 -6
- package/serialization/types/EphemeralPromptCacheConfigRequest.d.ts +13 -0
- package/serialization/types/EphemeralPromptCacheConfigRequest.js +34 -0
- package/serialization/types/EphemeralPromptCacheConfigTypeEnum.d.ts +10 -0
- package/{dist/serialization/types/MlModelRequestAuthorizationConfigTypeEnum.js → serialization/types/EphemeralPromptCacheConfigTypeEnum.js} +2 -2
- package/serialization/types/FulfilledAdHocExecutePromptEvent.d.ts +17 -0
- package/serialization/types/FulfilledAdHocExecutePromptEvent.js +38 -0
- package/serialization/types/FunctionDefinitionPromptBlockPropertiesRequest.d.ts +16 -0
- package/{dist/serialization/types/MlModelRequestConfig.js → serialization/types/FunctionDefinitionPromptBlockPropertiesRequest.js} +7 -6
- package/serialization/types/FunctionDefinitionPromptBlockRequest.d.ts +19 -0
- package/serialization/types/FunctionDefinitionPromptBlockRequest.js +40 -0
- package/serialization/types/InitiatedAdHocExecutePromptEvent.d.ts +15 -0
- package/serialization/types/InitiatedAdHocExecutePromptEvent.js +36 -0
- package/serialization/types/JinjaPromptBlockPropertiesRequest.d.ts +14 -0
- package/serialization/types/{MlModelRequestAuthorizationConfig.js → JinjaPromptBlockPropertiesRequest.js} +5 -4
- package/serialization/types/JinjaPromptBlockRequest.d.ts +19 -0
- package/serialization/types/JinjaPromptBlockRequest.js +40 -0
- package/serialization/types/MlModelUsage.d.ts +2 -0
- package/serialization/types/MlModelUsage.js +2 -0
- package/serialization/types/PlainTextPromptBlockRequest.d.ts +18 -0
- package/{dist/serialization/types/MlModelFamilyEnumValueLabel.js → serialization/types/PlainTextPromptBlockRequest.js} +9 -5
- package/serialization/types/PromptBlockRequest.d.ts +14 -0
- package/serialization/types/PromptBlockRequest.js +42 -0
- package/serialization/types/PromptBlockState.d.ts +10 -0
- package/serialization/types/{VisibilityEnum.js → PromptBlockState.js} +2 -2
- package/serialization/types/{PromptDeploymentExpandMetaRequestRequest.d.ts → PromptDeploymentExpandMetaRequest.d.ts} +2 -2
- package/{dist/serialization/types/PromptDeploymentExpandMetaRequestRequest.js → serialization/types/PromptDeploymentExpandMetaRequest.js} +2 -2
- package/serialization/types/PromptParametersRequest.d.ts +20 -0
- package/serialization/types/{MlModelParameterConfig.js → PromptParametersRequest.js} +11 -16
- package/serialization/types/PromptRequestChatHistoryInputRequest.d.ts +15 -0
- package/serialization/types/PromptRequestChatHistoryInputRequest.js +36 -0
- package/serialization/types/PromptRequestInputRequest.d.ts +13 -0
- package/{dist/serialization/types/MlModelFeature.js → serialization/types/PromptRequestInputRequest.js} +8 -11
- package/serialization/types/PromptRequestJsonInputRequest.d.ts +14 -0
- package/serialization/types/PromptRequestJsonInputRequest.js +35 -0
- package/serialization/types/PromptRequestStringInputRequest.d.ts +14 -0
- package/serialization/types/{MlModelFamilyEnumValueLabel.js → PromptRequestStringInputRequest.js} +5 -5
- package/serialization/types/RejectedAdHocExecutePromptEvent.d.ts +17 -0
- package/{dist/serialization/types/MlModelDisplayConfigLabelled.js → serialization/types/RejectedAdHocExecutePromptEvent.js} +8 -7
- package/serialization/types/RichTextChildBlockRequest.d.ts +12 -0
- package/{dist/serialization/types/MlModelDeveloper.js → serialization/types/RichTextChildBlockRequest.js} +4 -21
- package/serialization/types/RichTextPromptBlockRequest.d.ts +19 -0
- package/serialization/types/RichTextPromptBlockRequest.js +40 -0
- package/serialization/types/StreamingAdHocExecutePromptEvent.d.ts +19 -0
- package/serialization/types/StreamingAdHocExecutePromptEvent.js +40 -0
- package/serialization/types/VariablePromptBlockRequest.d.ts +18 -0
- package/serialization/types/VariablePromptBlockRequest.js +39 -0
- package/serialization/types/VellumVariableRequest.d.ts +15 -0
- package/{dist/serialization/types/HuggingFaceTokenizerConfig.js → serialization/types/VellumVariableRequest.js} +6 -5
- package/serialization/types/index.d.ts +31 -51
- package/serialization/types/index.js +31 -51
- package/api/resources/mlModels/client/Client.d.ts +0 -92
- package/api/resources/mlModels/client/Client.js +0 -348
- package/api/resources/mlModels/client/requests/MlModelCreateRequest.d.ts +0 -110
- package/api/resources/mlModels/client/requests/MlModelUpdateRequest.d.ts +0 -25
- package/api/resources/mlModels/client/requests/MlModelsListRequest.d.ts +0 -21
- package/api/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.d.ts +0 -25
- package/api/resources/mlModels/client/requests/index.d.ts +0 -4
- package/api/types/HostedByEnum.d.ts +0 -42
- package/api/types/HostedByEnum.js +0 -25
- package/api/types/HuggingFaceTokenizerConfig.d.ts +0 -11
- package/api/types/HuggingFaceTokenizerConfigRequest.d.ts +0 -11
- package/api/types/MlModelDeveloper.d.ts +0 -44
- package/api/types/MlModelDeveloper.js +0 -26
- package/api/types/MlModelDisplayConfigLabelled.d.ts +0 -11
- package/api/types/MlModelDisplayConfigRequest.d.ts +0 -11
- package/api/types/MlModelDisplayTag.d.ts +0 -24
- package/api/types/MlModelDisplayTag.js +0 -16
- package/api/types/MlModelExecConfig.d.ts +0 -15
- package/api/types/MlModelExecConfigRequest.d.ts +0 -15
- package/api/types/MlModelFamily.d.ts +0 -48
- package/api/types/MlModelFamily.js +0 -28
- package/api/types/MlModelFeature.d.ts +0 -26
- package/api/types/MlModelFeature.js +0 -17
- package/api/types/MlModelParameterConfig.d.ts +0 -15
- package/api/types/MlModelParameterConfigRequest.d.ts +0 -15
- package/api/types/MlModelRead.d.ts +0 -53
- package/api/types/MlModelRequestAuthorizationConfig.d.ts +0 -7
- package/api/types/MlModelRequestAuthorizationConfigRequest.d.ts +0 -7
- package/api/types/MlModelRequestAuthorizationConfigTypeEnum.d.ts +0 -12
- package/api/types/MlModelRequestAuthorizationConfigTypeEnum.js +0 -10
- package/api/types/MlModelRequestConfig.d.ts +0 -9
- package/api/types/MlModelRequestConfigRequest.d.ts +0 -9
- package/api/types/MlModelResponseConfig.d.ts +0 -8
- package/api/types/MlModelResponseConfigRequest.d.ts +0 -8
- package/api/types/MlModelTokenizerConfig.d.ts +0 -5
- package/api/types/MlModelTokenizerConfigRequest.d.ts +0 -5
- package/api/types/OpenApiArrayProperty.d.ts +0 -21
- package/api/types/OpenApiArrayPropertyRequest.d.ts +0 -21
- package/api/types/OpenApiBooleanProperty.d.ts +0 -12
- package/api/types/OpenApiBooleanPropertyRequest.d.ts +0 -12
- package/api/types/OpenApiConstProperty.d.ts +0 -12
- package/api/types/OpenApiConstPropertyRequest.d.ts +0 -12
- package/api/types/OpenApiIntegerProperty.d.ts +0 -16
- package/api/types/OpenApiIntegerPropertyRequest.d.ts +0 -16
- package/api/types/OpenApiNumberProperty.d.ts +0 -17
- package/api/types/OpenApiNumberPropertyRequest.d.ts +0 -17
- package/api/types/OpenApiObjectProperty.d.ts +0 -20
- package/api/types/OpenApiObjectPropertyRequest.d.ts +0 -20
- package/api/types/OpenApiOneOfProperty.d.ts +0 -13
- package/api/types/OpenApiOneOfPropertyRequest.d.ts +0 -13
- package/api/types/OpenApiProperty.d.ts +0 -5
- package/api/types/OpenApiPropertyRequest.d.ts +0 -5
- package/api/types/OpenApiRefProperty.d.ts +0 -12
- package/api/types/OpenApiRefPropertyRequest.d.ts +0 -12
- package/api/types/OpenApiStringProperty.d.ts +0 -16
- package/api/types/OpenApiStringPropertyRequest.d.ts +0 -16
- package/api/types/PaginatedMlModelReadList.d.ts +0 -10
- package/api/types/TikTokenTokenizerConfig.d.ts +0 -10
- package/api/types/TikTokenTokenizerConfigRequest.d.ts +0 -10
- package/api/types/VisibilityEnum.d.ts +0 -16
- package/dist/api/resources/mlModels/client/Client.d.ts +0 -92
- package/dist/api/resources/mlModels/client/Client.js +0 -348
- package/dist/api/resources/mlModels/client/requests/MlModelCreateRequest.d.ts +0 -110
- package/dist/api/resources/mlModels/client/requests/MlModelUpdateRequest.d.ts +0 -25
- package/dist/api/resources/mlModels/client/requests/MlModelsListRequest.d.ts +0 -21
- package/dist/api/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.d.ts +0 -25
- package/dist/api/resources/mlModels/client/requests/index.d.ts +0 -4
- package/dist/api/types/HostedByEnum.d.ts +0 -42
- package/dist/api/types/HostedByEnum.js +0 -25
- package/dist/api/types/HuggingFaceTokenizerConfig.d.ts +0 -11
- package/dist/api/types/HuggingFaceTokenizerConfigRequest.d.ts +0 -11
- package/dist/api/types/MlModelDeveloper.d.ts +0 -44
- package/dist/api/types/MlModelDeveloper.js +0 -26
- package/dist/api/types/MlModelDisplayConfigLabelled.d.ts +0 -11
- package/dist/api/types/MlModelDisplayConfigRequest.d.ts +0 -11
- package/dist/api/types/MlModelDisplayTag.d.ts +0 -24
- package/dist/api/types/MlModelDisplayTag.js +0 -16
- package/dist/api/types/MlModelDisplayTagEnumValueLabel.d.ts +0 -8
- package/dist/api/types/MlModelExecConfig.d.ts +0 -15
- package/dist/api/types/MlModelExecConfigRequest.d.ts +0 -15
- package/dist/api/types/MlModelFamily.d.ts +0 -48
- package/dist/api/types/MlModelFamily.js +0 -28
- package/dist/api/types/MlModelFamilyEnumValueLabel.d.ts +0 -8
- package/dist/api/types/MlModelFeature.d.ts +0 -26
- package/dist/api/types/MlModelFeature.js +0 -17
- package/dist/api/types/MlModelParameterConfig.d.ts +0 -15
- package/dist/api/types/MlModelParameterConfigRequest.d.ts +0 -15
- package/dist/api/types/MlModelParameterConfigRequest.js +0 -5
- package/dist/api/types/MlModelRead.d.ts +0 -53
- package/dist/api/types/MlModelRead.js +0 -5
- package/dist/api/types/MlModelRequestAuthorizationConfig.d.ts +0 -7
- package/dist/api/types/MlModelRequestAuthorizationConfig.js +0 -5
- package/dist/api/types/MlModelRequestAuthorizationConfigRequest.d.ts +0 -7
- package/dist/api/types/MlModelRequestAuthorizationConfigRequest.js +0 -5
- package/dist/api/types/MlModelRequestAuthorizationConfigTypeEnum.d.ts +0 -12
- package/dist/api/types/MlModelRequestAuthorizationConfigTypeEnum.js +0 -10
- package/dist/api/types/MlModelRequestConfig.d.ts +0 -9
- package/dist/api/types/MlModelRequestConfig.js +0 -5
- package/dist/api/types/MlModelRequestConfigRequest.d.ts +0 -9
- package/dist/api/types/MlModelRequestConfigRequest.js +0 -5
- package/dist/api/types/MlModelResponseConfig.d.ts +0 -8
- package/dist/api/types/MlModelResponseConfig.js +0 -5
- package/dist/api/types/MlModelResponseConfigRequest.d.ts +0 -8
- package/dist/api/types/MlModelResponseConfigRequest.js +0 -5
- package/dist/api/types/MlModelTokenizerConfig.d.ts +0 -5
- package/dist/api/types/MlModelTokenizerConfig.js +0 -5
- package/dist/api/types/MlModelTokenizerConfigRequest.d.ts +0 -5
- package/dist/api/types/MlModelTokenizerConfigRequest.js +0 -5
- package/dist/api/types/OpenApiArrayProperty.d.ts +0 -21
- package/dist/api/types/OpenApiArrayProperty.js +0 -5
- package/dist/api/types/OpenApiArrayPropertyRequest.d.ts +0 -21
- package/dist/api/types/OpenApiArrayPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiBooleanProperty.d.ts +0 -12
- package/dist/api/types/OpenApiBooleanProperty.js +0 -5
- package/dist/api/types/OpenApiBooleanPropertyRequest.d.ts +0 -12
- package/dist/api/types/OpenApiBooleanPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiConstProperty.d.ts +0 -12
- package/dist/api/types/OpenApiConstProperty.js +0 -5
- package/dist/api/types/OpenApiConstPropertyRequest.d.ts +0 -12
- package/dist/api/types/OpenApiConstPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiIntegerProperty.d.ts +0 -16
- package/dist/api/types/OpenApiIntegerProperty.js +0 -5
- package/dist/api/types/OpenApiIntegerPropertyRequest.d.ts +0 -16
- package/dist/api/types/OpenApiIntegerPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiNumberProperty.d.ts +0 -17
- package/dist/api/types/OpenApiNumberProperty.js +0 -5
- package/dist/api/types/OpenApiNumberPropertyRequest.d.ts +0 -17
- package/dist/api/types/OpenApiNumberPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiObjectProperty.d.ts +0 -20
- package/dist/api/types/OpenApiObjectProperty.js +0 -5
- package/dist/api/types/OpenApiObjectPropertyRequest.d.ts +0 -20
- package/dist/api/types/OpenApiObjectPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiOneOfProperty.d.ts +0 -13
- package/dist/api/types/OpenApiOneOfProperty.js +0 -5
- package/dist/api/types/OpenApiOneOfPropertyRequest.d.ts +0 -13
- package/dist/api/types/OpenApiOneOfPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiProperty.d.ts +0 -5
- package/dist/api/types/OpenApiProperty.js +0 -5
- package/dist/api/types/OpenApiPropertyRequest.d.ts +0 -5
- package/dist/api/types/OpenApiPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiRefProperty.d.ts +0 -12
- package/dist/api/types/OpenApiRefProperty.js +0 -5
- package/dist/api/types/OpenApiRefPropertyRequest.d.ts +0 -12
- package/dist/api/types/OpenApiRefPropertyRequest.js +0 -5
- package/dist/api/types/OpenApiStringProperty.d.ts +0 -16
- package/dist/api/types/OpenApiStringProperty.js +0 -5
- package/dist/api/types/OpenApiStringPropertyRequest.d.ts +0 -16
- package/dist/api/types/OpenApiStringPropertyRequest.js +0 -5
- package/dist/api/types/PaginatedMlModelReadList.d.ts +0 -10
- package/dist/api/types/PaginatedMlModelReadList.js +0 -5
- package/dist/api/types/PromptDeploymentExpandMetaRequestRequest.js +0 -5
- package/dist/api/types/TikTokenTokenizerConfig.d.ts +0 -10
- package/dist/api/types/TikTokenTokenizerConfig.js +0 -5
- package/dist/api/types/TikTokenTokenizerConfigRequest.d.ts +0 -10
- package/dist/api/types/TikTokenTokenizerConfigRequest.js +0 -5
- package/dist/api/types/VisibilityEnum.d.ts +0 -16
- package/dist/serialization/resources/mlModels/client/requests/MlModelCreateRequest.d.ts +0 -26
- package/dist/serialization/resources/mlModels/client/requests/MlModelCreateRequest.js +0 -47
- package/dist/serialization/resources/mlModels/client/requests/MlModelUpdateRequest.d.ts +0 -19
- package/dist/serialization/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.d.ts +0 -19
- package/dist/serialization/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.js +0 -40
- package/dist/serialization/resources/mlModels/client/requests/index.d.ts +0 -3
- package/dist/serialization/resources/mlModels/client/requests/index.js +0 -9
- package/dist/serialization/types/HostedByEnum.d.ts +0 -10
- package/dist/serialization/types/HuggingFaceTokenizerConfig.d.ts +0 -14
- package/dist/serialization/types/HuggingFaceTokenizerConfigRequest.d.ts +0 -14
- package/dist/serialization/types/MlModelDeveloper.d.ts +0 -10
- package/dist/serialization/types/MlModelDeveloperEnumValueLabel.d.ts +0 -14
- package/dist/serialization/types/MlModelDisplayConfigLabelled.d.ts +0 -16
- package/dist/serialization/types/MlModelDisplayConfigRequest.d.ts +0 -16
- package/dist/serialization/types/MlModelDisplayTag.d.ts +0 -10
- package/dist/serialization/types/MlModelDisplayTagEnumValueLabel.d.ts +0 -14
- package/dist/serialization/types/MlModelExecConfig.d.ts +0 -23
- package/dist/serialization/types/MlModelExecConfig.js +0 -44
- package/dist/serialization/types/MlModelExecConfigRequest.d.ts +0 -23
- package/dist/serialization/types/MlModelExecConfigRequest.js +0 -44
- package/dist/serialization/types/MlModelFamily.d.ts +0 -10
- package/dist/serialization/types/MlModelFamilyEnumValueLabel.d.ts +0 -14
- package/dist/serialization/types/MlModelFeature.d.ts +0 -10
- package/dist/serialization/types/MlModelParameterConfig.d.ts +0 -22
- package/dist/serialization/types/MlModelParameterConfigRequest.d.ts +0 -22
- package/dist/serialization/types/MlModelParameterConfigRequest.js +0 -46
- package/dist/serialization/types/MlModelRead.d.ts +0 -27
- package/dist/serialization/types/MlModelRead.js +0 -48
- package/dist/serialization/types/MlModelRequestAuthorizationConfig.d.ts +0 -13
- package/dist/serialization/types/MlModelRequestAuthorizationConfigRequest.d.ts +0 -13
- package/dist/serialization/types/MlModelRequestAuthorizationConfigRequest.js +0 -34
- package/dist/serialization/types/MlModelRequestAuthorizationConfigTypeEnum.d.ts +0 -10
- package/dist/serialization/types/MlModelRequestConfig.d.ts +0 -15
- package/dist/serialization/types/MlModelRequestConfigRequest.d.ts +0 -15
- package/dist/serialization/types/MlModelRequestConfigRequest.js +0 -36
- package/dist/serialization/types/MlModelResponseConfig.d.ts +0 -14
- package/dist/serialization/types/MlModelResponseConfig.js +0 -35
- package/dist/serialization/types/MlModelResponseConfigRequest.d.ts +0 -14
- package/dist/serialization/types/MlModelResponseConfigRequest.js +0 -35
- package/dist/serialization/types/MlModelTokenizerConfig.d.ts +0 -12
- package/dist/serialization/types/MlModelTokenizerConfig.js +0 -33
- package/dist/serialization/types/MlModelTokenizerConfigRequest.d.ts +0 -12
- package/dist/serialization/types/MlModelTokenizerConfigRequest.js +0 -33
- package/dist/serialization/types/OpenApiArrayProperty.d.ts +0 -23
- package/dist/serialization/types/OpenApiArrayProperty.js +0 -45
- package/dist/serialization/types/OpenApiArrayPropertyRequest.d.ts +0 -23
- package/dist/serialization/types/OpenApiArrayPropertyRequest.js +0 -45
- package/dist/serialization/types/OpenApiBooleanProperty.d.ts +0 -15
- package/dist/serialization/types/OpenApiBooleanProperty.js +0 -36
- package/dist/serialization/types/OpenApiBooleanPropertyRequest.d.ts +0 -15
- package/dist/serialization/types/OpenApiBooleanPropertyRequest.js +0 -36
- package/dist/serialization/types/OpenApiConstProperty.d.ts +0 -15
- package/dist/serialization/types/OpenApiConstProperty.js +0 -36
- package/dist/serialization/types/OpenApiConstPropertyRequest.d.ts +0 -15
- package/dist/serialization/types/OpenApiConstPropertyRequest.js +0 -36
- package/dist/serialization/types/OpenApiIntegerProperty.d.ts +0 -19
- package/dist/serialization/types/OpenApiIntegerProperty.js +0 -40
- package/dist/serialization/types/OpenApiIntegerPropertyRequest.d.ts +0 -19
- package/dist/serialization/types/OpenApiIntegerPropertyRequest.js +0 -40
- package/dist/serialization/types/OpenApiNumberProperty.d.ts +0 -20
- package/dist/serialization/types/OpenApiNumberProperty.js +0 -41
- package/dist/serialization/types/OpenApiNumberPropertyRequest.d.ts +0 -20
- package/dist/serialization/types/OpenApiNumberPropertyRequest.js +0 -41
- package/dist/serialization/types/OpenApiObjectProperty.d.ts +0 -22
- package/dist/serialization/types/OpenApiObjectProperty.js +0 -48
- package/dist/serialization/types/OpenApiObjectPropertyRequest.d.ts +0 -22
- package/dist/serialization/types/OpenApiObjectPropertyRequest.js +0 -48
- package/dist/serialization/types/OpenApiOneOfProperty.d.ts +0 -15
- package/dist/serialization/types/OpenApiOneOfPropertyRequest.d.ts +0 -15
- package/dist/serialization/types/OpenApiProperty.d.ts +0 -16
- package/dist/serialization/types/OpenApiProperty.js +0 -48
- package/dist/serialization/types/OpenApiPropertyRequest.d.ts +0 -16
- package/dist/serialization/types/OpenApiPropertyRequest.js +0 -48
- package/dist/serialization/types/OpenApiRefProperty.d.ts +0 -15
- package/dist/serialization/types/OpenApiRefProperty.js +0 -36
- package/dist/serialization/types/OpenApiRefPropertyRequest.d.ts +0 -15
- package/dist/serialization/types/OpenApiRefPropertyRequest.js +0 -36
- package/dist/serialization/types/OpenApiStringProperty.d.ts +0 -19
- package/dist/serialization/types/OpenApiStringProperty.js +0 -40
- package/dist/serialization/types/OpenApiStringPropertyRequest.d.ts +0 -19
- package/dist/serialization/types/OpenApiStringPropertyRequest.js +0 -40
- package/dist/serialization/types/PaginatedMlModelReadList.d.ts +0 -16
- package/dist/serialization/types/PaginatedMlModelReadList.js +0 -37
- package/dist/serialization/types/TikTokenTokenizerConfig.d.ts +0 -13
- package/dist/serialization/types/TikTokenTokenizerConfig.js +0 -34
- package/dist/serialization/types/TikTokenTokenizerConfigRequest.d.ts +0 -13
- package/dist/serialization/types/VisibilityEnum.d.ts +0 -10
- package/serialization/resources/mlModels/client/requests/MlModelCreateRequest.d.ts +0 -26
- package/serialization/resources/mlModels/client/requests/MlModelCreateRequest.js +0 -47
- package/serialization/resources/mlModels/client/requests/MlModelUpdateRequest.d.ts +0 -19
- package/serialization/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.d.ts +0 -19
- package/serialization/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.js +0 -40
- package/serialization/resources/mlModels/client/requests/index.d.ts +0 -3
- package/serialization/resources/mlModels/client/requests/index.js +0 -9
- package/serialization/types/HostedByEnum.d.ts +0 -10
- package/serialization/types/HostedByEnum.js +0 -49
- package/serialization/types/HuggingFaceTokenizerConfig.d.ts +0 -14
- package/serialization/types/HuggingFaceTokenizerConfigRequest.d.ts +0 -14
- package/serialization/types/MlModelDeveloper.d.ts +0 -10
- package/serialization/types/MlModelDeveloper.js +0 -50
- package/serialization/types/MlModelDeveloperEnumValueLabel.d.ts +0 -14
- package/serialization/types/MlModelDeveloperEnumValueLabel.js +0 -35
- package/serialization/types/MlModelDisplayConfigLabelled.d.ts +0 -16
- package/serialization/types/MlModelDisplayConfigLabelled.js +0 -37
- package/serialization/types/MlModelDisplayConfigRequest.d.ts +0 -16
- package/serialization/types/MlModelDisplayConfigRequest.js +0 -37
- package/serialization/types/MlModelDisplayTag.d.ts +0 -10
- package/serialization/types/MlModelDisplayTagEnumValueLabel.d.ts +0 -14
- package/serialization/types/MlModelExecConfig.d.ts +0 -23
- package/serialization/types/MlModelExecConfig.js +0 -44
- package/serialization/types/MlModelExecConfigRequest.d.ts +0 -23
- package/serialization/types/MlModelExecConfigRequest.js +0 -44
- package/serialization/types/MlModelFamily.d.ts +0 -10
- package/serialization/types/MlModelFamily.js +0 -52
- package/serialization/types/MlModelFamilyEnumValueLabel.d.ts +0 -14
- package/serialization/types/MlModelFeature.d.ts +0 -10
- package/serialization/types/MlModelFeature.js +0 -41
- package/serialization/types/MlModelParameterConfig.d.ts +0 -22
- package/serialization/types/MlModelParameterConfigRequest.d.ts +0 -22
- package/serialization/types/MlModelParameterConfigRequest.js +0 -46
- package/serialization/types/MlModelRead.d.ts +0 -27
- package/serialization/types/MlModelRead.js +0 -48
- package/serialization/types/MlModelRequestAuthorizationConfig.d.ts +0 -13
- package/serialization/types/MlModelRequestAuthorizationConfigRequest.d.ts +0 -13
- package/serialization/types/MlModelRequestAuthorizationConfigRequest.js +0 -34
- package/serialization/types/MlModelRequestAuthorizationConfigTypeEnum.d.ts +0 -10
- package/serialization/types/MlModelRequestConfig.d.ts +0 -15
- package/serialization/types/MlModelRequestConfigRequest.d.ts +0 -15
- package/serialization/types/MlModelRequestConfigRequest.js +0 -36
- package/serialization/types/MlModelResponseConfig.d.ts +0 -14
- package/serialization/types/MlModelResponseConfig.js +0 -35
- package/serialization/types/MlModelResponseConfigRequest.d.ts +0 -14
- package/serialization/types/MlModelResponseConfigRequest.js +0 -35
- package/serialization/types/MlModelTokenizerConfig.d.ts +0 -12
- package/serialization/types/MlModelTokenizerConfig.js +0 -33
- package/serialization/types/MlModelTokenizerConfigRequest.d.ts +0 -12
- package/serialization/types/MlModelTokenizerConfigRequest.js +0 -33
- package/serialization/types/OpenApiArrayProperty.d.ts +0 -23
- package/serialization/types/OpenApiArrayProperty.js +0 -45
- package/serialization/types/OpenApiArrayPropertyRequest.d.ts +0 -23
- package/serialization/types/OpenApiArrayPropertyRequest.js +0 -45
- package/serialization/types/OpenApiBooleanProperty.d.ts +0 -15
- package/serialization/types/OpenApiBooleanProperty.js +0 -36
- package/serialization/types/OpenApiBooleanPropertyRequest.d.ts +0 -15
- package/serialization/types/OpenApiBooleanPropertyRequest.js +0 -36
- package/serialization/types/OpenApiConstProperty.d.ts +0 -15
- package/serialization/types/OpenApiConstProperty.js +0 -36
- package/serialization/types/OpenApiConstPropertyRequest.d.ts +0 -15
- package/serialization/types/OpenApiConstPropertyRequest.js +0 -36
- package/serialization/types/OpenApiIntegerProperty.d.ts +0 -19
- package/serialization/types/OpenApiIntegerProperty.js +0 -40
- package/serialization/types/OpenApiIntegerPropertyRequest.d.ts +0 -19
- package/serialization/types/OpenApiIntegerPropertyRequest.js +0 -40
- package/serialization/types/OpenApiNumberProperty.d.ts +0 -20
- package/serialization/types/OpenApiNumberProperty.js +0 -41
- package/serialization/types/OpenApiNumberPropertyRequest.d.ts +0 -20
- package/serialization/types/OpenApiNumberPropertyRequest.js +0 -41
- package/serialization/types/OpenApiObjectProperty.d.ts +0 -22
- package/serialization/types/OpenApiObjectProperty.js +0 -48
- package/serialization/types/OpenApiObjectPropertyRequest.d.ts +0 -22
- package/serialization/types/OpenApiObjectPropertyRequest.js +0 -48
- package/serialization/types/OpenApiOneOfProperty.d.ts +0 -15
- package/serialization/types/OpenApiOneOfPropertyRequest.d.ts +0 -15
- package/serialization/types/OpenApiProperty.d.ts +0 -16
- package/serialization/types/OpenApiProperty.js +0 -48
- package/serialization/types/OpenApiPropertyRequest.d.ts +0 -16
- package/serialization/types/OpenApiPropertyRequest.js +0 -48
- package/serialization/types/OpenApiRefProperty.d.ts +0 -15
- package/serialization/types/OpenApiRefProperty.js +0 -36
- package/serialization/types/OpenApiRefPropertyRequest.d.ts +0 -15
- package/serialization/types/OpenApiRefPropertyRequest.js +0 -36
- package/serialization/types/OpenApiStringProperty.d.ts +0 -19
- package/serialization/types/OpenApiStringProperty.js +0 -40
- package/serialization/types/OpenApiStringPropertyRequest.d.ts +0 -19
- package/serialization/types/OpenApiStringPropertyRequest.js +0 -40
- package/serialization/types/PaginatedMlModelReadList.d.ts +0 -16
- package/serialization/types/PaginatedMlModelReadList.js +0 -37
- package/serialization/types/TikTokenTokenizerConfig.d.ts +0 -13
- package/serialization/types/TikTokenTokenizerConfig.js +0 -34
- package/serialization/types/TikTokenTokenizerConfigRequest.d.ts +0 -13
- package/serialization/types/TikTokenTokenizerConfigRequest.js +0 -34
- package/serialization/types/VisibilityEnum.d.ts +0 -10
- /package/api/resources/{mlModels → adHoc}/client/index.d.ts +0 -0
- /package/api/resources/{mlModels → adHoc}/client/index.js +0 -0
- /package/api/resources/{mlModels/client/requests/MlModelCreateRequest.js → adHoc/client/requests/AdHocExecutePromptStreamRequest.js} +0 -0
- /package/api/resources/{mlModels → adHoc}/client/requests/index.js +0 -0
- /package/api/resources/{mlModels → adHoc}/index.d.ts +0 -0
- /package/api/resources/{mlModels → adHoc}/index.js +0 -0
- /package/api/resources/{mlModels/client/requests/MlModelUpdateRequest.js → sandboxes/client/requests/UpsertSandboxScenarioRequest.js} +0 -0
- /package/api/{resources/mlModels/client/requests/MlModelsListRequest.js → types/AdHocExecutePromptEvent.js} +0 -0
- /package/api/{resources/mlModels/client/requests/PatchedMlModelUpdateRequest.js → types/AdHocExpandMetaRequest.js} +0 -0
- /package/api/{resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js → types/AdHocFulfilledPromptExecutionMeta.js} +0 -0
- /package/api/types/{HuggingFaceTokenizerConfig.js → AdHocInitiatedPromptExecutionMeta.js} +0 -0
- /package/api/types/{HuggingFaceTokenizerConfigRequest.js → AdHocRejectedPromptExecutionMeta.js} +0 -0
- /package/api/types/{MlModelDeveloperEnumValueLabel.js → AdHocStreamingPromptExecutionMeta.js} +0 -0
- /package/api/types/{MlModelDisplayConfigLabelled.js → ChatMessagePromptBlockPropertiesRequest.js} +0 -0
- /package/api/types/{MlModelDisplayConfigRequest.js → ChatMessagePromptBlockRequest.js} +0 -0
- /package/api/types/{MlModelDisplayTagEnumValueLabel.js → EphemeralPromptCacheConfigRequest.js} +0 -0
- /package/api/types/{MlModelExecConfig.js → EphemeralPromptCacheConfigTypeEnum.js} +0 -0
- /package/api/types/{MlModelExecConfigRequest.js → FulfilledAdHocExecutePromptEvent.js} +0 -0
- /package/api/types/{MlModelFamilyEnumValueLabel.js → FunctionDefinitionPromptBlockPropertiesRequest.js} +0 -0
- /package/api/types/{MlModelParameterConfig.js → FunctionDefinitionPromptBlockRequest.js} +0 -0
- /package/api/types/{MlModelParameterConfigRequest.js → InitiatedAdHocExecutePromptEvent.js} +0 -0
- /package/api/types/{MlModelRead.js → JinjaPromptBlockPropertiesRequest.js} +0 -0
- /package/api/types/{MlModelRequestAuthorizationConfig.js → JinjaPromptBlockRequest.js} +0 -0
- /package/api/types/{MlModelRequestAuthorizationConfigRequest.js → PlainTextPromptBlockRequest.js} +0 -0
- /package/api/types/{MlModelRequestConfig.js → PromptBlockRequest.js} +0 -0
- /package/api/types/{MlModelRequestConfigRequest.js → PromptDeploymentExpandMetaRequest.js} +0 -0
- /package/api/types/{MlModelResponseConfig.js → PromptParametersRequest.js} +0 -0
- /package/api/types/{MlModelResponseConfigRequest.js → PromptRequestChatHistoryInputRequest.js} +0 -0
- /package/api/types/{MlModelTokenizerConfig.js → PromptRequestInputRequest.js} +0 -0
- /package/api/types/{MlModelTokenizerConfigRequest.js → PromptRequestJsonInputRequest.js} +0 -0
- /package/api/types/{OpenApiArrayProperty.js → PromptRequestStringInputRequest.js} +0 -0
- /package/api/types/{OpenApiArrayPropertyRequest.js → RejectedAdHocExecutePromptEvent.js} +0 -0
- /package/api/types/{OpenApiBooleanProperty.js → RichTextChildBlockRequest.js} +0 -0
- /package/api/types/{OpenApiBooleanPropertyRequest.js → RichTextPromptBlockRequest.js} +0 -0
- /package/api/types/{OpenApiConstProperty.js → StreamingAdHocExecutePromptEvent.js} +0 -0
- /package/api/types/{OpenApiConstPropertyRequest.js → VariablePromptBlockRequest.js} +0 -0
- /package/api/types/{OpenApiIntegerProperty.js → VellumVariableRequest.js} +0 -0
- /package/dist/api/resources/{mlModels → adHoc}/client/index.d.ts +0 -0
- /package/dist/api/resources/{mlModels → adHoc}/client/index.js +0 -0
- /package/{api/types/OpenApiIntegerPropertyRequest.js → dist/api/resources/adHoc/client/requests/AdHocExecutePromptStreamRequest.js} +0 -0
- /package/dist/api/resources/{mlModels → adHoc}/client/requests/index.js +0 -0
- /package/dist/api/resources/{mlModels → adHoc}/index.d.ts +0 -0
- /package/dist/api/resources/{mlModels → adHoc}/index.js +0 -0
- /package/{api/types/OpenApiNumberProperty.js → dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequest.js} +0 -0
- /package/{api/types/OpenApiNumberPropertyRequest.js → dist/api/types/AdHocExecutePromptEvent.js} +0 -0
- /package/{api/types/OpenApiObjectProperty.js → dist/api/types/AdHocExpandMetaRequest.js} +0 -0
- /package/{api/types/OpenApiObjectPropertyRequest.js → dist/api/types/AdHocFulfilledPromptExecutionMeta.js} +0 -0
- /package/{api/types/OpenApiOneOfProperty.js → dist/api/types/AdHocInitiatedPromptExecutionMeta.js} +0 -0
- /package/{api/types/OpenApiOneOfPropertyRequest.js → dist/api/types/AdHocRejectedPromptExecutionMeta.js} +0 -0
- /package/{api/types/OpenApiProperty.js → dist/api/types/AdHocStreamingPromptExecutionMeta.js} +0 -0
- /package/{api/types/OpenApiPropertyRequest.js → dist/api/types/ChatMessagePromptBlockPropertiesRequest.js} +0 -0
- /package/{api/types/OpenApiRefProperty.js → dist/api/types/ChatMessagePromptBlockRequest.js} +0 -0
- /package/{api/types/OpenApiRefPropertyRequest.js → dist/api/types/EphemeralPromptCacheConfigRequest.js} +0 -0
- /package/{api/types/OpenApiStringProperty.js → dist/api/types/EphemeralPromptCacheConfigTypeEnum.js} +0 -0
- /package/{api/types/OpenApiStringPropertyRequest.js → dist/api/types/FulfilledAdHocExecutePromptEvent.js} +0 -0
- /package/{api/types/PaginatedMlModelReadList.js → dist/api/types/FunctionDefinitionPromptBlockPropertiesRequest.js} +0 -0
- /package/{api/types/PromptDeploymentExpandMetaRequestRequest.js → dist/api/types/FunctionDefinitionPromptBlockRequest.js} +0 -0
- /package/{api/types/TikTokenTokenizerConfig.js → dist/api/types/InitiatedAdHocExecutePromptEvent.js} +0 -0
- /package/{api/types/TikTokenTokenizerConfigRequest.js → dist/api/types/JinjaPromptBlockPropertiesRequest.js} +0 -0
- /package/dist/api/{resources/mlModels/client/requests/MlModelCreateRequest.js → types/JinjaPromptBlockRequest.js} +0 -0
- /package/dist/api/{resources/mlModels/client/requests/MlModelUpdateRequest.js → types/PlainTextPromptBlockRequest.js} +0 -0
- /package/dist/api/{resources/mlModels/client/requests/MlModelsListRequest.js → types/PromptBlockRequest.js} +0 -0
- /package/dist/api/{resources/mlModels/client/requests/PatchedMlModelUpdateRequest.js → types/PromptDeploymentExpandMetaRequest.js} +0 -0
- /package/dist/api/{resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js → types/PromptParametersRequest.js} +0 -0
- /package/dist/api/types/{HuggingFaceTokenizerConfig.js → PromptRequestChatHistoryInputRequest.js} +0 -0
- /package/dist/api/types/{HuggingFaceTokenizerConfigRequest.js → PromptRequestInputRequest.js} +0 -0
- /package/dist/api/types/{MlModelDeveloperEnumValueLabel.js → PromptRequestJsonInputRequest.js} +0 -0
- /package/dist/api/types/{MlModelDisplayConfigLabelled.js → PromptRequestStringInputRequest.js} +0 -0
- /package/dist/api/types/{MlModelDisplayConfigRequest.js → RejectedAdHocExecutePromptEvent.js} +0 -0
- /package/dist/api/types/{MlModelDisplayTagEnumValueLabel.js → RichTextChildBlockRequest.js} +0 -0
- /package/dist/api/types/{MlModelExecConfig.js → RichTextPromptBlockRequest.js} +0 -0
- /package/dist/api/types/{MlModelExecConfigRequest.js → StreamingAdHocExecutePromptEvent.js} +0 -0
- /package/dist/api/types/{MlModelFamilyEnumValueLabel.js → VariablePromptBlockRequest.js} +0 -0
- /package/dist/api/types/{MlModelParameterConfig.js → VellumVariableRequest.js} +0 -0
- /package/dist/serialization/resources/{mlModels → adHoc}/client/index.d.ts +0 -0
- /package/dist/serialization/resources/{mlModels → adHoc}/client/index.js +0 -0
- /package/dist/serialization/resources/{mlModels → adHoc}/index.d.ts +0 -0
- /package/dist/serialization/resources/{mlModels → adHoc}/index.js +0 -0
- /package/serialization/resources/{mlModels → adHoc}/client/index.d.ts +0 -0
- /package/serialization/resources/{mlModels → adHoc}/client/index.js +0 -0
- /package/serialization/resources/{mlModels → adHoc}/index.d.ts +0 -0
- /package/serialization/resources/{mlModels → adHoc}/index.js +0 -0
|
@@ -26,10 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.PromptRequestJsonInputRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
value:
|
|
31
|
+
exports.PromptRequestJsonInputRequest = core.serialization.object({
|
|
32
|
+
key: core.serialization.string(),
|
|
33
|
+
type: core.serialization.stringLiteral("JSON"),
|
|
34
|
+
value: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
|
|
35
35
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const PromptRequestStringInputRequest: core.serialization.ObjectSchema<serializers.PromptRequestStringInputRequest.Raw, Vellum.PromptRequestStringInputRequest>;
|
|
8
|
+
export declare namespace PromptRequestStringInputRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
key: string;
|
|
11
|
+
type: "STRING";
|
|
12
|
+
value: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -26,9 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.PromptRequestStringInputRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
exports.PromptRequestStringInputRequest = core.serialization.object({
|
|
32
|
+
key: core.serialization.string(),
|
|
33
|
+
type: core.serialization.stringLiteral("STRING"),
|
|
34
|
+
value: core.serialization.string(),
|
|
34
35
|
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { VellumError } from "./VellumError";
|
|
8
|
+
import { AdHocRejectedPromptExecutionMeta } from "./AdHocRejectedPromptExecutionMeta";
|
|
9
|
+
export declare const RejectedAdHocExecutePromptEvent: core.serialization.ObjectSchema<serializers.RejectedAdHocExecutePromptEvent.Raw, Vellum.RejectedAdHocExecutePromptEvent>;
|
|
10
|
+
export declare namespace RejectedAdHocExecutePromptEvent {
|
|
11
|
+
interface Raw {
|
|
12
|
+
state: "REJECTED";
|
|
13
|
+
error: VellumError.Raw;
|
|
14
|
+
execution_id: string;
|
|
15
|
+
meta?: AdHocRejectedPromptExecutionMeta.Raw | null;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -26,10 +26,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.RejectedAdHocExecutePromptEvent = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
const VellumError_1 = require("./VellumError");
|
|
32
|
+
const AdHocRejectedPromptExecutionMeta_1 = require("./AdHocRejectedPromptExecutionMeta");
|
|
33
|
+
exports.RejectedAdHocExecutePromptEvent = core.serialization.object({
|
|
34
|
+
state: core.serialization.stringLiteral("REJECTED"),
|
|
35
|
+
error: VellumError_1.VellumError,
|
|
36
|
+
executionId: core.serialization.property("execution_id", core.serialization.string()),
|
|
37
|
+
meta: AdHocRejectedPromptExecutionMeta_1.AdHocRejectedPromptExecutionMeta.optional(),
|
|
35
38
|
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { VariablePromptBlockRequest } from "./VariablePromptBlockRequest";
|
|
8
|
+
import { PlainTextPromptBlockRequest } from "./PlainTextPromptBlockRequest";
|
|
9
|
+
export declare const RichTextChildBlockRequest: core.serialization.Schema<serializers.RichTextChildBlockRequest.Raw, Vellum.RichTextChildBlockRequest>;
|
|
10
|
+
export declare namespace RichTextChildBlockRequest {
|
|
11
|
+
type Raw = VariablePromptBlockRequest.Raw | PlainTextPromptBlockRequest.Raw;
|
|
12
|
+
}
|
|
@@ -26,24 +26,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.RichTextChildBlockRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"AZURE_OPENAI",
|
|
35
|
-
"COHERE",
|
|
36
|
-
"CUSTOM",
|
|
37
|
-
"FIREWORKS_AI",
|
|
38
|
-
"GOOGLE",
|
|
39
|
-
"GOOGLE_VERTEX_AI",
|
|
40
|
-
"GROQ",
|
|
41
|
-
"HUGGINGFACE",
|
|
42
|
-
"IBM_WATSONX",
|
|
43
|
-
"MOSAICML",
|
|
44
|
-
"MYSTIC",
|
|
45
|
-
"OPENAI",
|
|
46
|
-
"OPENPIPE",
|
|
47
|
-
"PYQ",
|
|
48
|
-
"REPLICATE",
|
|
49
|
-
]);
|
|
31
|
+
const VariablePromptBlockRequest_1 = require("./VariablePromptBlockRequest");
|
|
32
|
+
const PlainTextPromptBlockRequest_1 = require("./PlainTextPromptBlockRequest");
|
|
33
|
+
exports.RichTextChildBlockRequest = core.serialization.undiscriminatedUnion([VariablePromptBlockRequest_1.VariablePromptBlockRequest, PlainTextPromptBlockRequest_1.PlainTextPromptBlockRequest]);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { RichTextChildBlockRequest } from "./RichTextChildBlockRequest";
|
|
8
|
+
import { PromptBlockState } from "./PromptBlockState";
|
|
9
|
+
import { EphemeralPromptCacheConfigRequest } from "./EphemeralPromptCacheConfigRequest";
|
|
10
|
+
export declare const RichTextPromptBlockRequest: core.serialization.ObjectSchema<serializers.RichTextPromptBlockRequest.Raw, Vellum.RichTextPromptBlockRequest>;
|
|
11
|
+
export declare namespace RichTextPromptBlockRequest {
|
|
12
|
+
interface Raw {
|
|
13
|
+
block_type: "RICH_TEXT";
|
|
14
|
+
blocks: RichTextChildBlockRequest.Raw[];
|
|
15
|
+
id: string;
|
|
16
|
+
state?: PromptBlockState.Raw | null;
|
|
17
|
+
cache_config?: EphemeralPromptCacheConfigRequest.Raw | null;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.RichTextPromptBlockRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const RichTextChildBlockRequest_1 = require("./RichTextChildBlockRequest");
|
|
32
|
+
const PromptBlockState_1 = require("./PromptBlockState");
|
|
33
|
+
const EphemeralPromptCacheConfigRequest_1 = require("./EphemeralPromptCacheConfigRequest");
|
|
34
|
+
exports.RichTextPromptBlockRequest = core.serialization.object({
|
|
35
|
+
blockType: core.serialization.property("block_type", core.serialization.stringLiteral("RICH_TEXT")),
|
|
36
|
+
blocks: core.serialization.list(RichTextChildBlockRequest_1.RichTextChildBlockRequest),
|
|
37
|
+
id: core.serialization.string(),
|
|
38
|
+
state: PromptBlockState_1.PromptBlockState.optional(),
|
|
39
|
+
cacheConfig: core.serialization.property("cache_config", EphemeralPromptCacheConfigRequest_1.EphemeralPromptCacheConfigRequest.optional()),
|
|
40
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { PromptOutput } from "./PromptOutput";
|
|
8
|
+
import { AdHocStreamingPromptExecutionMeta } from "./AdHocStreamingPromptExecutionMeta";
|
|
9
|
+
export declare const StreamingAdHocExecutePromptEvent: core.serialization.ObjectSchema<serializers.StreamingAdHocExecutePromptEvent.Raw, Vellum.StreamingAdHocExecutePromptEvent>;
|
|
10
|
+
export declare namespace StreamingAdHocExecutePromptEvent {
|
|
11
|
+
interface Raw {
|
|
12
|
+
state: "STREAMING";
|
|
13
|
+
output: PromptOutput.Raw;
|
|
14
|
+
output_index: number;
|
|
15
|
+
execution_id: string;
|
|
16
|
+
meta?: AdHocStreamingPromptExecutionMeta.Raw | null;
|
|
17
|
+
raw?: Record<string, unknown> | null;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.StreamingAdHocExecutePromptEvent = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const PromptOutput_1 = require("./PromptOutput");
|
|
32
|
+
const AdHocStreamingPromptExecutionMeta_1 = require("./AdHocStreamingPromptExecutionMeta");
|
|
33
|
+
exports.StreamingAdHocExecutePromptEvent = core.serialization.object({
|
|
34
|
+
state: core.serialization.stringLiteral("STREAMING"),
|
|
35
|
+
output: PromptOutput_1.PromptOutput,
|
|
36
|
+
outputIndex: core.serialization.property("output_index", core.serialization.number()),
|
|
37
|
+
executionId: core.serialization.property("execution_id", core.serialization.string()),
|
|
38
|
+
meta: AdHocStreamingPromptExecutionMeta_1.AdHocStreamingPromptExecutionMeta.optional(),
|
|
39
|
+
raw: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
40
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { PromptBlockState } from "./PromptBlockState";
|
|
8
|
+
import { EphemeralPromptCacheConfigRequest } from "./EphemeralPromptCacheConfigRequest";
|
|
9
|
+
export declare const VariablePromptBlockRequest: core.serialization.ObjectSchema<serializers.VariablePromptBlockRequest.Raw, Vellum.VariablePromptBlockRequest>;
|
|
10
|
+
export declare namespace VariablePromptBlockRequest {
|
|
11
|
+
interface Raw {
|
|
12
|
+
block_type: "VARIABLE";
|
|
13
|
+
id: string;
|
|
14
|
+
state?: PromptBlockState.Raw | null;
|
|
15
|
+
cache_config?: EphemeralPromptCacheConfigRequest.Raw | null;
|
|
16
|
+
input_variable_id: string;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -26,10 +26,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.VariablePromptBlockRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
const PromptBlockState_1 = require("./PromptBlockState");
|
|
32
|
+
const EphemeralPromptCacheConfigRequest_1 = require("./EphemeralPromptCacheConfigRequest");
|
|
33
|
+
exports.VariablePromptBlockRequest = core.serialization.object({
|
|
34
|
+
blockType: core.serialization.property("block_type", core.serialization.stringLiteral("VARIABLE")),
|
|
35
|
+
id: core.serialization.string(),
|
|
36
|
+
state: PromptBlockState_1.PromptBlockState.optional(),
|
|
37
|
+
cacheConfig: core.serialization.property("cache_config", EphemeralPromptCacheConfigRequest_1.EphemeralPromptCacheConfigRequest.optional()),
|
|
38
|
+
inputVariableId: core.serialization.property("input_variable_id", core.serialization.string()),
|
|
35
39
|
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { VellumVariableType } from "./VellumVariableType";
|
|
8
|
+
export declare const VellumVariableRequest: core.serialization.ObjectSchema<serializers.VellumVariableRequest.Raw, Vellum.VellumVariableRequest>;
|
|
9
|
+
export declare namespace VellumVariableRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
id: string;
|
|
12
|
+
key: string;
|
|
13
|
+
type: VellumVariableType.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|
package/dist/serialization/types/{MlModelDisplayTagEnumValueLabel.js → VellumVariableRequest.js}
RENAMED
|
@@ -26,10 +26,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.VellumVariableRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
32
|
-
exports.
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
const VellumVariableType_1 = require("./VellumVariableType");
|
|
32
|
+
exports.VellumVariableRequest = core.serialization.object({
|
|
33
|
+
id: core.serialization.string(),
|
|
34
|
+
key: core.serialization.string(),
|
|
35
|
+
type: VellumVariableType_1.VellumVariableType,
|
|
35
36
|
});
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
export * from "./AdHocExecutePromptEvent";
|
|
2
|
+
export * from "./AdHocExpandMetaRequest";
|
|
3
|
+
export * from "./AdHocFulfilledPromptExecutionMeta";
|
|
4
|
+
export * from "./AdHocInitiatedPromptExecutionMeta";
|
|
5
|
+
export * from "./AdHocRejectedPromptExecutionMeta";
|
|
6
|
+
export * from "./AdHocStreamingPromptExecutionMeta";
|
|
1
7
|
export * from "./AddOpenaiApiKeyEnum";
|
|
2
8
|
export * from "./ApiNodeResult";
|
|
3
9
|
export * from "./ApiNodeResultData";
|
|
@@ -18,6 +24,8 @@ export * from "./ChatHistoryInputRequest";
|
|
|
18
24
|
export * from "./ChatMessage";
|
|
19
25
|
export * from "./ChatMessageContent";
|
|
20
26
|
export * from "./ChatMessageContentRequest";
|
|
27
|
+
export * from "./ChatMessagePromptBlockPropertiesRequest";
|
|
28
|
+
export * from "./ChatMessagePromptBlockRequest";
|
|
21
29
|
export * from "./ChatMessageRequest";
|
|
22
30
|
export * from "./ChatMessageRole";
|
|
23
31
|
export * from "./CodeExecutionNodeArrayResult";
|
|
@@ -52,6 +60,8 @@ export * from "./DocumentStatus";
|
|
|
52
60
|
export * from "./EnrichedNormalizedCompletion";
|
|
53
61
|
export * from "./EntityStatus";
|
|
54
62
|
export * from "./EnvironmentEnum";
|
|
63
|
+
export * from "./EphemeralPromptCacheConfigRequest";
|
|
64
|
+
export * from "./EphemeralPromptCacheConfigTypeEnum";
|
|
55
65
|
export * from "./ErrorVariableValue";
|
|
56
66
|
export * from "./ErrorVellumValue";
|
|
57
67
|
export * from "./ErrorVellumValueRequest";
|
|
@@ -71,6 +81,7 @@ export * from "./ExecutionVellumValue";
|
|
|
71
81
|
export * from "./ExternalTestCaseExecution";
|
|
72
82
|
export * from "./ExternalTestCaseExecutionRequest";
|
|
73
83
|
export * from "./FinishReasonEnum";
|
|
84
|
+
export * from "./FulfilledAdHocExecutePromptEvent";
|
|
74
85
|
export * from "./FulfilledEnum";
|
|
75
86
|
export * from "./FulfilledExecutePromptEvent";
|
|
76
87
|
export * from "./FulfilledExecutePromptResponse";
|
|
@@ -86,6 +97,8 @@ export * from "./FunctionCallRequest";
|
|
|
86
97
|
export * from "./FunctionCallVariableValue";
|
|
87
98
|
export * from "./FunctionCallVellumValue";
|
|
88
99
|
export * from "./FunctionCallVellumValueRequest";
|
|
100
|
+
export * from "./FunctionDefinitionPromptBlockPropertiesRequest";
|
|
101
|
+
export * from "./FunctionDefinitionPromptBlockRequest";
|
|
89
102
|
export * from "./GenerateOptionsRequest";
|
|
90
103
|
export * from "./GenerateRequest";
|
|
91
104
|
export * from "./GenerateResponse";
|
|
@@ -97,9 +110,6 @@ export * from "./GenerateStreamResult";
|
|
|
97
110
|
export * from "./GenerateStreamResultData";
|
|
98
111
|
export * from "./HkunlpInstructorXlVectorizer";
|
|
99
112
|
export * from "./HkunlpInstructorXlVectorizerRequest";
|
|
100
|
-
export * from "./HostedByEnum";
|
|
101
|
-
export * from "./HuggingFaceTokenizerConfig";
|
|
102
|
-
export * from "./HuggingFaceTokenizerConfigRequest";
|
|
103
113
|
export * from "./ImageChatMessageContent";
|
|
104
114
|
export * from "./ImageChatMessageContentRequest";
|
|
105
115
|
export * from "./ImageVariableValue";
|
|
@@ -108,6 +118,7 @@ export * from "./ImageVellumValueRequest";
|
|
|
108
118
|
export * from "./IndexingConfigVectorizer";
|
|
109
119
|
export * from "./IndexingConfigVectorizerRequest";
|
|
110
120
|
export * from "./IndexingStateEnum";
|
|
121
|
+
export * from "./InitiatedAdHocExecutePromptEvent";
|
|
111
122
|
export * from "./InitiatedExecutePromptEvent";
|
|
112
123
|
export * from "./InitiatedPromptExecutionMeta";
|
|
113
124
|
export * from "./InitiatedWorkflowNodeResultEvent";
|
|
@@ -115,34 +126,13 @@ export * from "./InstructorVectorizerConfig";
|
|
|
115
126
|
export * from "./InstructorVectorizerConfigRequest";
|
|
116
127
|
export * from "./IterationStateEnum";
|
|
117
128
|
export * from "./JsonInputRequest";
|
|
129
|
+
export * from "./JinjaPromptBlockPropertiesRequest";
|
|
130
|
+
export * from "./JinjaPromptBlockRequest";
|
|
118
131
|
export * from "./JsonVariableValue";
|
|
119
132
|
export * from "./JsonVellumValue";
|
|
120
133
|
export * from "./JsonVellumValueRequest";
|
|
121
134
|
export * from "./LogicalOperator";
|
|
122
135
|
export * from "./LogprobsEnum";
|
|
123
|
-
export * from "./MlModelDeveloper";
|
|
124
|
-
export * from "./MlModelDeveloperEnumValueLabel";
|
|
125
|
-
export * from "./MlModelDisplayConfigLabelled";
|
|
126
|
-
export * from "./MlModelDisplayConfigRequest";
|
|
127
|
-
export * from "./MlModelDisplayTag";
|
|
128
|
-
export * from "./MlModelDisplayTagEnumValueLabel";
|
|
129
|
-
export * from "./MlModelExecConfig";
|
|
130
|
-
export * from "./MlModelExecConfigRequest";
|
|
131
|
-
export * from "./MlModelFamily";
|
|
132
|
-
export * from "./MlModelFamilyEnumValueLabel";
|
|
133
|
-
export * from "./MlModelFeature";
|
|
134
|
-
export * from "./MlModelParameterConfig";
|
|
135
|
-
export * from "./MlModelParameterConfigRequest";
|
|
136
|
-
export * from "./MlModelRead";
|
|
137
|
-
export * from "./MlModelRequestAuthorizationConfig";
|
|
138
|
-
export * from "./MlModelRequestAuthorizationConfigRequest";
|
|
139
|
-
export * from "./MlModelRequestAuthorizationConfigTypeEnum";
|
|
140
|
-
export * from "./MlModelRequestConfig";
|
|
141
|
-
export * from "./MlModelRequestConfigRequest";
|
|
142
|
-
export * from "./MlModelResponseConfig";
|
|
143
|
-
export * from "./MlModelResponseConfigRequest";
|
|
144
|
-
export * from "./MlModelTokenizerConfig";
|
|
145
|
-
export * from "./MlModelTokenizerConfigRequest";
|
|
146
136
|
export * from "./MlModelUsage";
|
|
147
137
|
export * from "./MapNodeResult";
|
|
148
138
|
export * from "./MapNodeResultData";
|
|
@@ -205,28 +195,7 @@ export * from "./OpenAiVectorizerTextEmbedding3Small";
|
|
|
205
195
|
export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
|
|
206
196
|
export * from "./OpenAiVectorizerTextEmbeddingAda002";
|
|
207
197
|
export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
|
|
208
|
-
export * from "./OpenApiArrayProperty";
|
|
209
|
-
export * from "./OpenApiArrayPropertyRequest";
|
|
210
|
-
export * from "./OpenApiBooleanProperty";
|
|
211
|
-
export * from "./OpenApiBooleanPropertyRequest";
|
|
212
|
-
export * from "./OpenApiConstProperty";
|
|
213
|
-
export * from "./OpenApiConstPropertyRequest";
|
|
214
|
-
export * from "./OpenApiIntegerProperty";
|
|
215
|
-
export * from "./OpenApiIntegerPropertyRequest";
|
|
216
|
-
export * from "./OpenApiNumberProperty";
|
|
217
|
-
export * from "./OpenApiNumberPropertyRequest";
|
|
218
|
-
export * from "./OpenApiObjectProperty";
|
|
219
|
-
export * from "./OpenApiObjectPropertyRequest";
|
|
220
|
-
export * from "./OpenApiOneOfProperty";
|
|
221
|
-
export * from "./OpenApiOneOfPropertyRequest";
|
|
222
|
-
export * from "./OpenApiProperty";
|
|
223
|
-
export * from "./OpenApiPropertyRequest";
|
|
224
|
-
export * from "./OpenApiRefProperty";
|
|
225
|
-
export * from "./OpenApiRefPropertyRequest";
|
|
226
|
-
export * from "./OpenApiStringProperty";
|
|
227
|
-
export * from "./OpenApiStringPropertyRequest";
|
|
228
198
|
export * from "./PaginatedDocumentIndexReadList";
|
|
229
|
-
export * from "./PaginatedMlModelReadList";
|
|
230
199
|
export * from "./PaginatedSlimDeploymentReadList";
|
|
231
200
|
export * from "./PaginatedSlimDocumentList";
|
|
232
201
|
export * from "./PaginatedSlimWorkflowDeploymentList";
|
|
@@ -234,20 +203,29 @@ export * from "./PaginatedTestSuiteRunExecutionList";
|
|
|
234
203
|
export * from "./PaginatedTestSuiteTestCaseList";
|
|
235
204
|
export * from "./PdfSearchResultMetaSource";
|
|
236
205
|
export * from "./PdfSearchResultMetaSourceRequest";
|
|
206
|
+
export * from "./PlainTextPromptBlockRequest";
|
|
237
207
|
export * from "./ProcessingFailureReasonEnum";
|
|
238
208
|
export * from "./ProcessingStateEnum";
|
|
239
|
-
export * from "./
|
|
209
|
+
export * from "./PromptBlockRequest";
|
|
210
|
+
export * from "./PromptBlockState";
|
|
211
|
+
export * from "./PromptDeploymentExpandMetaRequest";
|
|
240
212
|
export * from "./PromptDeploymentInputRequest";
|
|
241
213
|
export * from "./PromptExecutionMeta";
|
|
242
214
|
export * from "./PromptNodeExecutionMeta";
|
|
243
215
|
export * from "./PromptNodeResult";
|
|
244
216
|
export * from "./PromptNodeResultData";
|
|
245
217
|
export * from "./PromptOutput";
|
|
218
|
+
export * from "./PromptParametersRequest";
|
|
219
|
+
export * from "./PromptRequestChatHistoryInputRequest";
|
|
220
|
+
export * from "./PromptRequestInputRequest";
|
|
221
|
+
export * from "./PromptRequestJsonInputRequest";
|
|
222
|
+
export * from "./PromptRequestStringInputRequest";
|
|
246
223
|
export * from "./RawPromptExecutionOverridesRequest";
|
|
247
224
|
export * from "./ReductoChunkerConfig";
|
|
248
225
|
export * from "./ReductoChunkerConfigRequest";
|
|
249
226
|
export * from "./ReductoChunking";
|
|
250
227
|
export * from "./ReductoChunkingRequest";
|
|
228
|
+
export * from "./RejectedAdHocExecutePromptEvent";
|
|
251
229
|
export * from "./RejectedExecutePromptEvent";
|
|
252
230
|
export * from "./RejectedExecutePromptResponse";
|
|
253
231
|
export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
|
|
@@ -255,6 +233,8 @@ export * from "./RejectedPromptExecutionMeta";
|
|
|
255
233
|
export * from "./RejectedWorkflowNodeResultEvent";
|
|
256
234
|
export * from "./ReleaseTagSource";
|
|
257
235
|
export * from "./ReplaceTestSuiteTestCaseRequest";
|
|
236
|
+
export * from "./RichTextChildBlockRequest";
|
|
237
|
+
export * from "./RichTextPromptBlockRequest";
|
|
258
238
|
export * from "./SandboxScenario";
|
|
259
239
|
export * from "./ScenarioInput";
|
|
260
240
|
export * from "./ScenarioInputChatHistoryVariableValue";
|
|
@@ -282,6 +262,7 @@ export * from "./SentenceChunkingRequest";
|
|
|
282
262
|
export * from "./SlimDeploymentRead";
|
|
283
263
|
export * from "./SlimDocument";
|
|
284
264
|
export * from "./SlimWorkflowDeployment";
|
|
265
|
+
export * from "./StreamingAdHocExecutePromptEvent";
|
|
285
266
|
export * from "./StreamingExecutePromptEvent";
|
|
286
267
|
export * from "./StreamingPromptExecutionMeta";
|
|
287
268
|
export * from "./StreamingWorkflowNodeResultEvent";
|
|
@@ -374,22 +355,21 @@ export * from "./TestSuiteTestCaseReplaceBulkOperationRequest";
|
|
|
374
355
|
export * from "./TestSuiteTestCaseReplacedBulkResult";
|
|
375
356
|
export * from "./TestSuiteTestCaseReplacedBulkResultData";
|
|
376
357
|
export * from "./TestSuiteTestCaseUpsertBulkOperationRequest";
|
|
377
|
-
export * from "./TikTokenTokenizerConfig";
|
|
378
|
-
export * from "./TikTokenTokenizerConfigRequest";
|
|
379
358
|
export * from "./TokenOverlappingWindowChunkerConfig";
|
|
380
359
|
export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
381
360
|
export * from "./TokenOverlappingWindowChunking";
|
|
382
361
|
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
383
362
|
export * from "./UploadDocumentResponse";
|
|
384
363
|
export * from "./UpsertTestSuiteTestCaseRequest";
|
|
364
|
+
export * from "./VariablePromptBlockRequest";
|
|
385
365
|
export * from "./VellumError";
|
|
386
366
|
export * from "./VellumErrorCodeEnum";
|
|
387
367
|
export * from "./VellumErrorRequest";
|
|
388
368
|
export * from "./VellumImage";
|
|
389
369
|
export * from "./VellumImageRequest";
|
|
390
370
|
export * from "./VellumVariable";
|
|
371
|
+
export * from "./VellumVariableRequest";
|
|
391
372
|
export * from "./VellumVariableType";
|
|
392
|
-
export * from "./VisibilityEnum";
|
|
393
373
|
export * from "./WorkflowDeploymentRead";
|
|
394
374
|
export * from "./WorkflowEventError";
|
|
395
375
|
export * from "./WorkflowExecutionActualChatHistoryRequest";
|