vellum-ai 0.3.22__tar.gz → 0.3.23__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (394) hide show
  1. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/PKG-INFO +2 -1
  2. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/pyproject.toml +2 -1
  3. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/__init__.py +44 -0
  4. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/client_wrapper.py +1 -1
  5. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/__init__.py +46 -0
  6. vellum_ai-0.3.23/src/vellum/types/external_test_case_execution.py +35 -0
  7. vellum_ai-0.3.23/src/vellum/types/external_test_case_execution_request.py +35 -0
  8. vellum_ai-0.3.23/src/vellum/types/named_test_case_chat_history_variable_value.py +35 -0
  9. vellum_ai-0.3.23/src/vellum/types/named_test_case_error_variable_value.py +35 -0
  10. vellum_ai-0.3.23/src/vellum/types/named_test_case_json_variable_value.py +34 -0
  11. vellum_ai-0.3.23/src/vellum/types/named_test_case_number_variable_value.py +34 -0
  12. vellum_ai-0.3.23/src/vellum/types/named_test_case_search_results_variable_value.py +35 -0
  13. vellum_ai-0.3.23/src/vellum/types/named_test_case_string_variable_value.py +34 -0
  14. vellum_ai-0.3.23/src/vellum/types/named_test_case_variable_value.py +82 -0
  15. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/sandbox_scenario.py +4 -0
  16. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_chat_history_variable_value.py +5 -0
  17. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_error_variable_value.py +5 -0
  18. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_json_variable_value.py +5 -0
  19. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_number_variable_value.py +5 -0
  20. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_search_results_variable_value.py +5 -0
  21. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_string_variable_value.py +5 -0
  22. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_exec_config.py +14 -1
  23. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_exec_config_request.py +14 -1
  24. vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config.py +38 -0
  25. vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config_data.py +33 -0
  26. vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config_data_request.py +33 -0
  27. vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config_request.py +38 -0
  28. vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config_type_enum.py +5 -0
  29. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/LICENSE +0 -0
  30. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/README.md +0 -0
  31. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/client.py +0 -0
  32. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/__init__.py +0 -0
  33. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/api_error.py +0 -0
  34. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/datetime_utils.py +0 -0
  35. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/file.py +0 -0
  36. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/http_client.py +0 -0
  37. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/jsonable_encoder.py +0 -0
  38. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/remove_none_from_dict.py +0 -0
  39. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/request_options.py +0 -0
  40. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/environment.py +0 -0
  41. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/__init__.py +0 -0
  42. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/bad_request_error.py +0 -0
  43. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/conflict_error.py +0 -0
  44. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/forbidden_error.py +0 -0
  45. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/internal_server_error.py +0 -0
  46. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/not_found_error.py +0 -0
  47. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/py.typed +0 -0
  48. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/__init__.py +0 -0
  49. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/deployments/__init__.py +0 -0
  50. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/deployments/client.py +0 -0
  51. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/deployments/types/__init__.py +0 -0
  52. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
  53. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/document_indexes/__init__.py +0 -0
  54. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/document_indexes/client.py +0 -0
  55. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
  56. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
  57. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/documents/__init__.py +0 -0
  58. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/documents/client.py +0 -0
  59. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/folder_entities/__init__.py +0 -0
  60. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/folder_entities/client.py +0 -0
  61. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/model_versions/__init__.py +0 -0
  62. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/model_versions/client.py +0 -0
  63. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/registered_prompts/__init__.py +0 -0
  64. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/registered_prompts/client.py +0 -0
  65. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/sandboxes/__init__.py +0 -0
  66. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/sandboxes/client.py +0 -0
  67. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
  68. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/test_suite_runs/client.py +0 -0
  69. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/test_suites/__init__.py +0 -0
  70. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/test_suites/client.py +0 -0
  71. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
  72. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/workflow_deployments/client.py +0 -0
  73. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
  74. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
  75. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/__init__.py +0 -0
  76. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/_jsii/__init__.py +0 -0
  77. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
  78. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/constraints.json +0 -0
  79. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/data_vellum_document_index/__init__.py +0 -0
  80. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/document_index/__init__.py +0 -0
  81. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/provider/__init__.py +0 -0
  82. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/py.typed +0 -0
  83. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/versions.json +0 -0
  84. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/api_node_result.py +0 -0
  85. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/api_node_result_data.py +0 -0
  86. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_chat_message_content.py +0 -0
  87. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_chat_message_content_item.py +0 -0
  88. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
  89. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_chat_message_content_request.py +0 -0
  90. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_enum.py +0 -0
  91. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_variable_value_item.py +0 -0
  92. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/block_type_enum.py +0 -0
  93. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_history_enum.py +0 -0
  94. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_history_input_request.py +0 -0
  95. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_history_variable_value.py +0 -0
  96. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message.py +0 -0
  97. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message_content.py +0 -0
  98. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message_content_request.py +0 -0
  99. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message_request.py +0 -0
  100. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message_role.py +0 -0
  101. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_array_result.py +0 -0
  102. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
  103. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_error_result.py +0 -0
  104. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
  105. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_json_result.py +0 -0
  106. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_number_result.py +0 -0
  107. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_result.py +0 -0
  108. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_result_data.py +0 -0
  109. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_result_output.py +0 -0
  110. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
  111. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_string_result.py +0 -0
  112. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/conditional_node_result.py +0 -0
  113. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/conditional_node_result_data.py +0 -0
  114. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/deployment_provider_payload_response.py +0 -0
  115. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/deployment_read.py +0 -0
  116. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/document_document_to_document_index.py +0 -0
  117. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/document_index_read.py +0 -0
  118. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/document_read.py +0 -0
  119. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/document_status.py +0 -0
  120. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/enriched_normalized_completion.py +0 -0
  121. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/entity_status.py +0 -0
  122. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/environment_enum.py +0 -0
  123. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/error_enum.py +0 -0
  124. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/error_variable_value.py +0 -0
  125. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
  126. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_prompt_event.py +0 -0
  127. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_prompt_response.py +0 -0
  128. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_workflow_error_response.py +0 -0
  129. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_workflow_response.py +0 -0
  130. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
  131. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
  132. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_array_vellum_value.py +0 -0
  133. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
  134. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_error_vellum_value.py +0 -0
  135. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
  136. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_json_vellum_value.py +0 -0
  137. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_number_vellum_value.py +0 -0
  138. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
  139. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_string_vellum_value.py +0 -0
  140. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_vellum_value.py +0 -0
  141. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/finish_reason_enum.py +0 -0
  142. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_enum.py +0 -0
  143. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
  144. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
  145. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
  146. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_function_call.py +0 -0
  147. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
  148. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
  149. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call.py +0 -0
  150. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_chat_message_content.py +0 -0
  151. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
  152. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
  153. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
  154. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_enum.py +0 -0
  155. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_variable_value.py +0 -0
  156. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_error_response.py +0 -0
  157. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_options_request.py +0 -0
  158. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_request.py +0 -0
  159. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_response.py +0 -0
  160. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_result.py +0 -0
  161. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_result_data.py +0 -0
  162. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_result_error.py +0 -0
  163. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_stream_response.py +0 -0
  164. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_stream_result.py +0 -0
  165. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_stream_result_data.py +0 -0
  166. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/image_chat_message_content.py +0 -0
  167. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/image_chat_message_content_request.py +0 -0
  168. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/image_enum.py +0 -0
  169. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/image_variable_value.py +0 -0
  170. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/indexing_state_enum.py +0 -0
  171. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/initiated_enum.py +0 -0
  172. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
  173. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
  174. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
  175. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/json_enum.py +0 -0
  176. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/json_input_request.py +0 -0
  177. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/json_variable_value.py +0 -0
  178. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/logical_operator.py +0 -0
  179. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/logprobs_enum.py +0 -0
  180. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/metadata_filter_config_request.py +0 -0
  181. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
  182. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/metadata_filter_rule_request.py +0 -0
  183. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/ml_model_usage.py +0 -0
  184. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_build_config.py +0 -0
  185. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_exec_config.py +0 -0
  186. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_exec_config_parameters.py +0 -0
  187. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_read.py +0 -0
  188. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_read_status_enum.py +0 -0
  189. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_sandbox_snapshot.py +0 -0
  190. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
  191. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
  192. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
  193. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
  194. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
  195. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
  196. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
  197. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_array_value.py +0 -0
  198. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
  199. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_error_value.py +0 -0
  200. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_function_call.py +0 -0
  201. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_json_value.py +0 -0
  202. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_number_value.py +0 -0
  203. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
  204. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_string_value.py +0 -0
  205. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
  206. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_array_value.py +0 -0
  207. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_chat_history_value.py +0 -0
  208. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_error_value.py +0 -0
  209. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_function_value.py +0 -0
  210. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_json_value.py +0 -0
  211. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_number_value.py +0 -0
  212. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_search_results_value.py +0 -0
  213. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_string_value.py +0 -0
  214. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_value.py +0 -0
  215. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/normalized_log_probs.py +0 -0
  216. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/normalized_token_log_probs.py +0 -0
  217. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/number_enum.py +0 -0
  218. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/number_variable_value.py +0 -0
  219. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_document_index_read_list.py +0 -0
  220. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
  221. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_slim_document_list.py +0 -0
  222. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
  223. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
  224. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_test_suite_test_case_list.py +0 -0
  225. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/processing_failure_reason_enum.py +0 -0
  226. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/processing_state_enum.py +0 -0
  227. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
  228. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_deployment_input_request.py +0 -0
  229. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_execution_meta.py +0 -0
  230. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_node_result.py +0 -0
  231. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_node_result_data.py +0 -0
  232. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_output.py +0 -0
  233. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block.py +0 -0
  234. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_data.py +0 -0
  235. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_data_request.py +0 -0
  236. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_properties.py +0 -0
  237. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_properties_request.py +0 -0
  238. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_request.py +0 -0
  239. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_state.py +0 -0
  240. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/provider_enum.py +0 -0
  241. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
  242. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_error_response.py +0 -0
  243. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_model_parameters_request.py +0 -0
  244. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_prompt.py +0 -0
  245. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_prompt_info_request.py +0 -0
  246. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_response.py +0 -0
  247. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_deployment.py +0 -0
  248. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_input_variable_request.py +0 -0
  249. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_model_version.py +0 -0
  250. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_sandbox.py +0 -0
  251. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_sandbox_snapshot.py +0 -0
  252. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_enum.py +0 -0
  253. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
  254. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
  255. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
  256. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_function_call.py +0 -0
  257. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
  258. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
  259. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/scenario_input.py +0 -0
  260. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/scenario_input_request.py +0 -0
  261. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/scenario_input_type_enum.py +0 -0
  262. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_error_response.py +0 -0
  263. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_filters_request.py +0 -0
  264. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_node_result.py +0 -0
  265. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_node_result_data.py +0 -0
  266. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_request_options_request.py +0 -0
  267. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_response.py +0 -0
  268. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result.py +0 -0
  269. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result_document.py +0 -0
  270. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result_document_request.py +0 -0
  271. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result_merging_request.py +0 -0
  272. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result_request.py +0 -0
  273. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_results_enum.py +0 -0
  274. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_results_variable_value.py +0 -0
  275. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_weights_request.py +0 -0
  276. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/slim_deployment_read.py +0 -0
  277. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/slim_document.py +0 -0
  278. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/slim_workflow_deployment.py +0 -0
  279. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/streaming_enum.py +0 -0
  280. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
  281. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
  282. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
  283. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_chat_message_content.py +0 -0
  284. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_chat_message_content_request.py +0 -0
  285. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_enum.py +0 -0
  286. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_input_request.py +0 -0
  287. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_variable_value.py +0 -0
  288. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/submit_completion_actual_request.py +0 -0
  289. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
  290. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
  291. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/subworkflow_enum.py +0 -0
  292. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/subworkflow_node_result.py +0 -0
  293. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_array_result.py +0 -0
  294. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_chat_history_result.py +0 -0
  295. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_error_result.py +0 -0
  296. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_function_call_result.py +0 -0
  297. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_json_result.py +0 -0
  298. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_number_result.py +0 -0
  299. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_result.py +0 -0
  300. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_result_data.py +0 -0
  301. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_result_output.py +0 -0
  302. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_search_results_result.py +0 -0
  303. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_string_result.py +0 -0
  304. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_array_result.py +0 -0
  305. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
  306. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_error_result.py +0 -0
  307. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_function_call_result.py +0 -0
  308. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_json_result.py +0 -0
  309. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_number_result.py +0 -0
  310. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_result.py +0 -0
  311. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_result_data.py +0 -0
  312. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_result_output.py +0 -0
  313. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_search_results_result.py +0 -0
  314. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_string_result.py +0 -0
  315. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_variable_value.py +0 -0
  316. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
  317. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
  318. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +0 -0
  319. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
  320. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -0
  321. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution.py +0 -0
  322. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
  323. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
  324. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
  325. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_metric_definition.py +0 -0
  326. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
  327. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
  328. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_output.py +0 -0
  329. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
  330. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
  331. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
  332. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -0
  333. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
  334. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -0
  335. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_output.py +0 -0
  336. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_string_output.py +0 -0
  337. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_string_output_type_enum.py +0 -0
  338. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_read.py +0 -0
  339. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_state.py +0 -0
  340. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_test_suite.py +0 -0
  341. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
  342. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
  343. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +0 -0
  344. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
  345. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -0
  346. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_test_case.py +0 -0
  347. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/upload_document_error_response.py +0 -0
  348. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/upload_document_response.py +0 -0
  349. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_error.py +0 -0
  350. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_error_code_enum.py +0 -0
  351. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_error_request.py +0 -0
  352. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_image.py +0 -0
  353. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_image_request.py +0 -0
  354. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_variable.py +0 -0
  355. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_variable_type.py +0 -0
  356. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_deployment_read.py +0 -0
  357. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_event_error.py +0 -0
  358. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
  359. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
  360. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
  361. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
  362. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_event_type.py +0 -0
  363. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
  364. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
  365. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_node_result_data.py +0 -0
  366. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_node_result_event.py +0 -0
  367. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_node_result_event_state.py +0 -0
  368. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output.py +0 -0
  369. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_array.py +0 -0
  370. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_chat_history.py +0 -0
  371. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_error.py +0 -0
  372. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_function_call.py +0 -0
  373. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_image.py +0 -0
  374. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_json.py +0 -0
  375. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_number.py +0 -0
  376. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_search_results.py +0 -0
  377. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_string.py +0 -0
  378. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
  379. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_input_request.py +0 -0
  380. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_json_input_request.py +0 -0
  381. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_number_input_request.py +0 -0
  382. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_string_input_request.py +0 -0
  383. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event.py +0 -0
  384. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data.py +0 -0
  385. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
  386. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
  387. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
  388. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
  389. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
  390. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
  391. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
  392. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
  393. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_stream_event.py +0 -0
  394. {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vellum-ai
3
- Version: 0.3.22
3
+ Version: 0.3.23
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -12,6 +12,7 @@ Requires-Dist: cdktf (>=0.20.5,<0.21.0)
12
12
  Requires-Dist: httpx (>=0.21.2)
13
13
  Requires-Dist: publication (==0.0.3)
14
14
  Requires-Dist: pydantic (>=1.9.2)
15
+ Requires-Dist: requests_mock (>=1.11.0,<2.0.0)
15
16
  Requires-Dist: typing_extensions (>=4.0.0)
16
17
  Description-Content-Type: text/markdown
17
18
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "vellum-ai"
3
- version = "0.3.22"
3
+ version = "0.3.23"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  authors = []
@@ -14,6 +14,7 @@ cdktf = "^0.20.5"
14
14
  httpx = ">=0.21.2"
15
15
  publication = "0.0.3"
16
16
  pydantic = ">= 1.9.2"
17
+ requests_mock = "^1.11.0"
17
18
  typing_extensions = ">= 4.0.0"
18
19
 
19
20
  [tool.poetry.dev-dependencies]
@@ -104,6 +104,8 @@ from .types import (
104
104
  ExecutionVellumValue_Number,
105
105
  ExecutionVellumValue_SearchResults,
106
106
  ExecutionVellumValue_String,
107
+ ExternalTestCaseExecution,
108
+ ExternalTestCaseExecutionRequest,
107
109
  FinishReasonEnum,
108
110
  FulfilledEnum,
109
111
  FulfilledExecutePromptEvent,
@@ -155,12 +157,19 @@ from .types import (
155
157
  ModelVersionRead,
156
158
  ModelVersionReadStatusEnum,
157
159
  ModelVersionSandboxSnapshot,
160
+ NamedTestCaseChatHistoryVariableValue,
158
161
  NamedTestCaseChatHistoryVariableValueRequest,
162
+ NamedTestCaseErrorVariableValue,
159
163
  NamedTestCaseErrorVariableValueRequest,
164
+ NamedTestCaseJsonVariableValue,
160
165
  NamedTestCaseJsonVariableValueRequest,
166
+ NamedTestCaseNumberVariableValue,
161
167
  NamedTestCaseNumberVariableValueRequest,
168
+ NamedTestCaseSearchResultsVariableValue,
162
169
  NamedTestCaseSearchResultsVariableValueRequest,
170
+ NamedTestCaseStringVariableValue,
163
171
  NamedTestCaseStringVariableValueRequest,
172
+ NamedTestCaseVariableValue,
164
173
  NamedTestCaseVariableValueRequest,
165
174
  NamedTestCaseVariableValueRequest_ChatHistory,
166
175
  NamedTestCaseVariableValueRequest_Error,
@@ -168,6 +177,12 @@ from .types import (
168
177
  NamedTestCaseVariableValueRequest_Number,
169
178
  NamedTestCaseVariableValueRequest_SearchResults,
170
179
  NamedTestCaseVariableValueRequest_String,
180
+ NamedTestCaseVariableValue_ChatHistory,
181
+ NamedTestCaseVariableValue_Error,
182
+ NamedTestCaseVariableValue_Json,
183
+ NamedTestCaseVariableValue_Number,
184
+ NamedTestCaseVariableValue_SearchResults,
185
+ NamedTestCaseVariableValue_String,
171
186
  NodeInputCompiledArrayValue,
172
187
  NodeInputCompiledChatHistoryValue,
173
188
  NodeInputCompiledErrorValue,
@@ -350,8 +365,10 @@ from .types import (
350
365
  TestSuiteRunExecConfig,
351
366
  TestSuiteRunExecConfigRequest,
352
367
  TestSuiteRunExecConfigRequest_DeploymentReleaseTag,
368
+ TestSuiteRunExecConfigRequest_External,
353
369
  TestSuiteRunExecConfigRequest_WorkflowReleaseTag,
354
370
  TestSuiteRunExecConfig_DeploymentReleaseTag,
371
+ TestSuiteRunExecConfig_External,
355
372
  TestSuiteRunExecConfig_WorkflowReleaseTag,
356
373
  TestSuiteRunExecution,
357
374
  TestSuiteRunExecutionChatHistoryOutput,
@@ -369,6 +386,11 @@ from .types import (
369
386
  TestSuiteRunExecutionOutput_String,
370
387
  TestSuiteRunExecutionSearchResultsOutput,
371
388
  TestSuiteRunExecutionStringOutput,
389
+ TestSuiteRunExternalExecConfig,
390
+ TestSuiteRunExternalExecConfigData,
391
+ TestSuiteRunExternalExecConfigDataRequest,
392
+ TestSuiteRunExternalExecConfigRequest,
393
+ TestSuiteRunExternalExecConfigTypeEnum,
372
394
  TestSuiteRunMetricErrorOutput,
373
395
  TestSuiteRunMetricErrorOutputTypeEnum,
374
396
  TestSuiteRunMetricNumberOutput,
@@ -598,6 +620,8 @@ __all__ = [
598
620
  "ExecutionVellumValue_Number",
599
621
  "ExecutionVellumValue_SearchResults",
600
622
  "ExecutionVellumValue_String",
623
+ "ExternalTestCaseExecution",
624
+ "ExternalTestCaseExecutionRequest",
601
625
  "FinishReasonEnum",
602
626
  "ForbiddenError",
603
627
  "FulfilledEnum",
@@ -651,12 +675,19 @@ __all__ = [
651
675
  "ModelVersionRead",
652
676
  "ModelVersionReadStatusEnum",
653
677
  "ModelVersionSandboxSnapshot",
678
+ "NamedTestCaseChatHistoryVariableValue",
654
679
  "NamedTestCaseChatHistoryVariableValueRequest",
680
+ "NamedTestCaseErrorVariableValue",
655
681
  "NamedTestCaseErrorVariableValueRequest",
682
+ "NamedTestCaseJsonVariableValue",
656
683
  "NamedTestCaseJsonVariableValueRequest",
684
+ "NamedTestCaseNumberVariableValue",
657
685
  "NamedTestCaseNumberVariableValueRequest",
686
+ "NamedTestCaseSearchResultsVariableValue",
658
687
  "NamedTestCaseSearchResultsVariableValueRequest",
688
+ "NamedTestCaseStringVariableValue",
659
689
  "NamedTestCaseStringVariableValueRequest",
690
+ "NamedTestCaseVariableValue",
660
691
  "NamedTestCaseVariableValueRequest",
661
692
  "NamedTestCaseVariableValueRequest_ChatHistory",
662
693
  "NamedTestCaseVariableValueRequest_Error",
@@ -664,6 +695,12 @@ __all__ = [
664
695
  "NamedTestCaseVariableValueRequest_Number",
665
696
  "NamedTestCaseVariableValueRequest_SearchResults",
666
697
  "NamedTestCaseVariableValueRequest_String",
698
+ "NamedTestCaseVariableValue_ChatHistory",
699
+ "NamedTestCaseVariableValue_Error",
700
+ "NamedTestCaseVariableValue_Json",
701
+ "NamedTestCaseVariableValue_Number",
702
+ "NamedTestCaseVariableValue_SearchResults",
703
+ "NamedTestCaseVariableValue_String",
667
704
  "NodeInputCompiledArrayValue",
668
705
  "NodeInputCompiledChatHistoryValue",
669
706
  "NodeInputCompiledErrorValue",
@@ -847,8 +884,10 @@ __all__ = [
847
884
  "TestSuiteRunExecConfig",
848
885
  "TestSuiteRunExecConfigRequest",
849
886
  "TestSuiteRunExecConfigRequest_DeploymentReleaseTag",
887
+ "TestSuiteRunExecConfigRequest_External",
850
888
  "TestSuiteRunExecConfigRequest_WorkflowReleaseTag",
851
889
  "TestSuiteRunExecConfig_DeploymentReleaseTag",
890
+ "TestSuiteRunExecConfig_External",
852
891
  "TestSuiteRunExecConfig_WorkflowReleaseTag",
853
892
  "TestSuiteRunExecution",
854
893
  "TestSuiteRunExecutionChatHistoryOutput",
@@ -866,6 +905,11 @@ __all__ = [
866
905
  "TestSuiteRunExecutionOutput_String",
867
906
  "TestSuiteRunExecutionSearchResultsOutput",
868
907
  "TestSuiteRunExecutionStringOutput",
908
+ "TestSuiteRunExternalExecConfig",
909
+ "TestSuiteRunExternalExecConfigData",
910
+ "TestSuiteRunExternalExecConfigDataRequest",
911
+ "TestSuiteRunExternalExecConfigRequest",
912
+ "TestSuiteRunExternalExecConfigTypeEnum",
869
913
  "TestSuiteRunMetricErrorOutput",
870
914
  "TestSuiteRunMetricErrorOutputTypeEnum",
871
915
  "TestSuiteRunMetricNumberOutput",
@@ -18,7 +18,7 @@ class BaseClientWrapper:
18
18
  headers: typing.Dict[str, str] = {
19
19
  "X-Fern-Language": "Python",
20
20
  "X-Fern-SDK-Name": "vellum-ai",
21
- "X-Fern-SDK-Version": "0.3.22",
21
+ "X-Fern-SDK-Version": "0.3.23",
22
22
  }
23
23
  headers["X_API_KEY"] = self.api_key
24
24
  return headers
@@ -123,6 +123,8 @@ from .execution_vellum_value import (
123
123
  ExecutionVellumValue_SearchResults,
124
124
  ExecutionVellumValue_String,
125
125
  )
126
+ from .external_test_case_execution import ExternalTestCaseExecution
127
+ from .external_test_case_execution_request import ExternalTestCaseExecutionRequest
126
128
  from .finish_reason_enum import FinishReasonEnum
127
129
  from .fulfilled_enum import FulfilledEnum
128
130
  from .fulfilled_execute_prompt_event import FulfilledExecutePromptEvent
@@ -172,12 +174,27 @@ from .model_version_exec_config_parameters import ModelVersionExecConfigParamete
172
174
  from .model_version_read import ModelVersionRead
173
175
  from .model_version_read_status_enum import ModelVersionReadStatusEnum
174
176
  from .model_version_sandbox_snapshot import ModelVersionSandboxSnapshot
177
+ from .named_test_case_chat_history_variable_value import NamedTestCaseChatHistoryVariableValue
175
178
  from .named_test_case_chat_history_variable_value_request import NamedTestCaseChatHistoryVariableValueRequest
179
+ from .named_test_case_error_variable_value import NamedTestCaseErrorVariableValue
176
180
  from .named_test_case_error_variable_value_request import NamedTestCaseErrorVariableValueRequest
181
+ from .named_test_case_json_variable_value import NamedTestCaseJsonVariableValue
177
182
  from .named_test_case_json_variable_value_request import NamedTestCaseJsonVariableValueRequest
183
+ from .named_test_case_number_variable_value import NamedTestCaseNumberVariableValue
178
184
  from .named_test_case_number_variable_value_request import NamedTestCaseNumberVariableValueRequest
185
+ from .named_test_case_search_results_variable_value import NamedTestCaseSearchResultsVariableValue
179
186
  from .named_test_case_search_results_variable_value_request import NamedTestCaseSearchResultsVariableValueRequest
187
+ from .named_test_case_string_variable_value import NamedTestCaseStringVariableValue
180
188
  from .named_test_case_string_variable_value_request import NamedTestCaseStringVariableValueRequest
189
+ from .named_test_case_variable_value import (
190
+ NamedTestCaseVariableValue,
191
+ NamedTestCaseVariableValue_ChatHistory,
192
+ NamedTestCaseVariableValue_Error,
193
+ NamedTestCaseVariableValue_Json,
194
+ NamedTestCaseVariableValue_Number,
195
+ NamedTestCaseVariableValue_SearchResults,
196
+ NamedTestCaseVariableValue_String,
197
+ )
181
198
  from .named_test_case_variable_value_request import (
182
199
  NamedTestCaseVariableValueRequest,
183
200
  NamedTestCaseVariableValueRequest_ChatHistory,
@@ -389,11 +406,13 @@ from .test_suite_run_deployment_release_tag_exec_config_type_enum import (
389
406
  from .test_suite_run_exec_config import (
390
407
  TestSuiteRunExecConfig,
391
408
  TestSuiteRunExecConfig_DeploymentReleaseTag,
409
+ TestSuiteRunExecConfig_External,
392
410
  TestSuiteRunExecConfig_WorkflowReleaseTag,
393
411
  )
394
412
  from .test_suite_run_exec_config_request import (
395
413
  TestSuiteRunExecConfigRequest,
396
414
  TestSuiteRunExecConfigRequest_DeploymentReleaseTag,
415
+ TestSuiteRunExecConfigRequest_External,
397
416
  TestSuiteRunExecConfigRequest_WorkflowReleaseTag,
398
417
  )
399
418
  from .test_suite_run_execution import TestSuiteRunExecution
@@ -414,6 +433,11 @@ from .test_suite_run_execution_output import (
414
433
  )
415
434
  from .test_suite_run_execution_search_results_output import TestSuiteRunExecutionSearchResultsOutput
416
435
  from .test_suite_run_execution_string_output import TestSuiteRunExecutionStringOutput
436
+ from .test_suite_run_external_exec_config import TestSuiteRunExternalExecConfig
437
+ from .test_suite_run_external_exec_config_data import TestSuiteRunExternalExecConfigData
438
+ from .test_suite_run_external_exec_config_data_request import TestSuiteRunExternalExecConfigDataRequest
439
+ from .test_suite_run_external_exec_config_request import TestSuiteRunExternalExecConfigRequest
440
+ from .test_suite_run_external_exec_config_type_enum import TestSuiteRunExternalExecConfigTypeEnum
417
441
  from .test_suite_run_metric_error_output import TestSuiteRunMetricErrorOutput
418
442
  from .test_suite_run_metric_error_output_type_enum import TestSuiteRunMetricErrorOutputTypeEnum
419
443
  from .test_suite_run_metric_number_output import TestSuiteRunMetricNumberOutput
@@ -632,6 +656,8 @@ __all__ = [
632
656
  "ExecutionVellumValue_Number",
633
657
  "ExecutionVellumValue_SearchResults",
634
658
  "ExecutionVellumValue_String",
659
+ "ExternalTestCaseExecution",
660
+ "ExternalTestCaseExecutionRequest",
635
661
  "FinishReasonEnum",
636
662
  "FulfilledEnum",
637
663
  "FulfilledExecutePromptEvent",
@@ -683,12 +709,19 @@ __all__ = [
683
709
  "ModelVersionRead",
684
710
  "ModelVersionReadStatusEnum",
685
711
  "ModelVersionSandboxSnapshot",
712
+ "NamedTestCaseChatHistoryVariableValue",
686
713
  "NamedTestCaseChatHistoryVariableValueRequest",
714
+ "NamedTestCaseErrorVariableValue",
687
715
  "NamedTestCaseErrorVariableValueRequest",
716
+ "NamedTestCaseJsonVariableValue",
688
717
  "NamedTestCaseJsonVariableValueRequest",
718
+ "NamedTestCaseNumberVariableValue",
689
719
  "NamedTestCaseNumberVariableValueRequest",
720
+ "NamedTestCaseSearchResultsVariableValue",
690
721
  "NamedTestCaseSearchResultsVariableValueRequest",
722
+ "NamedTestCaseStringVariableValue",
691
723
  "NamedTestCaseStringVariableValueRequest",
724
+ "NamedTestCaseVariableValue",
692
725
  "NamedTestCaseVariableValueRequest",
693
726
  "NamedTestCaseVariableValueRequest_ChatHistory",
694
727
  "NamedTestCaseVariableValueRequest_Error",
@@ -696,6 +729,12 @@ __all__ = [
696
729
  "NamedTestCaseVariableValueRequest_Number",
697
730
  "NamedTestCaseVariableValueRequest_SearchResults",
698
731
  "NamedTestCaseVariableValueRequest_String",
732
+ "NamedTestCaseVariableValue_ChatHistory",
733
+ "NamedTestCaseVariableValue_Error",
734
+ "NamedTestCaseVariableValue_Json",
735
+ "NamedTestCaseVariableValue_Number",
736
+ "NamedTestCaseVariableValue_SearchResults",
737
+ "NamedTestCaseVariableValue_String",
699
738
  "NodeInputCompiledArrayValue",
700
739
  "NodeInputCompiledChatHistoryValue",
701
740
  "NodeInputCompiledErrorValue",
@@ -878,8 +917,10 @@ __all__ = [
878
917
  "TestSuiteRunExecConfig",
879
918
  "TestSuiteRunExecConfigRequest",
880
919
  "TestSuiteRunExecConfigRequest_DeploymentReleaseTag",
920
+ "TestSuiteRunExecConfigRequest_External",
881
921
  "TestSuiteRunExecConfigRequest_WorkflowReleaseTag",
882
922
  "TestSuiteRunExecConfig_DeploymentReleaseTag",
923
+ "TestSuiteRunExecConfig_External",
883
924
  "TestSuiteRunExecConfig_WorkflowReleaseTag",
884
925
  "TestSuiteRunExecution",
885
926
  "TestSuiteRunExecutionChatHistoryOutput",
@@ -897,6 +938,11 @@ __all__ = [
897
938
  "TestSuiteRunExecutionOutput_String",
898
939
  "TestSuiteRunExecutionSearchResultsOutput",
899
940
  "TestSuiteRunExecutionStringOutput",
941
+ "TestSuiteRunExternalExecConfig",
942
+ "TestSuiteRunExternalExecConfigData",
943
+ "TestSuiteRunExternalExecConfigDataRequest",
944
+ "TestSuiteRunExternalExecConfigRequest",
945
+ "TestSuiteRunExternalExecConfigTypeEnum",
900
946
  "TestSuiteRunMetricErrorOutput",
901
947
  "TestSuiteRunMetricErrorOutputTypeEnum",
902
948
  "TestSuiteRunMetricNumberOutput",
@@ -0,0 +1,35 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .named_test_case_variable_value import NamedTestCaseVariableValue
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class ExternalTestCaseExecution(pydantic.BaseModel):
16
+ outputs: typing.List[NamedTestCaseVariableValue] = pydantic.Field()
17
+ """
18
+ The output values of a callable that was executed against a Test Case outside of Vellum
19
+ """
20
+
21
+ test_case_id: str
22
+
23
+ def json(self, **kwargs: typing.Any) -> str:
24
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
+ return super().json(**kwargs_with_defaults)
26
+
27
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
28
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
29
+ return super().dict(**kwargs_with_defaults)
30
+
31
+ class Config:
32
+ frozen = True
33
+ smart_union = True
34
+ extra = pydantic.Extra.allow
35
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,35 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .named_test_case_variable_value_request import NamedTestCaseVariableValueRequest
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class ExternalTestCaseExecutionRequest(pydantic.BaseModel):
16
+ outputs: typing.List[NamedTestCaseVariableValueRequest] = pydantic.Field()
17
+ """
18
+ The output values of a callable that was executed against a Test Case outside of Vellum
19
+ """
20
+
21
+ test_case_id: str
22
+
23
+ def json(self, **kwargs: typing.Any) -> str:
24
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
+ return super().json(**kwargs_with_defaults)
26
+
27
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
28
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
29
+ return super().dict(**kwargs_with_defaults)
30
+
31
+ class Config:
32
+ frozen = True
33
+ smart_union = True
34
+ extra = pydantic.Extra.allow
35
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,35 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .chat_message import ChatMessage
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class NamedTestCaseChatHistoryVariableValue(pydantic.BaseModel):
16
+ """
17
+ Named Test Case value that is of type CHAT_HISTORY
18
+ """
19
+
20
+ value: typing.Optional[typing.List[ChatMessage]] = None
21
+ name: str
22
+
23
+ def json(self, **kwargs: typing.Any) -> str:
24
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
+ return super().json(**kwargs_with_defaults)
26
+
27
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
28
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
29
+ return super().dict(**kwargs_with_defaults)
30
+
31
+ class Config:
32
+ frozen = True
33
+ smart_union = True
34
+ extra = pydantic.Extra.allow
35
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,35 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .vellum_error import VellumError
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class NamedTestCaseErrorVariableValue(pydantic.BaseModel):
16
+ """
17
+ Named Test Case value that is of type ERROR
18
+ """
19
+
20
+ value: typing.Optional[VellumError] = None
21
+ name: str
22
+
23
+ def json(self, **kwargs: typing.Any) -> str:
24
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
+ return super().json(**kwargs_with_defaults)
26
+
27
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
28
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
29
+ return super().dict(**kwargs_with_defaults)
30
+
31
+ class Config:
32
+ frozen = True
33
+ smart_union = True
34
+ extra = pydantic.Extra.allow
35
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,34 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
13
+
14
+ class NamedTestCaseJsonVariableValue(pydantic.BaseModel):
15
+ """
16
+ Named Test Case value that is of type JSON
17
+ """
18
+
19
+ value: typing.Optional[typing.Dict[str, typing.Any]] = None
20
+ name: str
21
+
22
+ def json(self, **kwargs: typing.Any) -> str:
23
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
24
+ return super().json(**kwargs_with_defaults)
25
+
26
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
27
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
28
+ return super().dict(**kwargs_with_defaults)
29
+
30
+ class Config:
31
+ frozen = True
32
+ smart_union = True
33
+ extra = pydantic.Extra.allow
34
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,34 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
13
+
14
+ class NamedTestCaseNumberVariableValue(pydantic.BaseModel):
15
+ """
16
+ Named Test Case value that is of type NUMBER
17
+ """
18
+
19
+ value: typing.Optional[float] = None
20
+ name: str
21
+
22
+ def json(self, **kwargs: typing.Any) -> str:
23
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
24
+ return super().json(**kwargs_with_defaults)
25
+
26
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
27
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
28
+ return super().dict(**kwargs_with_defaults)
29
+
30
+ class Config:
31
+ frozen = True
32
+ smart_union = True
33
+ extra = pydantic.Extra.allow
34
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,35 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .search_result import SearchResult
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class NamedTestCaseSearchResultsVariableValue(pydantic.BaseModel):
16
+ """
17
+ Named Test Case value that is of type SEARCH_RESULTS
18
+ """
19
+
20
+ value: typing.Optional[typing.List[SearchResult]] = None
21
+ name: str
22
+
23
+ def json(self, **kwargs: typing.Any) -> str:
24
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
+ return super().json(**kwargs_with_defaults)
26
+
27
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
28
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
29
+ return super().dict(**kwargs_with_defaults)
30
+
31
+ class Config:
32
+ frozen = True
33
+ smart_union = True
34
+ extra = pydantic.Extra.allow
35
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,34 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
13
+
14
+ class NamedTestCaseStringVariableValue(pydantic.BaseModel):
15
+ """
16
+ Named Test Case value that is of type STRING
17
+ """
18
+
19
+ value: typing.Optional[str] = None
20
+ name: str
21
+
22
+ def json(self, **kwargs: typing.Any) -> str:
23
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
24
+ return super().json(**kwargs_with_defaults)
25
+
26
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
27
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
28
+ return super().dict(**kwargs_with_defaults)
29
+
30
+ class Config:
31
+ frozen = True
32
+ smart_union = True
33
+ extra = pydantic.Extra.allow
34
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,82 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ from __future__ import annotations
4
+
5
+ import typing
6
+
7
+ from .named_test_case_chat_history_variable_value import NamedTestCaseChatHistoryVariableValue
8
+ from .named_test_case_error_variable_value import NamedTestCaseErrorVariableValue
9
+ from .named_test_case_json_variable_value import NamedTestCaseJsonVariableValue
10
+ from .named_test_case_number_variable_value import NamedTestCaseNumberVariableValue
11
+ from .named_test_case_search_results_variable_value import NamedTestCaseSearchResultsVariableValue
12
+ from .named_test_case_string_variable_value import NamedTestCaseStringVariableValue
13
+
14
+
15
+ class NamedTestCaseVariableValue_String(NamedTestCaseStringVariableValue):
16
+ type: typing.Literal["STRING"] = "STRING"
17
+
18
+ class Config:
19
+ frozen = True
20
+ smart_union = True
21
+ allow_population_by_field_name = True
22
+ populate_by_name = True
23
+
24
+
25
+ class NamedTestCaseVariableValue_Number(NamedTestCaseNumberVariableValue):
26
+ type: typing.Literal["NUMBER"] = "NUMBER"
27
+
28
+ class Config:
29
+ frozen = True
30
+ smart_union = True
31
+ allow_population_by_field_name = True
32
+ populate_by_name = True
33
+
34
+
35
+ class NamedTestCaseVariableValue_Json(NamedTestCaseJsonVariableValue):
36
+ type: typing.Literal["JSON"] = "JSON"
37
+
38
+ class Config:
39
+ frozen = True
40
+ smart_union = True
41
+ allow_population_by_field_name = True
42
+ populate_by_name = True
43
+
44
+
45
+ class NamedTestCaseVariableValue_ChatHistory(NamedTestCaseChatHistoryVariableValue):
46
+ type: typing.Literal["CHAT_HISTORY"] = "CHAT_HISTORY"
47
+
48
+ class Config:
49
+ frozen = True
50
+ smart_union = True
51
+ allow_population_by_field_name = True
52
+ populate_by_name = True
53
+
54
+
55
+ class NamedTestCaseVariableValue_SearchResults(NamedTestCaseSearchResultsVariableValue):
56
+ type: typing.Literal["SEARCH_RESULTS"] = "SEARCH_RESULTS"
57
+
58
+ class Config:
59
+ frozen = True
60
+ smart_union = True
61
+ allow_population_by_field_name = True
62
+ populate_by_name = True
63
+
64
+
65
+ class NamedTestCaseVariableValue_Error(NamedTestCaseErrorVariableValue):
66
+ type: typing.Literal["ERROR"] = "ERROR"
67
+
68
+ class Config:
69
+ frozen = True
70
+ smart_union = True
71
+ allow_population_by_field_name = True
72
+ populate_by_name = True
73
+
74
+
75
+ NamedTestCaseVariableValue = typing.Union[
76
+ NamedTestCaseVariableValue_String,
77
+ NamedTestCaseVariableValue_Number,
78
+ NamedTestCaseVariableValue_Json,
79
+ NamedTestCaseVariableValue_ChatHistory,
80
+ NamedTestCaseVariableValue_SearchResults,
81
+ NamedTestCaseVariableValue_Error,
82
+ ]
@@ -13,6 +13,10 @@ except ImportError:
13
13
 
14
14
 
15
15
  class SandboxScenario(pydantic.BaseModel):
16
+ """
17
+ Sandbox Scenario
18
+ """
19
+
16
20
  label: typing.Optional[str] = None
17
21
  inputs: typing.List[ScenarioInput] = pydantic.Field()
18
22
  """