vellum-ai 0.3.11__tar.gz → 0.3.13__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (356) hide show
  1. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/PKG-INFO +1 -1
  2. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/pyproject.toml +1 -1
  3. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/__init__.py +90 -0
  4. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/client.py +3 -0
  5. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/core/client_wrapper.py +1 -1
  6. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/__init__.py +2 -0
  7. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/document_indexes/client.py +282 -0
  8. vellum_ai-0.3.13/src/vellum/resources/test_suite_runs/client.py +223 -0
  9. vellum_ai-0.3.13/src/vellum/resources/test_suites/__init__.py +2 -0
  10. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/__init__.py +102 -0
  11. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/array_variable_value_item.py +11 -0
  12. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/fulfilled_workflow_node_result_event.py +2 -0
  13. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_request.py +1 -1
  14. vellum_ai-0.3.13/src/vellum/types/image_variable_value.py +33 -0
  15. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/initiated_workflow_node_result_event.py +1 -0
  16. vellum_ai-0.3.13/src/vellum/types/paginated_test_suite_run_execution_list.py +32 -0
  17. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/rejected_workflow_node_result_event.py +1 -0
  18. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/streaming_workflow_node_result_event.py +1 -0
  19. vellum_ai-0.3.13/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +36 -0
  20. vellum_ai-0.3.13/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +31 -0
  21. vellum_ai-0.3.13/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +31 -0
  22. vellum_ai-0.3.13/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +38 -0
  23. vellum_ai-0.3.13/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +5 -0
  24. vellum_ai-0.3.13/src/vellum/types/test_suite_run_exec_config.py +33 -0
  25. vellum_ai-0.3.13/src/vellum/types/test_suite_run_exec_config_request.py +33 -0
  26. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution.py +33 -0
  27. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution_chat_history_output.py +30 -0
  28. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution_error_output.py +30 -0
  29. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution_json_output.py +29 -0
  30. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution_metric_result.py +30 -0
  31. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution_number_output.py +29 -0
  32. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution_output.py +78 -0
  33. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution_search_results_output.py +30 -0
  34. vellum_ai-0.3.13/src/vellum/types/test_suite_run_execution_string_output.py +29 -0
  35. vellum_ai-0.3.13/src/vellum/types/test_suite_run_metric_error_output.py +34 -0
  36. vellum_ai-0.3.13/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +5 -0
  37. vellum_ai-0.3.13/src/vellum/types/test_suite_run_metric_number_output.py +33 -0
  38. vellum_ai-0.3.13/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +5 -0
  39. vellum_ai-0.3.13/src/vellum/types/test_suite_run_metric_output.py +31 -0
  40. vellum_ai-0.3.13/src/vellum/types/test_suite_run_read.py +47 -0
  41. vellum_ai-0.3.13/src/vellum/types/test_suite_run_state.py +41 -0
  42. vellum_ai-0.3.13/src/vellum/types/test_suite_run_test_suite.py +30 -0
  43. vellum_ai-0.3.13/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +36 -0
  44. vellum_ai-0.3.13/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +33 -0
  45. vellum_ai-0.3.13/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +33 -0
  46. vellum_ai-0.3.13/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +38 -0
  47. vellum_ai-0.3.13/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +5 -0
  48. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_execution_event_error_code.py +5 -0
  49. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_array.py +1 -1
  50. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_chat_history.py +1 -1
  51. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_error.py +1 -1
  52. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_function_call.py +1 -1
  53. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_image.py +1 -1
  54. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_json.py +1 -1
  55. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_number.py +1 -1
  56. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_search_results.py +1 -1
  57. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output_string.py +1 -1
  58. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/LICENSE +0 -0
  59. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/README.md +0 -0
  60. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/core/__init__.py +0 -0
  61. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/core/api_error.py +0 -0
  62. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/core/datetime_utils.py +0 -0
  63. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/core/jsonable_encoder.py +0 -0
  64. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/core/remove_none_from_dict.py +0 -0
  65. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/environment.py +0 -0
  66. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/errors/__init__.py +0 -0
  67. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/errors/bad_request_error.py +0 -0
  68. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/errors/conflict_error.py +0 -0
  69. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/errors/forbidden_error.py +0 -0
  70. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/errors/internal_server_error.py +0 -0
  71. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/errors/not_found_error.py +0 -0
  72. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/py.typed +0 -0
  73. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/deployments/__init__.py +0 -0
  74. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/deployments/client.py +0 -0
  75. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/deployments/types/__init__.py +0 -0
  76. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
  77. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/document_indexes/__init__.py +0 -0
  78. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
  79. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
  80. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/documents/__init__.py +0 -0
  81. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/documents/client.py +0 -0
  82. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/folder_entities/__init__.py +0 -0
  83. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/folder_entities/client.py +0 -0
  84. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/model_versions/__init__.py +0 -0
  85. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/model_versions/client.py +0 -0
  86. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/registered_prompts/__init__.py +0 -0
  87. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/registered_prompts/client.py +0 -0
  88. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/sandboxes/__init__.py +0 -0
  89. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/sandboxes/client.py +0 -0
  90. {vellum_ai-0.3.11/src/vellum/resources/test_suites → vellum_ai-0.3.13/src/vellum/resources/test_suite_runs}/__init__.py +0 -0
  91. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/test_suites/client.py +0 -0
  92. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
  93. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/workflow_deployments/client.py +0 -0
  94. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
  95. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
  96. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/api_node_result.py +0 -0
  97. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/api_node_result_data.py +0 -0
  98. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/array_chat_message_content.py +0 -0
  99. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/array_chat_message_content_item.py +0 -0
  100. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
  101. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/array_chat_message_content_request.py +0 -0
  102. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/array_enum.py +0 -0
  103. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/block_type_enum.py +0 -0
  104. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/chat_history_enum.py +0 -0
  105. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/chat_history_input_request.py +0 -0
  106. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/chat_history_variable_value.py +0 -0
  107. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/chat_message.py +0 -0
  108. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/chat_message_content.py +0 -0
  109. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/chat_message_content_request.py +0 -0
  110. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/chat_message_request.py +0 -0
  111. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/chat_message_role.py +0 -0
  112. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
  113. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_error_result.py +0 -0
  114. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_json_result.py +0 -0
  115. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_number_result.py +0 -0
  116. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_result.py +0 -0
  117. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_result_data.py +0 -0
  118. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_result_output.py +0 -0
  119. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
  120. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/code_execution_node_string_result.py +0 -0
  121. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/conditional_node_result.py +0 -0
  122. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/conditional_node_result_data.py +0 -0
  123. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/deployment_provider_payload_response.py +0 -0
  124. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/deployment_read.py +0 -0
  125. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/document_document_to_document_index.py +0 -0
  126. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/document_index_read.py +0 -0
  127. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/document_read.py +0 -0
  128. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/document_status.py +0 -0
  129. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/enriched_normalized_completion.py +0 -0
  130. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/entity_status.py +0 -0
  131. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/environment_enum.py +0 -0
  132. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/error_enum.py +0 -0
  133. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/error_variable_value.py +0 -0
  134. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
  135. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execute_prompt_event.py +0 -0
  136. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execute_prompt_response.py +0 -0
  137. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execute_workflow_error_response.py +0 -0
  138. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execute_workflow_response.py +0 -0
  139. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
  140. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
  141. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_array_vellum_value.py +0 -0
  142. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
  143. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_error_vellum_value.py +0 -0
  144. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
  145. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_json_vellum_value.py +0 -0
  146. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_number_vellum_value.py +0 -0
  147. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
  148. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_string_vellum_value.py +0 -0
  149. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/execution_vellum_value.py +0 -0
  150. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/finish_reason_enum.py +0 -0
  151. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/fulfilled_enum.py +0 -0
  152. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
  153. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
  154. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
  155. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/fulfilled_function_call.py +0 -0
  156. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
  157. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/function_call.py +0 -0
  158. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/function_call_chat_message_content.py +0 -0
  159. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
  160. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
  161. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
  162. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/function_call_enum.py +0 -0
  163. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/function_call_variable_value.py +0 -0
  164. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_error_response.py +0 -0
  165. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_options_request.py +0 -0
  166. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_response.py +0 -0
  167. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_result.py +0 -0
  168. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_result_data.py +0 -0
  169. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_result_error.py +0 -0
  170. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_stream_response.py +0 -0
  171. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_stream_result.py +0 -0
  172. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/generate_stream_result_data.py +0 -0
  173. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/image_chat_message_content.py +0 -0
  174. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/image_chat_message_content_request.py +0 -0
  175. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/image_enum.py +0 -0
  176. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/indexing_state_enum.py +0 -0
  177. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/initiated_enum.py +0 -0
  178. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
  179. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
  180. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/json_enum.py +0 -0
  181. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/json_input_request.py +0 -0
  182. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/json_variable_value.py +0 -0
  183. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/logical_operator.py +0 -0
  184. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/logprobs_enum.py +0 -0
  185. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/metadata_filter_config_request.py +0 -0
  186. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
  187. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/metadata_filter_rule_request.py +0 -0
  188. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/model_version_build_config.py +0 -0
  189. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/model_version_exec_config.py +0 -0
  190. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/model_version_exec_config_parameters.py +0 -0
  191. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/model_version_read.py +0 -0
  192. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/model_version_read_status_enum.py +0 -0
  193. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/model_version_sandbox_snapshot.py +0 -0
  194. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
  195. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
  196. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
  197. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
  198. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
  199. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
  200. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
  201. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_input_compiled_array_value.py +0 -0
  202. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
  203. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_input_compiled_error_value.py +0 -0
  204. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_input_compiled_json_value.py +0 -0
  205. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_input_compiled_number_value.py +0 -0
  206. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
  207. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_input_compiled_string_value.py +0 -0
  208. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
  209. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_array_value.py +0 -0
  210. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_chat_history_value.py +0 -0
  211. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_error_value.py +0 -0
  212. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_function_value.py +0 -0
  213. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_json_value.py +0 -0
  214. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_number_value.py +0 -0
  215. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_search_results_value.py +0 -0
  216. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_string_value.py +0 -0
  217. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/node_output_compiled_value.py +0 -0
  218. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/normalized_log_probs.py +0 -0
  219. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/normalized_token_log_probs.py +0 -0
  220. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/number_enum.py +0 -0
  221. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/number_variable_value.py +0 -0
  222. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/paginated_document_index_read_list.py +0 -0
  223. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
  224. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/paginated_slim_document_list.py +0 -0
  225. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
  226. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/processing_failure_reason_enum.py +0 -0
  227. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/processing_state_enum.py +0 -0
  228. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
  229. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_deployment_input_request.py +0 -0
  230. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_execution_meta.py +0 -0
  231. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_node_result.py +0 -0
  232. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_node_result_data.py +0 -0
  233. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_output.py +0 -0
  234. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_template_block.py +0 -0
  235. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_template_block_data.py +0 -0
  236. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_template_block_data_request.py +0 -0
  237. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_template_block_properties.py +0 -0
  238. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_template_block_properties_request.py +0 -0
  239. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/prompt_template_block_request.py +0 -0
  240. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/provider_enum.py +0 -0
  241. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
  242. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/register_prompt_error_response.py +0 -0
  243. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/register_prompt_model_parameters_request.py +0 -0
  244. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/register_prompt_prompt.py +0 -0
  245. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/register_prompt_prompt_info_request.py +0 -0
  246. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/register_prompt_response.py +0 -0
  247. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/registered_prompt_deployment.py +0 -0
  248. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/registered_prompt_input_variable_request.py +0 -0
  249. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/registered_prompt_model_version.py +0 -0
  250. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/registered_prompt_sandbox.py +0 -0
  251. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/registered_prompt_sandbox_snapshot.py +0 -0
  252. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/rejected_enum.py +0 -0
  253. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
  254. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
  255. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
  256. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/rejected_function_call.py +0 -0
  257. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
  258. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/sandbox_scenario.py +0 -0
  259. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/scenario_input.py +0 -0
  260. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/scenario_input_request.py +0 -0
  261. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/scenario_input_type_enum.py +0 -0
  262. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_error_response.py +0 -0
  263. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_filters_request.py +0 -0
  264. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_node_result.py +0 -0
  265. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_node_result_data.py +0 -0
  266. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_request_options_request.py +0 -0
  267. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_response.py +0 -0
  268. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_result.py +0 -0
  269. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_result_document.py +0 -0
  270. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_result_document_request.py +0 -0
  271. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_result_merging_request.py +0 -0
  272. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_result_request.py +0 -0
  273. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_results_enum.py +0 -0
  274. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_results_variable_value.py +0 -0
  275. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/search_weights_request.py +0 -0
  276. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/slim_deployment_read.py +0 -0
  277. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/slim_document.py +0 -0
  278. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/slim_workflow_deployment.py +0 -0
  279. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/streaming_enum.py +0 -0
  280. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
  281. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
  282. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/string_chat_message_content.py +0 -0
  283. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/string_chat_message_content_request.py +0 -0
  284. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/string_enum.py +0 -0
  285. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/string_input_request.py +0 -0
  286. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/string_variable_value.py +0 -0
  287. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/submit_completion_actual_request.py +0 -0
  288. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
  289. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
  290. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/subworkflow_enum.py +0 -0
  291. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/subworkflow_node_result.py +0 -0
  292. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_chat_history_result.py +0 -0
  293. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_error_result.py +0 -0
  294. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_json_result.py +0 -0
  295. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_number_result.py +0 -0
  296. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_result.py +0 -0
  297. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_result_data.py +0 -0
  298. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_result_output.py +0 -0
  299. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_search_results_result.py +0 -0
  300. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/templating_node_string_result.py +0 -0
  301. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_array_result.py +0 -0
  302. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
  303. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_error_result.py +0 -0
  304. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_function_call_result.py +0 -0
  305. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_json_result.py +0 -0
  306. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_number_result.py +0 -0
  307. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_result.py +0 -0
  308. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_result_data.py +0 -0
  309. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_result_output.py +0 -0
  310. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_search_results_result.py +0 -0
  311. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/terminal_node_string_result.py +0 -0
  312. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/test_case_chat_history_variable_value.py +0 -0
  313. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/test_case_error_variable_value.py +0 -0
  314. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/test_case_json_variable_value.py +0 -0
  315. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/test_case_number_variable_value.py +0 -0
  316. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/test_case_search_results_variable_value.py +0 -0
  317. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/test_case_string_variable_value.py +0 -0
  318. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/test_case_variable_value.py +0 -0
  319. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/test_suite_test_case.py +0 -0
  320. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/upload_document_error_response.py +0 -0
  321. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/upload_document_response.py +0 -0
  322. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/vellum_error.py +0 -0
  323. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/vellum_error_code_enum.py +0 -0
  324. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/vellum_error_request.py +0 -0
  325. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/vellum_image.py +0 -0
  326. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/vellum_image_request.py +0 -0
  327. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/vellum_variable.py +0 -0
  328. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/vellum_variable_type.py +0 -0
  329. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_deployment_read.py +0 -0
  330. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_event_error.py +0 -0
  331. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
  332. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
  333. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
  334. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_execution_event_type.py +0 -0
  335. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
  336. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
  337. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_node_result_data.py +0 -0
  338. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_node_result_event.py +0 -0
  339. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_node_result_event_state.py +0 -0
  340. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_output.py +0 -0
  341. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
  342. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_request_input_request.py +0 -0
  343. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_request_json_input_request.py +0 -0
  344. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_request_number_input_request.py +0 -0
  345. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_request_string_input_request.py +0 -0
  346. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event.py +0 -0
  347. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data.py +0 -0
  348. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
  349. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
  350. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
  351. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
  352. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
  353. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
  354. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
  355. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
  356. {vellum_ai-0.3.11 → vellum_ai-0.3.13}/src/vellum/types/workflow_stream_event.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vellum-ai
3
- Version: 0.3.11
3
+ Version: 0.3.13
4
4
  Summary:
5
5
  Requires-Python: >=3.7,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "vellum-ai"
3
- version = "0.3.11"
3
+ version = "0.3.13"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  authors = []
@@ -18,6 +18,7 @@ from .types import (
18
18
  ArrayVariableValueItem_ChatHistory,
19
19
  ArrayVariableValueItem_Error,
20
20
  ArrayVariableValueItem_FunctionCall,
21
+ ArrayVariableValueItem_Image,
21
22
  ArrayVariableValueItem_Json,
22
23
  ArrayVariableValueItem_Number,
23
24
  ArrayVariableValueItem_SearchResults,
@@ -129,6 +130,7 @@ from .types import (
129
130
  ImageChatMessageContent,
130
131
  ImageChatMessageContentRequest,
131
132
  ImageEnum,
133
+ ImageVariableValue,
132
134
  IndexingStateEnum,
133
135
  InitiatedEnum,
134
136
  InitiatedExecutePromptEvent,
@@ -201,6 +203,7 @@ from .types import (
201
203
  PaginatedSlimDeploymentReadList,
202
204
  PaginatedSlimDocumentList,
203
205
  PaginatedSlimWorkflowDeploymentList,
206
+ PaginatedTestSuiteRunExecutionList,
204
207
  ProcessingFailureReasonEnum,
205
208
  ProcessingStateEnum,
206
209
  PromptDeploymentExpandMetaRequestRequest,
@@ -326,6 +329,47 @@ from .types import (
326
329
  TestCaseVariableValue_Number,
327
330
  TestCaseVariableValue_SearchResults,
328
331
  TestCaseVariableValue_String,
332
+ TestSuiteRunDeploymentReleaseTagExecConfig,
333
+ TestSuiteRunDeploymentReleaseTagExecConfigData,
334
+ TestSuiteRunDeploymentReleaseTagExecConfigDataRequest,
335
+ TestSuiteRunDeploymentReleaseTagExecConfigRequest,
336
+ TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum,
337
+ TestSuiteRunExecConfig,
338
+ TestSuiteRunExecConfigRequest,
339
+ TestSuiteRunExecConfigRequest_DeploymentReleaseTag,
340
+ TestSuiteRunExecConfigRequest_WorkflowReleaseTag,
341
+ TestSuiteRunExecConfig_DeploymentReleaseTag,
342
+ TestSuiteRunExecConfig_WorkflowReleaseTag,
343
+ TestSuiteRunExecution,
344
+ TestSuiteRunExecutionChatHistoryOutput,
345
+ TestSuiteRunExecutionErrorOutput,
346
+ TestSuiteRunExecutionJsonOutput,
347
+ TestSuiteRunExecutionMetricResult,
348
+ TestSuiteRunExecutionNumberOutput,
349
+ TestSuiteRunExecutionOutput,
350
+ TestSuiteRunExecutionOutput_ChatHistory,
351
+ TestSuiteRunExecutionOutput_Error,
352
+ TestSuiteRunExecutionOutput_Json,
353
+ TestSuiteRunExecutionOutput_Number,
354
+ TestSuiteRunExecutionOutput_SearchResults,
355
+ TestSuiteRunExecutionOutput_String,
356
+ TestSuiteRunExecutionSearchResultsOutput,
357
+ TestSuiteRunExecutionStringOutput,
358
+ TestSuiteRunMetricErrorOutput,
359
+ TestSuiteRunMetricErrorOutputTypeEnum,
360
+ TestSuiteRunMetricNumberOutput,
361
+ TestSuiteRunMetricNumberOutputTypeEnum,
362
+ TestSuiteRunMetricOutput,
363
+ TestSuiteRunMetricOutput_Error,
364
+ TestSuiteRunMetricOutput_Number,
365
+ TestSuiteRunRead,
366
+ TestSuiteRunState,
367
+ TestSuiteRunTestSuite,
368
+ TestSuiteRunWorkflowReleaseTagExecConfig,
369
+ TestSuiteRunWorkflowReleaseTagExecConfigData,
370
+ TestSuiteRunWorkflowReleaseTagExecConfigDataRequest,
371
+ TestSuiteRunWorkflowReleaseTagExecConfigRequest,
372
+ TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum,
329
373
  TestSuiteTestCase,
330
374
  UploadDocumentErrorResponse,
331
375
  UploadDocumentResponse,
@@ -422,6 +466,7 @@ from .resources import (
422
466
  model_versions,
423
467
  registered_prompts,
424
468
  sandboxes,
469
+ test_suite_runs,
425
470
  test_suites,
426
471
  workflow_deployments,
427
472
  )
@@ -445,6 +490,7 @@ __all__ = [
445
490
  "ArrayVariableValueItem_ChatHistory",
446
491
  "ArrayVariableValueItem_Error",
447
492
  "ArrayVariableValueItem_FunctionCall",
493
+ "ArrayVariableValueItem_Image",
448
494
  "ArrayVariableValueItem_Json",
449
495
  "ArrayVariableValueItem_Number",
450
496
  "ArrayVariableValueItem_SearchResults",
@@ -561,6 +607,7 @@ __all__ = [
561
607
  "ImageChatMessageContent",
562
608
  "ImageChatMessageContentRequest",
563
609
  "ImageEnum",
610
+ "ImageVariableValue",
564
611
  "IndexingStateEnum",
565
612
  "InitiatedEnum",
566
613
  "InitiatedExecutePromptEvent",
@@ -635,6 +682,7 @@ __all__ = [
635
682
  "PaginatedSlimDeploymentReadList",
636
683
  "PaginatedSlimDocumentList",
637
684
  "PaginatedSlimWorkflowDeploymentList",
685
+ "PaginatedTestSuiteRunExecutionList",
638
686
  "ProcessingFailureReasonEnum",
639
687
  "ProcessingStateEnum",
640
688
  "PromptDeploymentExpandMetaRequestRequest",
@@ -760,6 +808,47 @@ __all__ = [
760
808
  "TestCaseVariableValue_Number",
761
809
  "TestCaseVariableValue_SearchResults",
762
810
  "TestCaseVariableValue_String",
811
+ "TestSuiteRunDeploymentReleaseTagExecConfig",
812
+ "TestSuiteRunDeploymentReleaseTagExecConfigData",
813
+ "TestSuiteRunDeploymentReleaseTagExecConfigDataRequest",
814
+ "TestSuiteRunDeploymentReleaseTagExecConfigRequest",
815
+ "TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum",
816
+ "TestSuiteRunExecConfig",
817
+ "TestSuiteRunExecConfigRequest",
818
+ "TestSuiteRunExecConfigRequest_DeploymentReleaseTag",
819
+ "TestSuiteRunExecConfigRequest_WorkflowReleaseTag",
820
+ "TestSuiteRunExecConfig_DeploymentReleaseTag",
821
+ "TestSuiteRunExecConfig_WorkflowReleaseTag",
822
+ "TestSuiteRunExecution",
823
+ "TestSuiteRunExecutionChatHistoryOutput",
824
+ "TestSuiteRunExecutionErrorOutput",
825
+ "TestSuiteRunExecutionJsonOutput",
826
+ "TestSuiteRunExecutionMetricResult",
827
+ "TestSuiteRunExecutionNumberOutput",
828
+ "TestSuiteRunExecutionOutput",
829
+ "TestSuiteRunExecutionOutput_ChatHistory",
830
+ "TestSuiteRunExecutionOutput_Error",
831
+ "TestSuiteRunExecutionOutput_Json",
832
+ "TestSuiteRunExecutionOutput_Number",
833
+ "TestSuiteRunExecutionOutput_SearchResults",
834
+ "TestSuiteRunExecutionOutput_String",
835
+ "TestSuiteRunExecutionSearchResultsOutput",
836
+ "TestSuiteRunExecutionStringOutput",
837
+ "TestSuiteRunMetricErrorOutput",
838
+ "TestSuiteRunMetricErrorOutputTypeEnum",
839
+ "TestSuiteRunMetricNumberOutput",
840
+ "TestSuiteRunMetricNumberOutputTypeEnum",
841
+ "TestSuiteRunMetricOutput",
842
+ "TestSuiteRunMetricOutput_Error",
843
+ "TestSuiteRunMetricOutput_Number",
844
+ "TestSuiteRunRead",
845
+ "TestSuiteRunState",
846
+ "TestSuiteRunTestSuite",
847
+ "TestSuiteRunWorkflowReleaseTagExecConfig",
848
+ "TestSuiteRunWorkflowReleaseTagExecConfigData",
849
+ "TestSuiteRunWorkflowReleaseTagExecConfigDataRequest",
850
+ "TestSuiteRunWorkflowReleaseTagExecConfigRequest",
851
+ "TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum",
763
852
  "TestSuiteTestCase",
764
853
  "UploadDocumentErrorResponse",
765
854
  "UploadDocumentResponse",
@@ -852,6 +941,7 @@ __all__ = [
852
941
  "model_versions",
853
942
  "registered_prompts",
854
943
  "sandboxes",
944
+ "test_suite_runs",
855
945
  "test_suites",
856
946
  "workflow_deployments",
857
947
  ]
@@ -22,6 +22,7 @@ from .resources.folder_entities.client import AsyncFolderEntitiesClient, FolderE
22
22
  from .resources.model_versions.client import AsyncModelVersionsClient, ModelVersionsClient
23
23
  from .resources.registered_prompts.client import AsyncRegisteredPromptsClient, RegisteredPromptsClient
24
24
  from .resources.sandboxes.client import AsyncSandboxesClient, SandboxesClient
25
+ from .resources.test_suite_runs.client import AsyncTestSuiteRunsClient, TestSuiteRunsClient
25
26
  from .resources.test_suites.client import AsyncTestSuitesClient, TestSuitesClient
26
27
  from .resources.workflow_deployments.client import AsyncWorkflowDeploymentsClient, WorkflowDeploymentsClient
27
28
  from .types.execute_prompt_event import ExecutePromptEvent
@@ -72,6 +73,7 @@ class Vellum:
72
73
  self.model_versions = ModelVersionsClient(client_wrapper=self._client_wrapper)
73
74
  self.registered_prompts = RegisteredPromptsClient(client_wrapper=self._client_wrapper)
74
75
  self.sandboxes = SandboxesClient(client_wrapper=self._client_wrapper)
76
+ self.test_suite_runs = TestSuiteRunsClient(client_wrapper=self._client_wrapper)
75
77
  self.test_suites = TestSuitesClient(client_wrapper=self._client_wrapper)
76
78
  self.workflow_deployments = WorkflowDeploymentsClient(client_wrapper=self._client_wrapper)
77
79
 
@@ -655,6 +657,7 @@ class AsyncVellum:
655
657
  self.model_versions = AsyncModelVersionsClient(client_wrapper=self._client_wrapper)
656
658
  self.registered_prompts = AsyncRegisteredPromptsClient(client_wrapper=self._client_wrapper)
657
659
  self.sandboxes = AsyncSandboxesClient(client_wrapper=self._client_wrapper)
660
+ self.test_suite_runs = AsyncTestSuiteRunsClient(client_wrapper=self._client_wrapper)
658
661
  self.test_suites = AsyncTestSuitesClient(client_wrapper=self._client_wrapper)
659
662
  self.workflow_deployments = AsyncWorkflowDeploymentsClient(client_wrapper=self._client_wrapper)
660
663
 
@@ -16,7 +16,7 @@ class BaseClientWrapper:
16
16
  headers: typing.Dict[str, str] = {
17
17
  "X-Fern-Language": "Python",
18
18
  "X-Fern-SDK-Name": "vellum-ai",
19
- "X-Fern-SDK-Version": "0.3.11",
19
+ "X-Fern-SDK-Version": "0.3.13",
20
20
  }
21
21
  headers["X_API_KEY"] = self.api_key
22
22
  return headers
@@ -8,6 +8,7 @@ from . import (
8
8
  model_versions,
9
9
  registered_prompts,
10
10
  sandboxes,
11
+ test_suite_runs,
11
12
  test_suites,
12
13
  workflow_deployments,
13
14
  )
@@ -26,6 +27,7 @@ __all__ = [
26
27
  "model_versions",
27
28
  "registered_prompts",
28
29
  "sandboxes",
30
+ "test_suite_runs",
29
31
  "test_suites",
30
32
  "workflow_deployments",
31
33
  ]
@@ -187,6 +187,147 @@ class DocumentIndexesClient:
187
187
  raise ApiError(status_code=_response.status_code, body=_response.text)
188
188
  raise ApiError(status_code=_response.status_code, body=_response_json)
189
189
 
190
+ def update(
191
+ self,
192
+ id: str,
193
+ *,
194
+ label: str,
195
+ status: typing.Optional[EntityStatus] = OMIT,
196
+ environment: typing.Optional[EnvironmentEnum] = OMIT,
197
+ ) -> DocumentIndexRead:
198
+ """
199
+ Used to fully update a Document Index given its ID.
200
+
201
+ Parameters:
202
+ - id: str. A UUID string identifying this document index.
203
+
204
+ - label: str. A human-readable label for the document index
205
+
206
+ - status: typing.Optional[EntityStatus]. The current status of the document index
207
+
208
+ * `ACTIVE` - Active
209
+ * `ARCHIVED` - Archived
210
+ - environment: typing.Optional[EnvironmentEnum]. The environment this document index is used in
211
+
212
+ * `DEVELOPMENT` - Development
213
+ * `STAGING` - Staging
214
+ * `PRODUCTION` - Production---
215
+ from vellum.client import Vellum
216
+
217
+ client = Vellum(
218
+ api_key="YOUR_API_KEY",
219
+ )
220
+ client.document_indexes.update(
221
+ id="id",
222
+ label="label",
223
+ )
224
+ """
225
+ _request: typing.Dict[str, typing.Any] = {"label": label}
226
+ if status is not OMIT:
227
+ _request["status"] = status
228
+ if environment is not OMIT:
229
+ _request["environment"] = environment
230
+ _response = self._client_wrapper.httpx_client.request(
231
+ "PUT",
232
+ urllib.parse.urljoin(f"{self._client_wrapper.get_environment().default}/", f"v1/document-indexes/{id}"),
233
+ json=jsonable_encoder(_request),
234
+ headers=self._client_wrapper.get_headers(),
235
+ timeout=None,
236
+ )
237
+ if 200 <= _response.status_code < 300:
238
+ return pydantic.parse_obj_as(DocumentIndexRead, _response.json()) # type: ignore
239
+ try:
240
+ _response_json = _response.json()
241
+ except JSONDecodeError:
242
+ raise ApiError(status_code=_response.status_code, body=_response.text)
243
+ raise ApiError(status_code=_response.status_code, body=_response_json)
244
+
245
+ def destroy(self, id: str) -> None:
246
+ """
247
+ Used to delete a Document Index given its ID.
248
+
249
+ Parameters:
250
+ - id: str. A UUID string identifying this document index.
251
+ ---
252
+ from vellum.client import Vellum
253
+
254
+ client = Vellum(
255
+ api_key="YOUR_API_KEY",
256
+ )
257
+ client.document_indexes.destroy(
258
+ id="id",
259
+ )
260
+ """
261
+ _response = self._client_wrapper.httpx_client.request(
262
+ "DELETE",
263
+ urllib.parse.urljoin(f"{self._client_wrapper.get_environment().default}/", f"v1/document-indexes/{id}"),
264
+ headers=self._client_wrapper.get_headers(),
265
+ timeout=None,
266
+ )
267
+ if 200 <= _response.status_code < 300:
268
+ return
269
+ try:
270
+ _response_json = _response.json()
271
+ except JSONDecodeError:
272
+ raise ApiError(status_code=_response.status_code, body=_response.text)
273
+ raise ApiError(status_code=_response.status_code, body=_response_json)
274
+
275
+ def partial_update(
276
+ self,
277
+ id: str,
278
+ *,
279
+ label: typing.Optional[str] = OMIT,
280
+ status: typing.Optional[EntityStatus] = OMIT,
281
+ environment: typing.Optional[EnvironmentEnum] = OMIT,
282
+ ) -> DocumentIndexRead:
283
+ """
284
+ Used to partial update a Document Index given its ID.
285
+
286
+ Parameters:
287
+ - id: str. A UUID string identifying this document index.
288
+
289
+ - label: typing.Optional[str]. A human-readable label for the document index
290
+
291
+ - status: typing.Optional[EntityStatus]. The current status of the document index
292
+
293
+ * `ACTIVE` - Active
294
+ * `ARCHIVED` - Archived
295
+ - environment: typing.Optional[EnvironmentEnum]. The environment this document index is used in
296
+
297
+ * `DEVELOPMENT` - Development
298
+ * `STAGING` - Staging
299
+ * `PRODUCTION` - Production---
300
+ from vellum.client import Vellum
301
+
302
+ client = Vellum(
303
+ api_key="YOUR_API_KEY",
304
+ )
305
+ client.document_indexes.partial_update(
306
+ id="id",
307
+ )
308
+ """
309
+ _request: typing.Dict[str, typing.Any] = {}
310
+ if label is not OMIT:
311
+ _request["label"] = label
312
+ if status is not OMIT:
313
+ _request["status"] = status
314
+ if environment is not OMIT:
315
+ _request["environment"] = environment
316
+ _response = self._client_wrapper.httpx_client.request(
317
+ "PATCH",
318
+ urllib.parse.urljoin(f"{self._client_wrapper.get_environment().default}/", f"v1/document-indexes/{id}"),
319
+ json=jsonable_encoder(_request),
320
+ headers=self._client_wrapper.get_headers(),
321
+ timeout=None,
322
+ )
323
+ if 200 <= _response.status_code < 300:
324
+ return pydantic.parse_obj_as(DocumentIndexRead, _response.json()) # type: ignore
325
+ try:
326
+ _response_json = _response.json()
327
+ except JSONDecodeError:
328
+ raise ApiError(status_code=_response.status_code, body=_response.text)
329
+ raise ApiError(status_code=_response.status_code, body=_response_json)
330
+
190
331
 
191
332
  class AsyncDocumentIndexesClient:
192
333
  def __init__(self, *, client_wrapper: AsyncClientWrapper):
@@ -351,3 +492,144 @@ class AsyncDocumentIndexesClient:
351
492
  except JSONDecodeError:
352
493
  raise ApiError(status_code=_response.status_code, body=_response.text)
353
494
  raise ApiError(status_code=_response.status_code, body=_response_json)
495
+
496
+ async def update(
497
+ self,
498
+ id: str,
499
+ *,
500
+ label: str,
501
+ status: typing.Optional[EntityStatus] = OMIT,
502
+ environment: typing.Optional[EnvironmentEnum] = OMIT,
503
+ ) -> DocumentIndexRead:
504
+ """
505
+ Used to fully update a Document Index given its ID.
506
+
507
+ Parameters:
508
+ - id: str. A UUID string identifying this document index.
509
+
510
+ - label: str. A human-readable label for the document index
511
+
512
+ - status: typing.Optional[EntityStatus]. The current status of the document index
513
+
514
+ * `ACTIVE` - Active
515
+ * `ARCHIVED` - Archived
516
+ - environment: typing.Optional[EnvironmentEnum]. The environment this document index is used in
517
+
518
+ * `DEVELOPMENT` - Development
519
+ * `STAGING` - Staging
520
+ * `PRODUCTION` - Production---
521
+ from vellum.client import AsyncVellum
522
+
523
+ client = AsyncVellum(
524
+ api_key="YOUR_API_KEY",
525
+ )
526
+ await client.document_indexes.update(
527
+ id="id",
528
+ label="label",
529
+ )
530
+ """
531
+ _request: typing.Dict[str, typing.Any] = {"label": label}
532
+ if status is not OMIT:
533
+ _request["status"] = status
534
+ if environment is not OMIT:
535
+ _request["environment"] = environment
536
+ _response = await self._client_wrapper.httpx_client.request(
537
+ "PUT",
538
+ urllib.parse.urljoin(f"{self._client_wrapper.get_environment().default}/", f"v1/document-indexes/{id}"),
539
+ json=jsonable_encoder(_request),
540
+ headers=self._client_wrapper.get_headers(),
541
+ timeout=None,
542
+ )
543
+ if 200 <= _response.status_code < 300:
544
+ return pydantic.parse_obj_as(DocumentIndexRead, _response.json()) # type: ignore
545
+ try:
546
+ _response_json = _response.json()
547
+ except JSONDecodeError:
548
+ raise ApiError(status_code=_response.status_code, body=_response.text)
549
+ raise ApiError(status_code=_response.status_code, body=_response_json)
550
+
551
+ async def destroy(self, id: str) -> None:
552
+ """
553
+ Used to delete a Document Index given its ID.
554
+
555
+ Parameters:
556
+ - id: str. A UUID string identifying this document index.
557
+ ---
558
+ from vellum.client import AsyncVellum
559
+
560
+ client = AsyncVellum(
561
+ api_key="YOUR_API_KEY",
562
+ )
563
+ await client.document_indexes.destroy(
564
+ id="id",
565
+ )
566
+ """
567
+ _response = await self._client_wrapper.httpx_client.request(
568
+ "DELETE",
569
+ urllib.parse.urljoin(f"{self._client_wrapper.get_environment().default}/", f"v1/document-indexes/{id}"),
570
+ headers=self._client_wrapper.get_headers(),
571
+ timeout=None,
572
+ )
573
+ if 200 <= _response.status_code < 300:
574
+ return
575
+ try:
576
+ _response_json = _response.json()
577
+ except JSONDecodeError:
578
+ raise ApiError(status_code=_response.status_code, body=_response.text)
579
+ raise ApiError(status_code=_response.status_code, body=_response_json)
580
+
581
+ async def partial_update(
582
+ self,
583
+ id: str,
584
+ *,
585
+ label: typing.Optional[str] = OMIT,
586
+ status: typing.Optional[EntityStatus] = OMIT,
587
+ environment: typing.Optional[EnvironmentEnum] = OMIT,
588
+ ) -> DocumentIndexRead:
589
+ """
590
+ Used to partial update a Document Index given its ID.
591
+
592
+ Parameters:
593
+ - id: str. A UUID string identifying this document index.
594
+
595
+ - label: typing.Optional[str]. A human-readable label for the document index
596
+
597
+ - status: typing.Optional[EntityStatus]. The current status of the document index
598
+
599
+ * `ACTIVE` - Active
600
+ * `ARCHIVED` - Archived
601
+ - environment: typing.Optional[EnvironmentEnum]. The environment this document index is used in
602
+
603
+ * `DEVELOPMENT` - Development
604
+ * `STAGING` - Staging
605
+ * `PRODUCTION` - Production---
606
+ from vellum.client import AsyncVellum
607
+
608
+ client = AsyncVellum(
609
+ api_key="YOUR_API_KEY",
610
+ )
611
+ await client.document_indexes.partial_update(
612
+ id="id",
613
+ )
614
+ """
615
+ _request: typing.Dict[str, typing.Any] = {}
616
+ if label is not OMIT:
617
+ _request["label"] = label
618
+ if status is not OMIT:
619
+ _request["status"] = status
620
+ if environment is not OMIT:
621
+ _request["environment"] = environment
622
+ _response = await self._client_wrapper.httpx_client.request(
623
+ "PATCH",
624
+ urllib.parse.urljoin(f"{self._client_wrapper.get_environment().default}/", f"v1/document-indexes/{id}"),
625
+ json=jsonable_encoder(_request),
626
+ headers=self._client_wrapper.get_headers(),
627
+ timeout=None,
628
+ )
629
+ if 200 <= _response.status_code < 300:
630
+ return pydantic.parse_obj_as(DocumentIndexRead, _response.json()) # type: ignore
631
+ try:
632
+ _response_json = _response.json()
633
+ except JSONDecodeError:
634
+ raise ApiError(status_code=_response.status_code, body=_response.text)
635
+ raise ApiError(status_code=_response.status_code, body=_response_json)