vellum-ai 0.3.25 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +0 -3
- package/Client.js +17 -22
- package/api/errors/index.d.ts +0 -1
- package/api/errors/index.js +0 -1
- package/api/resources/deployments/client/Client.js +3 -3
- package/api/resources/documentIndexes/client/Client.js +6 -6
- package/api/resources/documents/client/Client.d.ts +7 -0
- package/api/resources/documents/client/Client.js +51 -4
- package/api/resources/folderEntities/client/Client.js +1 -1
- package/api/resources/index.d.ts +0 -2
- package/api/resources/index.js +1 -3
- package/api/resources/modelVersions/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.d.ts +1 -9
- package/api/resources/sandboxes/client/Client.js +3 -11
- package/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +2 -10
- 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/ChatHistoryPromptTemplateBlock.d.ts +12 -0
- package/api/types/ChatMessageEnum.d.ts +4 -0
- package/api/types/ChatMessagePromptTemplateBlock.d.ts +12 -0
- package/api/types/ChatMessagePromptTemplateBlockProperties.d.ts +13 -0
- package/api/types/FulfilledFunctionCallRequest.d.ts +13 -0
- package/api/types/FunctionDefinitionEnum.d.ts +4 -0
- package/api/types/FunctionDefinitionPromptTemplateBlock.d.ts +12 -0
- package/api/types/FunctionDefinitionPromptTemplateBlockProperties.d.ts +13 -0
- package/api/types/JinjaEnum.d.ts +4 -0
- package/api/types/JinjaPromptTemplateBlock.d.ts +12 -0
- package/api/types/JinjaPromptTemplateBlockProperties.d.ts +8 -0
- package/api/types/NamedScenarioInputChatHistoryVariableValueRequest.d.ts +11 -0
- package/api/types/NamedScenarioInputRequest.d.ts +13 -0
- package/api/types/NamedScenarioInputStringVariableValueRequest.d.ts +10 -0
- package/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +11 -0
- package/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +11 -0
- package/api/types/NamedTestCaseVariableValue.d.ts +4 -1
- package/api/types/NamedTestCaseVariableValueRequest.d.ts +4 -1
- package/api/types/PromptTemplateBlock.d.ts +14 -5
- package/api/types/PromptTemplateBlockData.d.ts +1 -1
- package/api/types/ScenarioInput.d.ts +8 -5
- package/api/types/ScenarioInputChatHistoryVariableValue.d.ts +11 -0
- package/api/types/ScenarioInputStringVariableValue.d.ts +10 -0
- package/api/types/TestCaseFunctionCallVariableValue.d.ts +12 -0
- package/api/types/TestCaseVariableValue.d.ts +4 -1
- package/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +12 -0
- package/api/types/TestSuiteRunExecutionOutput.d.ts +4 -1
- package/api/types/VellumVariableType.d.ts +3 -1
- package/api/types/VellumVariableType.js +1 -0
- package/api/types/index.d.ts +20 -17
- package/api/types/index.js +20 -17
- package/dist/Client.d.ts +0 -3
- package/dist/Client.js +17 -22
- package/dist/api/errors/index.d.ts +0 -1
- package/dist/api/errors/index.js +0 -1
- package/dist/api/resources/deployments/client/Client.js +3 -3
- package/dist/api/resources/documentIndexes/client/Client.js +6 -6
- package/dist/api/resources/documents/client/Client.d.ts +7 -0
- package/dist/api/resources/documents/client/Client.js +51 -4
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +0 -2
- package/dist/api/resources/index.js +1 -3
- package/dist/api/resources/modelVersions/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.d.ts +1 -9
- package/dist/api/resources/sandboxes/client/Client.js +3 -11
- package/dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +2 -10
- 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/ChatHistoryPromptTemplateBlock.d.ts +12 -0
- package/dist/api/types/ChatMessageEnum.d.ts +4 -0
- package/dist/api/types/ChatMessagePromptTemplateBlock.d.ts +12 -0
- package/dist/api/types/ChatMessagePromptTemplateBlockProperties.d.ts +13 -0
- package/dist/api/types/FulfilledFunctionCallRequest.d.ts +13 -0
- package/dist/api/types/FunctionDefinitionEnum.d.ts +4 -0
- package/dist/api/types/FunctionDefinitionPromptTemplateBlock.d.ts +12 -0
- package/dist/api/types/FunctionDefinitionPromptTemplateBlockProperties.d.ts +13 -0
- package/dist/api/types/JinjaEnum.d.ts +4 -0
- package/dist/api/types/JinjaPromptTemplateBlock.d.ts +12 -0
- package/dist/api/types/JinjaPromptTemplateBlockProperties.d.ts +8 -0
- package/dist/api/types/NamedScenarioInputChatHistoryVariableValueRequest.d.ts +11 -0
- package/dist/api/types/NamedScenarioInputRequest.d.ts +13 -0
- package/dist/api/types/NamedScenarioInputRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputStringVariableValueRequest.d.ts +10 -0
- package/dist/api/types/NamedScenarioInputStringVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +11 -0
- package/dist/api/types/NamedTestCaseFunctionCallVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +11 -0
- package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseVariableValue.d.ts +4 -1
- package/dist/api/types/NamedTestCaseVariableValueRequest.d.ts +4 -1
- package/dist/api/types/PromptTemplateBlock.d.ts +14 -5
- package/dist/api/types/PromptTemplateBlockData.d.ts +1 -1
- package/dist/api/types/ScenarioInput.d.ts +8 -5
- package/dist/api/types/ScenarioInputChatHistoryVariableValue.d.ts +11 -0
- package/dist/api/types/ScenarioInputChatHistoryVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputStringVariableValue.d.ts +10 -0
- package/dist/api/types/ScenarioInputStringVariableValue.js +5 -0
- package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +12 -0
- package/dist/api/types/TestCaseFunctionCallVariableValue.js +5 -0
- package/dist/api/types/TestCaseVariableValue.d.ts +4 -1
- package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +12 -0
- package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionOutput.d.ts +4 -1
- package/dist/api/types/VellumVariableType.d.ts +3 -1
- package/dist/api/types/VellumVariableType.js +1 -0
- package/dist/api/types/index.d.ts +20 -17
- package/dist/api/types/index.js +20 -17
- package/dist/serialization/resources/index.d.ts +0 -2
- package/dist/serialization/resources/index.js +1 -3
- package/dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +2 -2
- package/dist/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js +2 -2
- package/dist/serialization/types/ChatHistoryPromptTemplateBlock.d.ts +15 -0
- package/dist/serialization/types/{RegisteredPromptSandbox.js → ChatHistoryPromptTemplateBlock.js} +5 -3
- package/dist/serialization/types/ChatMessageEnum.d.ts +10 -0
- package/{serialization/types/ScenarioInputTypeEnum.js → dist/serialization/types/ChatMessageEnum.js} +2 -2
- package/dist/serialization/types/ChatMessagePromptTemplateBlock.d.ts +15 -0
- package/dist/serialization/types/{PromptTemplateBlockRequest.js → ChatMessagePromptTemplateBlock.js} +3 -5
- package/dist/serialization/types/ChatMessagePromptTemplateBlockProperties.d.ts +16 -0
- package/{serialization/types/PromptTemplateBlockDataRequest.js → dist/serialization/types/ChatMessagePromptTemplateBlockProperties.js} +7 -4
- package/dist/serialization/types/FulfilledFunctionCallRequest.d.ts +16 -0
- package/dist/serialization/types/FulfilledFunctionCallRequest.js +37 -0
- package/dist/serialization/types/FunctionDefinitionEnum.d.ts +10 -0
- package/dist/serialization/types/{BlockTypeEnum.js → FunctionDefinitionEnum.js} +2 -2
- package/dist/serialization/types/FunctionDefinitionPromptTemplateBlock.d.ts +16 -0
- package/dist/serialization/types/FunctionDefinitionPromptTemplateBlock.js +37 -0
- package/dist/serialization/types/FunctionDefinitionPromptTemplateBlockProperties.d.ts +15 -0
- package/dist/serialization/types/{RegisterPromptPromptInfoRequest.js → FunctionDefinitionPromptTemplateBlockProperties.js} +6 -6
- package/dist/serialization/types/JinjaEnum.d.ts +10 -0
- package/dist/serialization/types/{ScenarioInputTypeEnum.js → JinjaEnum.js} +2 -2
- package/dist/serialization/types/JinjaPromptTemplateBlock.d.ts +16 -0
- package/dist/serialization/types/JinjaPromptTemplateBlock.js +37 -0
- package/dist/serialization/types/JinjaPromptTemplateBlockProperties.d.ts +14 -0
- package/{serialization/types/RegisteredPromptInputVariableRequest.js → dist/serialization/types/JinjaPromptTemplateBlockProperties.js} +4 -5
- package/dist/serialization/types/NamedScenarioInputChatHistoryVariableValueRequest.d.ts +14 -0
- package/dist/serialization/types/NamedScenarioInputChatHistoryVariableValueRequest.js +35 -0
- package/dist/serialization/types/NamedScenarioInputRequest.d.ts +18 -0
- package/dist/serialization/types/NamedScenarioInputRequest.js +41 -0
- package/dist/serialization/types/NamedScenarioInputStringVariableValueRequest.d.ts +13 -0
- package/{serialization/types/RegisteredPromptDeployment.js → dist/serialization/types/NamedScenarioInputStringVariableValueRequest.js} +3 -4
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +14 -0
- package/dist/serialization/types/{RegisteredPromptModelVersion.js → NamedTestCaseFunctionCallVariableValue.js} +5 -4
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +14 -0
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +35 -0
- package/dist/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
- package/dist/serialization/types/NamedTestCaseVariableValue.js +2 -0
- package/dist/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
- package/dist/serialization/types/NamedTestCaseVariableValueRequest.js +2 -0
- package/dist/serialization/types/PromptTemplateBlock.d.ts +16 -8
- package/dist/serialization/types/PromptTemplateBlock.js +13 -7
- package/dist/serialization/types/PromptTemplateBlockData.d.ts +1 -1
- package/dist/serialization/types/PromptTemplateBlockData.js +1 -1
- package/dist/serialization/types/ScenarioInput.d.ts +9 -8
- package/dist/serialization/types/ScenarioInput.js +10 -7
- package/dist/serialization/types/ScenarioInputChatHistoryVariableValue.d.ts +14 -0
- package/dist/serialization/types/ScenarioInputChatHistoryVariableValue.js +35 -0
- package/dist/serialization/types/ScenarioInputStringVariableValue.d.ts +13 -0
- package/dist/serialization/types/{RegisterPromptErrorResponse.js → ScenarioInputStringVariableValue.js} +4 -3
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +15 -0
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +36 -0
- package/dist/serialization/types/TestCaseVariableValue.d.ts +5 -1
- package/dist/serialization/types/TestCaseVariableValue.js +2 -0
- package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +15 -0
- package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +36 -0
- package/dist/serialization/types/TestSuiteRunExecutionOutput.d.ts +5 -1
- package/dist/serialization/types/TestSuiteRunExecutionOutput.js +2 -0
- package/dist/serialization/types/VellumVariableType.d.ts +1 -1
- package/dist/serialization/types/VellumVariableType.js +1 -0
- package/dist/serialization/types/index.d.ts +20 -17
- package/dist/serialization/types/index.js +20 -17
- package/package.json +1 -1
- package/serialization/resources/index.d.ts +0 -2
- package/serialization/resources/index.js +1 -3
- package/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +2 -2
- package/serialization/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.js +2 -2
- package/serialization/types/ChatHistoryPromptTemplateBlock.d.ts +15 -0
- package/serialization/types/ChatHistoryPromptTemplateBlock.js +36 -0
- package/serialization/types/ChatMessageEnum.d.ts +10 -0
- package/serialization/types/{BlockTypeEnum.js → ChatMessageEnum.js} +2 -2
- package/serialization/types/ChatMessagePromptTemplateBlock.d.ts +15 -0
- package/serialization/types/{PromptTemplateBlockRequest.js → ChatMessagePromptTemplateBlock.js} +3 -5
- package/serialization/types/ChatMessagePromptTemplateBlockProperties.d.ts +16 -0
- package/{dist/serialization/types/PromptTemplateBlockDataRequest.js → serialization/types/ChatMessagePromptTemplateBlockProperties.js} +7 -4
- package/serialization/types/FulfilledFunctionCallRequest.d.ts +16 -0
- package/serialization/types/FulfilledFunctionCallRequest.js +37 -0
- package/serialization/types/FunctionDefinitionEnum.d.ts +10 -0
- package/serialization/types/FunctionDefinitionEnum.js +31 -0
- package/serialization/types/FunctionDefinitionPromptTemplateBlock.d.ts +16 -0
- package/serialization/types/FunctionDefinitionPromptTemplateBlock.js +37 -0
- package/serialization/types/FunctionDefinitionPromptTemplateBlockProperties.d.ts +15 -0
- package/serialization/types/FunctionDefinitionPromptTemplateBlockProperties.js +36 -0
- package/serialization/types/JinjaEnum.d.ts +10 -0
- package/serialization/types/JinjaEnum.js +31 -0
- package/serialization/types/JinjaPromptTemplateBlock.d.ts +16 -0
- package/serialization/types/JinjaPromptTemplateBlock.js +37 -0
- package/serialization/types/JinjaPromptTemplateBlockProperties.d.ts +14 -0
- package/{dist/serialization/types/RegisteredPromptInputVariableRequest.js → serialization/types/JinjaPromptTemplateBlockProperties.js} +4 -5
- package/serialization/types/NamedScenarioInputChatHistoryVariableValueRequest.d.ts +14 -0
- package/serialization/types/NamedScenarioInputChatHistoryVariableValueRequest.js +35 -0
- package/serialization/types/NamedScenarioInputRequest.d.ts +18 -0
- package/serialization/types/NamedScenarioInputRequest.js +41 -0
- package/serialization/types/NamedScenarioInputStringVariableValueRequest.d.ts +13 -0
- package/{dist/serialization/types/RegisteredPromptDeployment.js → serialization/types/NamedScenarioInputStringVariableValueRequest.js} +3 -4
- package/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +14 -0
- package/serialization/types/NamedTestCaseFunctionCallVariableValue.js +35 -0
- package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +14 -0
- package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +35 -0
- package/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
- package/serialization/types/NamedTestCaseVariableValue.js +2 -0
- package/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
- package/serialization/types/NamedTestCaseVariableValueRequest.js +2 -0
- package/serialization/types/PromptTemplateBlock.d.ts +16 -8
- package/serialization/types/PromptTemplateBlock.js +13 -7
- package/serialization/types/PromptTemplateBlockData.d.ts +1 -1
- package/serialization/types/PromptTemplateBlockData.js +1 -1
- package/serialization/types/ScenarioInput.d.ts +9 -8
- package/serialization/types/ScenarioInput.js +10 -7
- package/serialization/types/ScenarioInputChatHistoryVariableValue.d.ts +14 -0
- package/serialization/types/ScenarioInputChatHistoryVariableValue.js +35 -0
- package/serialization/types/ScenarioInputStringVariableValue.d.ts +13 -0
- package/{dist/serialization/types/RegisterPromptPrompt.js → serialization/types/ScenarioInputStringVariableValue.js} +4 -4
- package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +15 -0
- package/serialization/types/TestCaseFunctionCallVariableValue.js +36 -0
- package/serialization/types/TestCaseVariableValue.d.ts +5 -1
- package/serialization/types/TestCaseVariableValue.js +2 -0
- package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +15 -0
- package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +36 -0
- package/serialization/types/TestSuiteRunExecutionOutput.d.ts +5 -1
- package/serialization/types/TestSuiteRunExecutionOutput.js +2 -0
- package/serialization/types/VellumVariableType.d.ts +1 -1
- package/serialization/types/VellumVariableType.js +1 -0
- package/serialization/types/index.d.ts +20 -17
- package/serialization/types/index.js +20 -17
- package/api/errors/ConflictError.d.ts +0 -8
- package/api/errors/ConflictError.js +0 -41
- package/api/resources/registeredPrompts/client/Client.d.ts +0 -60
- package/api/resources/registeredPrompts/client/Client.js +0 -153
- package/api/resources/registeredPrompts/client/index.d.ts +0 -1
- package/api/resources/registeredPrompts/client/index.js +0 -17
- package/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +0 -64
- package/api/resources/registeredPrompts/client/requests/index.d.ts +0 -1
- package/api/resources/registeredPrompts/client/requests/index.js +0 -2
- package/api/resources/registeredPrompts/index.d.ts +0 -1
- package/api/resources/registeredPrompts/index.js +0 -17
- package/api/types/BlockTypeEnum.d.ts +0 -16
- package/api/types/BlockTypeEnum.js +0 -12
- package/api/types/PromptTemplateBlockDataRequest.d.ts +0 -8
- package/api/types/PromptTemplateBlockProperties.d.ts +0 -16
- package/api/types/PromptTemplateBlockPropertiesRequest.d.ts +0 -16
- package/api/types/PromptTemplateBlockRequest.d.ts +0 -10
- package/api/types/RegisterPromptErrorResponse.d.ts +0 -7
- package/api/types/RegisterPromptModelParametersRequest.d.ts +0 -14
- package/api/types/RegisterPromptPrompt.d.ts +0 -9
- package/api/types/RegisterPromptPromptInfoRequest.d.ts +0 -9
- package/api/types/RegisterPromptResponse.d.ts +0 -18
- package/api/types/RegisteredPromptDeployment.d.ts +0 -11
- package/api/types/RegisteredPromptInputVariableRequest.d.ts +0 -9
- package/api/types/RegisteredPromptModelVersion.d.ts +0 -9
- package/api/types/RegisteredPromptSandbox.d.ts +0 -9
- package/api/types/RegisteredPromptSandboxSnapshot.d.ts +0 -7
- package/api/types/ScenarioInputRequest.d.ts +0 -10
- package/api/types/ScenarioInputTypeEnum.d.ts +0 -12
- package/api/types/ScenarioInputTypeEnum.js +0 -10
- package/dist/api/errors/ConflictError.d.ts +0 -8
- package/dist/api/errors/ConflictError.js +0 -41
- package/dist/api/resources/registeredPrompts/client/Client.d.ts +0 -60
- package/dist/api/resources/registeredPrompts/client/Client.js +0 -153
- package/dist/api/resources/registeredPrompts/client/index.d.ts +0 -1
- package/dist/api/resources/registeredPrompts/client/index.js +0 -17
- package/dist/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +0 -64
- package/dist/api/resources/registeredPrompts/client/requests/index.d.ts +0 -1
- package/dist/api/resources/registeredPrompts/client/requests/index.js +0 -2
- package/dist/api/resources/registeredPrompts/index.d.ts +0 -1
- package/dist/api/resources/registeredPrompts/index.js +0 -17
- package/dist/api/types/BlockTypeEnum.d.ts +0 -16
- package/dist/api/types/BlockTypeEnum.js +0 -12
- package/dist/api/types/PromptTemplateBlockDataRequest.d.ts +0 -8
- package/dist/api/types/PromptTemplateBlockProperties.d.ts +0 -16
- package/dist/api/types/PromptTemplateBlockPropertiesRequest.d.ts +0 -16
- package/dist/api/types/PromptTemplateBlockRequest.d.ts +0 -10
- package/dist/api/types/RegisterPromptErrorResponse.d.ts +0 -7
- package/dist/api/types/RegisterPromptModelParametersRequest.d.ts +0 -14
- package/dist/api/types/RegisterPromptPrompt.d.ts +0 -9
- package/dist/api/types/RegisterPromptPromptInfoRequest.d.ts +0 -9
- package/dist/api/types/RegisterPromptResponse.d.ts +0 -18
- package/dist/api/types/RegisteredPromptDeployment.d.ts +0 -11
- package/dist/api/types/RegisteredPromptInputVariableRequest.d.ts +0 -9
- package/dist/api/types/RegisteredPromptModelVersion.d.ts +0 -9
- package/dist/api/types/RegisteredPromptSandbox.d.ts +0 -9
- package/dist/api/types/RegisteredPromptSandboxSnapshot.d.ts +0 -7
- package/dist/api/types/ScenarioInputRequest.d.ts +0 -10
- package/dist/api/types/ScenarioInputTypeEnum.d.ts +0 -12
- package/dist/api/types/ScenarioInputTypeEnum.js +0 -10
- package/dist/serialization/resources/registeredPrompts/client/index.d.ts +0 -1
- package/dist/serialization/resources/registeredPrompts/client/index.js +0 -17
- package/dist/serialization/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +0 -21
- package/dist/serialization/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.js +0 -42
- package/dist/serialization/resources/registeredPrompts/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/registeredPrompts/client/requests/index.js +0 -5
- package/dist/serialization/resources/registeredPrompts/index.d.ts +0 -1
- package/dist/serialization/resources/registeredPrompts/index.js +0 -17
- package/dist/serialization/types/BlockTypeEnum.d.ts +0 -10
- package/dist/serialization/types/PromptTemplateBlockDataRequest.d.ts +0 -13
- package/dist/serialization/types/PromptTemplateBlockProperties.d.ts +0 -23
- package/dist/serialization/types/PromptTemplateBlockProperties.js +0 -55
- package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +0 -23
- package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.js +0 -55
- package/dist/serialization/types/PromptTemplateBlockRequest.d.ts +0 -17
- package/dist/serialization/types/RegisterPromptErrorResponse.d.ts +0 -12
- package/dist/serialization/types/RegisterPromptModelParametersRequest.d.ts +0 -20
- package/dist/serialization/types/RegisterPromptModelParametersRequest.js +0 -41
- package/dist/serialization/types/RegisterPromptPrompt.d.ts +0 -13
- package/dist/serialization/types/RegisterPromptPromptInfoRequest.d.ts +0 -15
- package/dist/serialization/types/RegisterPromptResponse.d.ts +0 -22
- package/dist/serialization/types/RegisterPromptResponse.js +0 -43
- package/dist/serialization/types/RegisteredPromptDeployment.d.ts +0 -14
- package/dist/serialization/types/RegisteredPromptInputVariableRequest.d.ts +0 -15
- package/dist/serialization/types/RegisteredPromptModelVersion.d.ts +0 -13
- package/dist/serialization/types/RegisteredPromptSandbox.d.ts +0 -13
- package/dist/serialization/types/RegisteredPromptSandboxSnapshot.d.ts +0 -12
- package/dist/serialization/types/RegisteredPromptSandboxSnapshot.js +0 -33
- package/dist/serialization/types/ScenarioInputRequest.d.ts +0 -17
- package/dist/serialization/types/ScenarioInputRequest.js +0 -38
- package/dist/serialization/types/ScenarioInputTypeEnum.d.ts +0 -10
- package/serialization/resources/registeredPrompts/client/index.d.ts +0 -1
- package/serialization/resources/registeredPrompts/client/index.js +0 -17
- package/serialization/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +0 -21
- package/serialization/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.js +0 -42
- package/serialization/resources/registeredPrompts/client/requests/index.d.ts +0 -1
- package/serialization/resources/registeredPrompts/client/requests/index.js +0 -5
- package/serialization/resources/registeredPrompts/index.d.ts +0 -1
- package/serialization/resources/registeredPrompts/index.js +0 -17
- package/serialization/types/BlockTypeEnum.d.ts +0 -10
- package/serialization/types/PromptTemplateBlockDataRequest.d.ts +0 -13
- package/serialization/types/PromptTemplateBlockProperties.d.ts +0 -23
- package/serialization/types/PromptTemplateBlockProperties.js +0 -55
- package/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +0 -23
- package/serialization/types/PromptTemplateBlockPropertiesRequest.js +0 -55
- package/serialization/types/PromptTemplateBlockRequest.d.ts +0 -17
- package/serialization/types/RegisterPromptErrorResponse.d.ts +0 -12
- package/serialization/types/RegisterPromptErrorResponse.js +0 -33
- package/serialization/types/RegisterPromptModelParametersRequest.d.ts +0 -20
- package/serialization/types/RegisterPromptModelParametersRequest.js +0 -41
- package/serialization/types/RegisterPromptPrompt.d.ts +0 -13
- package/serialization/types/RegisterPromptPrompt.js +0 -34
- package/serialization/types/RegisterPromptPromptInfoRequest.d.ts +0 -15
- package/serialization/types/RegisterPromptPromptInfoRequest.js +0 -36
- package/serialization/types/RegisterPromptResponse.d.ts +0 -22
- package/serialization/types/RegisterPromptResponse.js +0 -43
- package/serialization/types/RegisteredPromptDeployment.d.ts +0 -14
- package/serialization/types/RegisteredPromptInputVariableRequest.d.ts +0 -15
- package/serialization/types/RegisteredPromptModelVersion.d.ts +0 -13
- package/serialization/types/RegisteredPromptModelVersion.js +0 -34
- package/serialization/types/RegisteredPromptSandbox.d.ts +0 -13
- package/serialization/types/RegisteredPromptSandbox.js +0 -34
- package/serialization/types/RegisteredPromptSandboxSnapshot.d.ts +0 -12
- package/serialization/types/RegisteredPromptSandboxSnapshot.js +0 -33
- package/serialization/types/ScenarioInputRequest.d.ts +0 -17
- package/serialization/types/ScenarioInputRequest.js +0 -38
- package/serialization/types/ScenarioInputTypeEnum.d.ts +0 -10
- /package/api/{resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.js → types/ChatHistoryPromptTemplateBlock.js} +0 -0
- /package/api/types/{PromptTemplateBlockDataRequest.js → ChatMessageEnum.js} +0 -0
- /package/api/types/{PromptTemplateBlockProperties.js → ChatMessagePromptTemplateBlock.js} +0 -0
- /package/api/types/{PromptTemplateBlockPropertiesRequest.js → ChatMessagePromptTemplateBlockProperties.js} +0 -0
- /package/api/types/{PromptTemplateBlockRequest.js → FulfilledFunctionCallRequest.js} +0 -0
- /package/api/types/{RegisterPromptErrorResponse.js → FunctionDefinitionEnum.js} +0 -0
- /package/api/types/{RegisterPromptModelParametersRequest.js → FunctionDefinitionPromptTemplateBlock.js} +0 -0
- /package/api/types/{RegisterPromptPrompt.js → FunctionDefinitionPromptTemplateBlockProperties.js} +0 -0
- /package/api/types/{RegisterPromptPromptInfoRequest.js → JinjaEnum.js} +0 -0
- /package/api/types/{RegisterPromptResponse.js → JinjaPromptTemplateBlock.js} +0 -0
- /package/api/types/{RegisteredPromptDeployment.js → JinjaPromptTemplateBlockProperties.js} +0 -0
- /package/api/types/{RegisteredPromptInputVariableRequest.js → NamedScenarioInputChatHistoryVariableValueRequest.js} +0 -0
- /package/api/types/{RegisteredPromptModelVersion.js → NamedScenarioInputRequest.js} +0 -0
- /package/api/types/{RegisteredPromptSandbox.js → NamedScenarioInputStringVariableValueRequest.js} +0 -0
- /package/api/types/{RegisteredPromptSandboxSnapshot.js → NamedTestCaseFunctionCallVariableValue.js} +0 -0
- /package/api/types/{ScenarioInputRequest.js → NamedTestCaseFunctionCallVariableValueRequest.js} +0 -0
- /package/{dist/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.js → api/types/ScenarioInputChatHistoryVariableValue.js} +0 -0
- /package/{dist/api/types/PromptTemplateBlockDataRequest.js → api/types/ScenarioInputStringVariableValue.js} +0 -0
- /package/{dist/api/types/PromptTemplateBlockProperties.js → api/types/TestCaseFunctionCallVariableValue.js} +0 -0
- /package/{dist/api/types/PromptTemplateBlockPropertiesRequest.js → api/types/TestSuiteRunExecutionFunctionCallOutput.js} +0 -0
- /package/dist/api/types/{PromptTemplateBlockRequest.js → ChatHistoryPromptTemplateBlock.js} +0 -0
- /package/dist/api/types/{RegisterPromptErrorResponse.js → ChatMessageEnum.js} +0 -0
- /package/dist/api/types/{RegisterPromptModelParametersRequest.js → ChatMessagePromptTemplateBlock.js} +0 -0
- /package/dist/api/types/{RegisterPromptPrompt.js → ChatMessagePromptTemplateBlockProperties.js} +0 -0
- /package/dist/api/types/{RegisterPromptPromptInfoRequest.js → FulfilledFunctionCallRequest.js} +0 -0
- /package/dist/api/types/{RegisterPromptResponse.js → FunctionDefinitionEnum.js} +0 -0
- /package/dist/api/types/{RegisteredPromptDeployment.js → FunctionDefinitionPromptTemplateBlock.js} +0 -0
- /package/dist/api/types/{RegisteredPromptInputVariableRequest.js → FunctionDefinitionPromptTemplateBlockProperties.js} +0 -0
- /package/dist/api/types/{RegisteredPromptModelVersion.js → JinjaEnum.js} +0 -0
- /package/dist/api/types/{RegisteredPromptSandbox.js → JinjaPromptTemplateBlock.js} +0 -0
- /package/dist/api/types/{RegisteredPromptSandboxSnapshot.js → JinjaPromptTemplateBlockProperties.js} +0 -0
- /package/dist/api/types/{ScenarioInputRequest.js → NamedScenarioInputChatHistoryVariableValueRequest.js} +0 -0
|
@@ -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.NamedTestCaseFunctionCallVariableValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
const FulfilledFunctionCall_1 = require("./FulfilledFunctionCall");
|
|
32
|
+
exports.NamedTestCaseFunctionCallVariableValue = core.serialization.object({
|
|
33
|
+
value: FulfilledFunctionCall_1.FulfilledFunctionCall.optional(),
|
|
34
|
+
name: core.serialization.string(),
|
|
34
35
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { FulfilledFunctionCallRequest } from "./FulfilledFunctionCallRequest";
|
|
8
|
+
export declare const NamedTestCaseFunctionCallVariableValueRequest: core.serialization.ObjectSchema<serializers.NamedTestCaseFunctionCallVariableValueRequest.Raw, Vellum.NamedTestCaseFunctionCallVariableValueRequest>;
|
|
9
|
+
export declare namespace NamedTestCaseFunctionCallVariableValueRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
value?: FulfilledFunctionCallRequest.Raw | null;
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.NamedTestCaseFunctionCallVariableValueRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const FulfilledFunctionCallRequest_1 = require("./FulfilledFunctionCallRequest");
|
|
32
|
+
exports.NamedTestCaseFunctionCallVariableValueRequest = core.serialization.object({
|
|
33
|
+
value: FulfilledFunctionCallRequest_1.FulfilledFunctionCallRequest.optional(),
|
|
34
|
+
name: core.serialization.string(),
|
|
35
|
+
});
|
|
@@ -10,9 +10,10 @@ import { NamedTestCaseJsonVariableValue } from "./NamedTestCaseJsonVariableValue
|
|
|
10
10
|
import { NamedTestCaseChatHistoryVariableValue } from "./NamedTestCaseChatHistoryVariableValue";
|
|
11
11
|
import { NamedTestCaseSearchResultsVariableValue } from "./NamedTestCaseSearchResultsVariableValue";
|
|
12
12
|
import { NamedTestCaseErrorVariableValue } from "./NamedTestCaseErrorVariableValue";
|
|
13
|
+
import { NamedTestCaseFunctionCallVariableValue } from "./NamedTestCaseFunctionCallVariableValue";
|
|
13
14
|
export declare const NamedTestCaseVariableValue: core.serialization.Schema<serializers.NamedTestCaseVariableValue.Raw, Vellum.NamedTestCaseVariableValue>;
|
|
14
15
|
export declare namespace NamedTestCaseVariableValue {
|
|
15
|
-
type Raw = NamedTestCaseVariableValue.String | NamedTestCaseVariableValue.Number | NamedTestCaseVariableValue.Json | NamedTestCaseVariableValue.ChatHistory | NamedTestCaseVariableValue.SearchResults | NamedTestCaseVariableValue.Error;
|
|
16
|
+
type Raw = NamedTestCaseVariableValue.String | NamedTestCaseVariableValue.Number | NamedTestCaseVariableValue.Json | NamedTestCaseVariableValue.ChatHistory | NamedTestCaseVariableValue.SearchResults | NamedTestCaseVariableValue.Error | NamedTestCaseVariableValue.FunctionCall;
|
|
16
17
|
interface String extends NamedTestCaseStringVariableValue.Raw {
|
|
17
18
|
type: "STRING";
|
|
18
19
|
}
|
|
@@ -31,4 +32,7 @@ export declare namespace NamedTestCaseVariableValue {
|
|
|
31
32
|
interface Error extends NamedTestCaseErrorVariableValue.Raw {
|
|
32
33
|
type: "ERROR";
|
|
33
34
|
}
|
|
35
|
+
interface FunctionCall extends NamedTestCaseFunctionCallVariableValue.Raw {
|
|
36
|
+
type: "FUNCTION_CALL";
|
|
37
|
+
}
|
|
34
38
|
}
|
|
@@ -34,6 +34,7 @@ const NamedTestCaseJsonVariableValue_1 = require("./NamedTestCaseJsonVariableVal
|
|
|
34
34
|
const NamedTestCaseChatHistoryVariableValue_1 = require("./NamedTestCaseChatHistoryVariableValue");
|
|
35
35
|
const NamedTestCaseSearchResultsVariableValue_1 = require("./NamedTestCaseSearchResultsVariableValue");
|
|
36
36
|
const NamedTestCaseErrorVariableValue_1 = require("./NamedTestCaseErrorVariableValue");
|
|
37
|
+
const NamedTestCaseFunctionCallVariableValue_1 = require("./NamedTestCaseFunctionCallVariableValue");
|
|
37
38
|
exports.NamedTestCaseVariableValue = core.serialization
|
|
38
39
|
.union("type", {
|
|
39
40
|
STRING: NamedTestCaseStringVariableValue_1.NamedTestCaseStringVariableValue,
|
|
@@ -42,6 +43,7 @@ exports.NamedTestCaseVariableValue = core.serialization
|
|
|
42
43
|
CHAT_HISTORY: NamedTestCaseChatHistoryVariableValue_1.NamedTestCaseChatHistoryVariableValue,
|
|
43
44
|
SEARCH_RESULTS: NamedTestCaseSearchResultsVariableValue_1.NamedTestCaseSearchResultsVariableValue,
|
|
44
45
|
ERROR: NamedTestCaseErrorVariableValue_1.NamedTestCaseErrorVariableValue,
|
|
46
|
+
FUNCTION_CALL: NamedTestCaseFunctionCallVariableValue_1.NamedTestCaseFunctionCallVariableValue,
|
|
45
47
|
})
|
|
46
48
|
.transform({
|
|
47
49
|
transform: (value) => value,
|
|
@@ -10,9 +10,10 @@ import { NamedTestCaseJsonVariableValueRequest } from "./NamedTestCaseJsonVariab
|
|
|
10
10
|
import { NamedTestCaseChatHistoryVariableValueRequest } from "./NamedTestCaseChatHistoryVariableValueRequest";
|
|
11
11
|
import { NamedTestCaseSearchResultsVariableValueRequest } from "./NamedTestCaseSearchResultsVariableValueRequest";
|
|
12
12
|
import { NamedTestCaseErrorVariableValueRequest } from "./NamedTestCaseErrorVariableValueRequest";
|
|
13
|
+
import { NamedTestCaseFunctionCallVariableValueRequest } from "./NamedTestCaseFunctionCallVariableValueRequest";
|
|
13
14
|
export declare const NamedTestCaseVariableValueRequest: core.serialization.Schema<serializers.NamedTestCaseVariableValueRequest.Raw, Vellum.NamedTestCaseVariableValueRequest>;
|
|
14
15
|
export declare namespace NamedTestCaseVariableValueRequest {
|
|
15
|
-
type Raw = NamedTestCaseVariableValueRequest.String | NamedTestCaseVariableValueRequest.Number | NamedTestCaseVariableValueRequest.Json | NamedTestCaseVariableValueRequest.ChatHistory | NamedTestCaseVariableValueRequest.SearchResults | NamedTestCaseVariableValueRequest.Error;
|
|
16
|
+
type Raw = NamedTestCaseVariableValueRequest.String | NamedTestCaseVariableValueRequest.Number | NamedTestCaseVariableValueRequest.Json | NamedTestCaseVariableValueRequest.ChatHistory | NamedTestCaseVariableValueRequest.SearchResults | NamedTestCaseVariableValueRequest.Error | NamedTestCaseVariableValueRequest.FunctionCall;
|
|
16
17
|
interface String extends NamedTestCaseStringVariableValueRequest.Raw {
|
|
17
18
|
type: "STRING";
|
|
18
19
|
}
|
|
@@ -31,4 +32,7 @@ export declare namespace NamedTestCaseVariableValueRequest {
|
|
|
31
32
|
interface Error extends NamedTestCaseErrorVariableValueRequest.Raw {
|
|
32
33
|
type: "ERROR";
|
|
33
34
|
}
|
|
35
|
+
interface FunctionCall extends NamedTestCaseFunctionCallVariableValueRequest.Raw {
|
|
36
|
+
type: "FUNCTION_CALL";
|
|
37
|
+
}
|
|
34
38
|
}
|
|
@@ -34,6 +34,7 @@ const NamedTestCaseJsonVariableValueRequest_1 = require("./NamedTestCaseJsonVari
|
|
|
34
34
|
const NamedTestCaseChatHistoryVariableValueRequest_1 = require("./NamedTestCaseChatHistoryVariableValueRequest");
|
|
35
35
|
const NamedTestCaseSearchResultsVariableValueRequest_1 = require("./NamedTestCaseSearchResultsVariableValueRequest");
|
|
36
36
|
const NamedTestCaseErrorVariableValueRequest_1 = require("./NamedTestCaseErrorVariableValueRequest");
|
|
37
|
+
const NamedTestCaseFunctionCallVariableValueRequest_1 = require("./NamedTestCaseFunctionCallVariableValueRequest");
|
|
37
38
|
exports.NamedTestCaseVariableValueRequest = core.serialization
|
|
38
39
|
.union("type", {
|
|
39
40
|
STRING: NamedTestCaseStringVariableValueRequest_1.NamedTestCaseStringVariableValueRequest,
|
|
@@ -42,6 +43,7 @@ exports.NamedTestCaseVariableValueRequest = core.serialization
|
|
|
42
43
|
CHAT_HISTORY: NamedTestCaseChatHistoryVariableValueRequest_1.NamedTestCaseChatHistoryVariableValueRequest,
|
|
43
44
|
SEARCH_RESULTS: NamedTestCaseSearchResultsVariableValueRequest_1.NamedTestCaseSearchResultsVariableValueRequest,
|
|
44
45
|
ERROR: NamedTestCaseErrorVariableValueRequest_1.NamedTestCaseErrorVariableValueRequest,
|
|
46
|
+
FUNCTION_CALL: NamedTestCaseFunctionCallVariableValueRequest_1.NamedTestCaseFunctionCallVariableValueRequest,
|
|
45
47
|
})
|
|
46
48
|
.transform({
|
|
47
49
|
transform: (value) => value,
|
|
@@ -4,14 +4,22 @@
|
|
|
4
4
|
import * as serializers from "..";
|
|
5
5
|
import * as Vellum from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
7
|
+
import { JinjaPromptTemplateBlock } from "./JinjaPromptTemplateBlock";
|
|
8
|
+
import { ChatHistoryPromptTemplateBlock } from "./ChatHistoryPromptTemplateBlock";
|
|
9
|
+
import { FunctionDefinitionPromptTemplateBlock } from "./FunctionDefinitionPromptTemplateBlock";
|
|
10
|
+
export declare const PromptTemplateBlock: core.serialization.Schema<serializers.PromptTemplateBlock.Raw, Vellum.PromptTemplateBlock>;
|
|
10
11
|
export declare namespace PromptTemplateBlock {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
block_type:
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
type Raw = PromptTemplateBlock.Jinja | PromptTemplateBlock.ChatHistory | PromptTemplateBlock.ChatMessage | PromptTemplateBlock.FunctionDefinition;
|
|
13
|
+
interface Jinja extends JinjaPromptTemplateBlock.Raw {
|
|
14
|
+
block_type: "JINJA";
|
|
15
|
+
}
|
|
16
|
+
interface ChatHistory extends ChatHistoryPromptTemplateBlock.Raw {
|
|
17
|
+
block_type: "CHAT_HISTORY";
|
|
18
|
+
}
|
|
19
|
+
interface ChatMessage extends serializers.ChatMessagePromptTemplateBlock.Raw {
|
|
20
|
+
block_type: "CHAT_MESSAGE";
|
|
21
|
+
}
|
|
22
|
+
interface FunctionDefinition extends FunctionDefinitionPromptTemplateBlock.Raw {
|
|
23
|
+
block_type: "FUNCTION_DEFINITION";
|
|
16
24
|
}
|
|
17
25
|
}
|
|
@@ -37,11 +37,17 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
37
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
38
|
exports.PromptTemplateBlock = void 0;
|
|
39
39
|
const core = __importStar(require("../../core"));
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
40
|
+
const JinjaPromptTemplateBlock_1 = require("./JinjaPromptTemplateBlock");
|
|
41
|
+
const ChatHistoryPromptTemplateBlock_1 = require("./ChatHistoryPromptTemplateBlock");
|
|
42
|
+
const FunctionDefinitionPromptTemplateBlock_1 = require("./FunctionDefinitionPromptTemplateBlock");
|
|
43
|
+
exports.PromptTemplateBlock = core.serialization
|
|
44
|
+
.union(core.serialization.discriminant("blockType", "block_type"), {
|
|
45
|
+
JINJA: JinjaPromptTemplateBlock_1.JinjaPromptTemplateBlock,
|
|
46
|
+
CHAT_HISTORY: ChatHistoryPromptTemplateBlock_1.ChatHistoryPromptTemplateBlock,
|
|
47
|
+
CHAT_MESSAGE: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ChatMessagePromptTemplateBlock; })),
|
|
48
|
+
FUNCTION_DEFINITION: FunctionDefinitionPromptTemplateBlock_1.FunctionDefinitionPromptTemplateBlock,
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => value,
|
|
52
|
+
untransform: (value) => value,
|
|
47
53
|
});
|
|
@@ -7,7 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const PromptTemplateBlockData: core.serialization.ObjectSchema<serializers.PromptTemplateBlockData.Raw, Vellum.PromptTemplateBlockData>;
|
|
8
8
|
export declare namespace PromptTemplateBlockData {
|
|
9
9
|
interface Raw {
|
|
10
|
-
version: number;
|
|
11
10
|
blocks: serializers.PromptTemplateBlock.Raw[];
|
|
11
|
+
version: number;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -38,6 +38,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
38
38
|
exports.PromptTemplateBlockData = void 0;
|
|
39
39
|
const core = __importStar(require("../../core"));
|
|
40
40
|
exports.PromptTemplateBlockData = core.serialization.object({
|
|
41
|
+
blocks: core.serialization.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).PromptTemplateBlock; }))),
|
|
41
42
|
version: core.serialization.number(),
|
|
42
|
-
blocks: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).PromptTemplateBlock; }))),
|
|
43
43
|
});
|
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
import * as serializers from "..";
|
|
5
5
|
import * as Vellum from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
export declare const ScenarioInput: core.serialization.
|
|
7
|
+
import { ScenarioInputStringVariableValue } from "./ScenarioInputStringVariableValue";
|
|
8
|
+
import { ScenarioInputChatHistoryVariableValue } from "./ScenarioInputChatHistoryVariableValue";
|
|
9
|
+
export declare const ScenarioInput: core.serialization.Schema<serializers.ScenarioInput.Raw, Vellum.ScenarioInput>;
|
|
10
10
|
export declare namespace ScenarioInput {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
type
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
type Raw = ScenarioInput.String | ScenarioInput.ChatHistory;
|
|
12
|
+
interface String extends ScenarioInputStringVariableValue.Raw {
|
|
13
|
+
type: "STRING";
|
|
14
|
+
}
|
|
15
|
+
interface ChatHistory extends ScenarioInputChatHistoryVariableValue.Raw {
|
|
16
|
+
type: "CHAT_HISTORY";
|
|
16
17
|
}
|
|
17
18
|
}
|
|
@@ -28,11 +28,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ScenarioInput = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
exports.ScenarioInput = core.serialization
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
31
|
+
const ScenarioInputStringVariableValue_1 = require("./ScenarioInputStringVariableValue");
|
|
32
|
+
const ScenarioInputChatHistoryVariableValue_1 = require("./ScenarioInputChatHistoryVariableValue");
|
|
33
|
+
exports.ScenarioInput = core.serialization
|
|
34
|
+
.union("type", {
|
|
35
|
+
STRING: ScenarioInputStringVariableValue_1.ScenarioInputStringVariableValue,
|
|
36
|
+
CHAT_HISTORY: ScenarioInputChatHistoryVariableValue_1.ScenarioInputChatHistoryVariableValue,
|
|
37
|
+
})
|
|
38
|
+
.transform({
|
|
39
|
+
transform: (value) => value,
|
|
40
|
+
untransform: (value) => value,
|
|
38
41
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ChatMessage } from "./ChatMessage";
|
|
8
|
+
export declare const ScenarioInputChatHistoryVariableValue: core.serialization.ObjectSchema<serializers.ScenarioInputChatHistoryVariableValue.Raw, Vellum.ScenarioInputChatHistoryVariableValue>;
|
|
9
|
+
export declare namespace ScenarioInputChatHistoryVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
value?: ChatMessage.Raw[] | null;
|
|
12
|
+
input_variable_id: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.ScenarioInputChatHistoryVariableValue = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ChatMessage_1 = require("./ChatMessage");
|
|
32
|
+
exports.ScenarioInputChatHistoryVariableValue = core.serialization.object({
|
|
33
|
+
value: core.serialization.list(ChatMessage_1.ChatMessage).optional(),
|
|
34
|
+
inputVariableId: core.serialization.property("input_variable_id", core.serialization.string()),
|
|
35
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const ScenarioInputStringVariableValue: core.serialization.ObjectSchema<serializers.ScenarioInputStringVariableValue.Raw, Vellum.ScenarioInputStringVariableValue>;
|
|
8
|
+
export declare namespace ScenarioInputStringVariableValue {
|
|
9
|
+
interface Raw {
|
|
10
|
+
value?: string | null;
|
|
11
|
+
input_variable_id: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -26,8 +26,9 @@ 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.ScenarioInputStringVariableValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.
|
|
32
|
-
|
|
31
|
+
exports.ScenarioInputStringVariableValue = core.serialization.object({
|
|
32
|
+
value: core.serialization.string().optional(),
|
|
33
|
+
inputVariableId: core.serialization.property("input_variable_id", core.serialization.string()),
|
|
33
34
|
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { FulfilledFunctionCall } from "./FulfilledFunctionCall";
|
|
8
|
+
export declare const TestCaseFunctionCallVariableValue: core.serialization.ObjectSchema<serializers.TestCaseFunctionCallVariableValue.Raw, Vellum.TestCaseFunctionCallVariableValue>;
|
|
9
|
+
export declare namespace TestCaseFunctionCallVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
variable_id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
value?: FulfilledFunctionCall.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.TestCaseFunctionCallVariableValue = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const FulfilledFunctionCall_1 = require("./FulfilledFunctionCall");
|
|
32
|
+
exports.TestCaseFunctionCallVariableValue = core.serialization.object({
|
|
33
|
+
variableId: core.serialization.property("variable_id", core.serialization.string()),
|
|
34
|
+
name: core.serialization.string(),
|
|
35
|
+
value: FulfilledFunctionCall_1.FulfilledFunctionCall.optional(),
|
|
36
|
+
});
|
|
@@ -10,9 +10,10 @@ import { TestCaseJsonVariableValue } from "./TestCaseJsonVariableValue";
|
|
|
10
10
|
import { TestCaseChatHistoryVariableValue } from "./TestCaseChatHistoryVariableValue";
|
|
11
11
|
import { TestCaseSearchResultsVariableValue } from "./TestCaseSearchResultsVariableValue";
|
|
12
12
|
import { TestCaseErrorVariableValue } from "./TestCaseErrorVariableValue";
|
|
13
|
+
import { TestCaseFunctionCallVariableValue } from "./TestCaseFunctionCallVariableValue";
|
|
13
14
|
export declare const TestCaseVariableValue: core.serialization.Schema<serializers.TestCaseVariableValue.Raw, Vellum.TestCaseVariableValue>;
|
|
14
15
|
export declare namespace TestCaseVariableValue {
|
|
15
|
-
type Raw = TestCaseVariableValue.String | TestCaseVariableValue.Number | TestCaseVariableValue.Json | TestCaseVariableValue.ChatHistory | TestCaseVariableValue.SearchResults | TestCaseVariableValue.Error;
|
|
16
|
+
type Raw = TestCaseVariableValue.String | TestCaseVariableValue.Number | TestCaseVariableValue.Json | TestCaseVariableValue.ChatHistory | TestCaseVariableValue.SearchResults | TestCaseVariableValue.Error | TestCaseVariableValue.FunctionCall;
|
|
16
17
|
interface String extends TestCaseStringVariableValue.Raw {
|
|
17
18
|
type: "STRING";
|
|
18
19
|
}
|
|
@@ -31,4 +32,7 @@ export declare namespace TestCaseVariableValue {
|
|
|
31
32
|
interface Error extends TestCaseErrorVariableValue.Raw {
|
|
32
33
|
type: "ERROR";
|
|
33
34
|
}
|
|
35
|
+
interface FunctionCall extends TestCaseFunctionCallVariableValue.Raw {
|
|
36
|
+
type: "FUNCTION_CALL";
|
|
37
|
+
}
|
|
34
38
|
}
|
|
@@ -34,6 +34,7 @@ const TestCaseJsonVariableValue_1 = require("./TestCaseJsonVariableValue");
|
|
|
34
34
|
const TestCaseChatHistoryVariableValue_1 = require("./TestCaseChatHistoryVariableValue");
|
|
35
35
|
const TestCaseSearchResultsVariableValue_1 = require("./TestCaseSearchResultsVariableValue");
|
|
36
36
|
const TestCaseErrorVariableValue_1 = require("./TestCaseErrorVariableValue");
|
|
37
|
+
const TestCaseFunctionCallVariableValue_1 = require("./TestCaseFunctionCallVariableValue");
|
|
37
38
|
exports.TestCaseVariableValue = core.serialization
|
|
38
39
|
.union("type", {
|
|
39
40
|
STRING: TestCaseStringVariableValue_1.TestCaseStringVariableValue,
|
|
@@ -42,6 +43,7 @@ exports.TestCaseVariableValue = core.serialization
|
|
|
42
43
|
CHAT_HISTORY: TestCaseChatHistoryVariableValue_1.TestCaseChatHistoryVariableValue,
|
|
43
44
|
SEARCH_RESULTS: TestCaseSearchResultsVariableValue_1.TestCaseSearchResultsVariableValue,
|
|
44
45
|
ERROR: TestCaseErrorVariableValue_1.TestCaseErrorVariableValue,
|
|
46
|
+
FUNCTION_CALL: TestCaseFunctionCallVariableValue_1.TestCaseFunctionCallVariableValue,
|
|
45
47
|
})
|
|
46
48
|
.transform({
|
|
47
49
|
transform: (value) => value,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { FulfilledFunctionCall } from "./FulfilledFunctionCall";
|
|
8
|
+
export declare const TestSuiteRunExecutionFunctionCallOutput: core.serialization.ObjectSchema<serializers.TestSuiteRunExecutionFunctionCallOutput.Raw, Vellum.TestSuiteRunExecutionFunctionCallOutput>;
|
|
9
|
+
export declare namespace TestSuiteRunExecutionFunctionCallOutput {
|
|
10
|
+
interface Raw {
|
|
11
|
+
name: string;
|
|
12
|
+
value?: FulfilledFunctionCall.Raw | null;
|
|
13
|
+
output_variable_id: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.TestSuiteRunExecutionFunctionCallOutput = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const FulfilledFunctionCall_1 = require("./FulfilledFunctionCall");
|
|
32
|
+
exports.TestSuiteRunExecutionFunctionCallOutput = core.serialization.object({
|
|
33
|
+
name: core.serialization.string(),
|
|
34
|
+
value: FulfilledFunctionCall_1.FulfilledFunctionCall.optional(),
|
|
35
|
+
outputVariableId: core.serialization.property("output_variable_id", core.serialization.string()),
|
|
36
|
+
});
|
|
@@ -10,9 +10,10 @@ import { TestSuiteRunExecutionJsonOutput } from "./TestSuiteRunExecutionJsonOutp
|
|
|
10
10
|
import { TestSuiteRunExecutionChatHistoryOutput } from "./TestSuiteRunExecutionChatHistoryOutput";
|
|
11
11
|
import { TestSuiteRunExecutionSearchResultsOutput } from "./TestSuiteRunExecutionSearchResultsOutput";
|
|
12
12
|
import { TestSuiteRunExecutionErrorOutput } from "./TestSuiteRunExecutionErrorOutput";
|
|
13
|
+
import { TestSuiteRunExecutionFunctionCallOutput } from "./TestSuiteRunExecutionFunctionCallOutput";
|
|
13
14
|
export declare const TestSuiteRunExecutionOutput: core.serialization.Schema<serializers.TestSuiteRunExecutionOutput.Raw, Vellum.TestSuiteRunExecutionOutput>;
|
|
14
15
|
export declare namespace TestSuiteRunExecutionOutput {
|
|
15
|
-
type Raw = TestSuiteRunExecutionOutput.String | TestSuiteRunExecutionOutput.Number | TestSuiteRunExecutionOutput.Json | TestSuiteRunExecutionOutput.ChatHistory | TestSuiteRunExecutionOutput.SearchResults | TestSuiteRunExecutionOutput.Error;
|
|
16
|
+
type Raw = TestSuiteRunExecutionOutput.String | TestSuiteRunExecutionOutput.Number | TestSuiteRunExecutionOutput.Json | TestSuiteRunExecutionOutput.ChatHistory | TestSuiteRunExecutionOutput.SearchResults | TestSuiteRunExecutionOutput.Error | TestSuiteRunExecutionOutput.FunctionCall;
|
|
16
17
|
interface String extends TestSuiteRunExecutionStringOutput.Raw {
|
|
17
18
|
type: "STRING";
|
|
18
19
|
}
|
|
@@ -31,4 +32,7 @@ export declare namespace TestSuiteRunExecutionOutput {
|
|
|
31
32
|
interface Error extends TestSuiteRunExecutionErrorOutput.Raw {
|
|
32
33
|
type: "ERROR";
|
|
33
34
|
}
|
|
35
|
+
interface FunctionCall extends TestSuiteRunExecutionFunctionCallOutput.Raw {
|
|
36
|
+
type: "FUNCTION_CALL";
|
|
37
|
+
}
|
|
34
38
|
}
|
|
@@ -34,6 +34,7 @@ const TestSuiteRunExecutionJsonOutput_1 = require("./TestSuiteRunExecutionJsonOu
|
|
|
34
34
|
const TestSuiteRunExecutionChatHistoryOutput_1 = require("./TestSuiteRunExecutionChatHistoryOutput");
|
|
35
35
|
const TestSuiteRunExecutionSearchResultsOutput_1 = require("./TestSuiteRunExecutionSearchResultsOutput");
|
|
36
36
|
const TestSuiteRunExecutionErrorOutput_1 = require("./TestSuiteRunExecutionErrorOutput");
|
|
37
|
+
const TestSuiteRunExecutionFunctionCallOutput_1 = require("./TestSuiteRunExecutionFunctionCallOutput");
|
|
37
38
|
exports.TestSuiteRunExecutionOutput = core.serialization
|
|
38
39
|
.union("type", {
|
|
39
40
|
STRING: TestSuiteRunExecutionStringOutput_1.TestSuiteRunExecutionStringOutput,
|
|
@@ -42,6 +43,7 @@ exports.TestSuiteRunExecutionOutput = core.serialization
|
|
|
42
43
|
CHAT_HISTORY: TestSuiteRunExecutionChatHistoryOutput_1.TestSuiteRunExecutionChatHistoryOutput,
|
|
43
44
|
SEARCH_RESULTS: TestSuiteRunExecutionSearchResultsOutput_1.TestSuiteRunExecutionSearchResultsOutput,
|
|
44
45
|
ERROR: TestSuiteRunExecutionErrorOutput_1.TestSuiteRunExecutionErrorOutput,
|
|
46
|
+
FUNCTION_CALL: TestSuiteRunExecutionFunctionCallOutput_1.TestSuiteRunExecutionFunctionCallOutput,
|
|
45
47
|
})
|
|
46
48
|
.transform({
|
|
47
49
|
transform: (value) => value,
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumVariableType: core.serialization.Schema<serializers.VellumVariableType.Raw, Vellum.VellumVariableType>;
|
|
8
8
|
export declare namespace VellumVariableType {
|
|
9
|
-
type Raw = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE";
|
|
9
|
+
type Raw = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "NULL";
|
|
10
10
|
}
|